Вклад участника Vinogradgarden
Результаты для Vinogradgarden обсуждение блокировки загрузки журналы журнал злоупотреблений
Участник с 1361 правкой. Учётная запись создана 5 марта 2024 года.
6 марта 2024
- 17:0717:07, 6 марта 2024 разн. история −20 MediaWiki:Common.css Нет описания правки
- 17:0517:05, 6 марта 2024 разн. история +3247 Заглавная страница Нет описания правки Метка: визуальный редактор отключён
- 17:0517:05, 6 марта 2024 разн. история +74 MediaWiki:Common.css Нет описания правки
- 17:0017:00, 6 марта 2024 разн. история 0 Н Файл:WikimediaUI-Search.svg Нет описания правки текущая
- 16:4416:44, 6 марта 2024 разн. история +6220 Н Модуль:TNT Новая страница: «-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code i...» текущая
- 16:4316:43, 6 марта 2024 разн. история +28 918 Н Модуль:Transcluder Новая страница: «local p = {} -- Helper function to test for truthy and falsy values local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' then return false end return true end -- Helper function to match from a list regular expressions -- Like so: match pre..list[1]..post or pre..list[2]..post or ... local function matchAny(text, pre, list, post, init) local match = {} for i = 1, #list do match...» текущая
- 16:1216:12, 6 марта 2024 разн. история +702 Н Модуль:Statsbar/styles.css Новая страница: «.template-statsbar { margin: 1rem 0; display: grid; font-size: 0.8125rem; line-height: 1.375; overflow-x: auto; grid-auto-columns: minmax( auto, 1fr ); grid-auto-flow: column; } .template-statsbar__item { padding: 0 1rem; display: flex; align-items: center; flex-direction: column; } .template-statsbar__item + .template-statsbar__item { border-left: 1px solid rgba(255,255,255,0.05); } .template-statsbar__label { color: hsl(220,25%,65%...» текущая
- 15:4815:48, 6 марта 2024 разн. история +5142 Н Модуль:Statsbar Новая страница: «local p = {} local args = {} local origArgs = {} local root -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix was 'data', and -- 'data1', 'data2', and 'data5' exist, it would return {1, 2, 5}. local function getArgNums(prefix) local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then table.insert(nums, tonumber(num)) e...» текущая
- 15:3615:36, 6 марта 2024 разн. история −61 Шаблон:Main page/settings Нет описания правки
- 15:3415:34, 6 марта 2024 разн. история +293 Н Шаблон:Main page/event/doc Новая страница: «{{Documentation}} This template is used on the main page. It is the event card in the content section. You can update the content by editing the main page settings. <includeonly>{{PAGENAME}}</includeonly>» текущая
- 15:3315:33, 6 марта 2024 разн. история +1374 Н Шаблон:Main page/event Новая страница: «{{#if:{{Main page/settings|eventpage}} |<div class="home-event"> <div class="home-card home-card--button"> <div class="home-card__background">[[File:{{#if:{{Main page/settings|eventimage}}|{{Main page/settings|eventimage}}|Placeholderv2.png}}|1080px|link={{Main page/settings|eventpage}}]]</div> <div class="home-card__foreground"> <div class="home-card__header">{{Main page/settings|eventpage}}</div><!-- ----- Event ----- -->{{#if:{{Main page/settings|eventsta...» текущая
- 15:2915:29, 6 марта 2024 разн. история +297 Н Шаблон:Main page/gamebuild/doc Новая страница: «{{Documentation}} This template is used on the main page. It is the gamebuild card in the content section. You can update the content by editing the main page settings. <includeonly>{{PAGENAME}}</includeonly>» текущая
- 15:2915:29, 6 марта 2024 разн. история +18 033 Н Модуль:String Новая страница: «--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1...» текущая
- 15:2815:28, 6 марта 2024 разн. история +812 Н Шаблон:Main page/gamebuild/styles.css Новая страница: «#home-gamebuild { display: flex; flex-direction: column; justify-content: space-between; } .home-gamebuild-patch__container { display: flex; align-items: center; justify-content: space-between; } .home-gamebuild-patch { display: flex; align-items: center; } .home-gamebuild-patch__name { font-size: 1.2rem; font-weight: 600; } .home-gamebuild-patch__type { padding: 0.1rem 0.6rem; margin-left: 0.4rem; background: hsl(200,15%,20%); border-radiu...» текущая
- 15:2415:24, 6 марта 2024 разн. история +1598 Н Шаблон:Main page/gamebuild Новая страница: «<div id="home-gamebuild" class="home-card home-card--col2 home-card--row3"> <div class="home-card__label">Game build</div> <div class="home-gamebuild-patch__container"> <div class="home-gamebuild-patch"><span class="home-gamebuild-patch__name">[[{{Main page/settings|currentpatch}}|{{#invoke:String|match|{{Main page/settings|currentpatch}}|[%a%s]+(%d+%.%d+%.%d+%a?)}}]]</span><span class="home-gamebuild-patch__type home-gamebuild-patch__type--{{lc:{{Main page/...»
- 15:2315:23, 6 марта 2024 разн. история +224 Н Шаблон:Main page/navigation/doc Новая страница: «{{Documentation}} This template is used on the main page. It is the navigation section that includes the buttons to portal pages. <includeonly>{{PAGENAME}}</includeonly>» текущая
- 15:2215:22, 6 марта 2024 разн. история +92 Н Шаблон:Main page/navigation/styles.css Новая страница: «#home-nav { margin-top: 1rem; } #home-nav .home-card__foreground { font-weight: 500; }» текущая
- 15:2115:21, 6 марта 2024 разн. история +2954 Н Шаблон:Main page/navigation Новая страница: «<div id="home-nav" class="home-grid" role="navigation"> <div class="home-card home-card--button" id="home-nav-ships"> <div class="home-card__background">300px|link=Ships</div> <div class="home-card__foreground">Ships</div> </div> <div class="home-card home-card--button" id="home-nav-Components"> <div class="home-card__background">300px|link=Components</div> <div class="home-card__fore...»
- 15:1015:10, 6 марта 2024 разн. история +44 MediaWiki:Citizen-footer-tagline Нет описания правки Метка: отменено
- 15:1015:10, 6 марта 2024 разн. история 0 MediaWiki:Citizen-footer-tagline Нет описания правки Метка: отменено
- 15:0915:09, 6 марта 2024 разн. история +17 MediaWiki:Citizen-footer-tagline Нет описания правки Метка: отменено
- 15:0815:08, 6 марта 2024 разн. история +3444 Н Шаблон:Main page/shared/styles.css Новая страница: «.home-grid { display: grid; grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) ); grid-auto-rows: minmax( 3rem, auto ); grid-gap: calc(0.5 * 1rem); } .home-grid--col2 { grid-template-columns: 1fr 1fr; } .home-grid a.external { background-image: none; } .home-card { position: relative; padding: 1rem; background: hsl(220,25%,12%); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04...»
- 14:5114:51, 6 марта 2024 разн. история +134 Н Шаблон:Template link expanded Новая страница: «{{#Invoke:Template link general|main|code=on}}<noinclude> {{/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>» текущая
- 14:5114:51, 6 марта 2024 разн. история +45 Н Шаблон:Tlx Перенаправление на Шаблон:Template link expanded текущая Метка: новое перенаправление
- 14:5014:50, 6 марта 2024 разн. история +175 Н Шаблон:Template link with link off Новая страница: «<includeonly>{{#Invoke:Template link general|main|nowrap=yes|nolink=yes}}</includeonly><noinclude> {{/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>» текущая
- 14:5014:50, 6 марта 2024 разн. история +50 Н Шаблон:Tlf Перенаправление на Шаблон:Template link with link off текущая Метка: новое перенаправление
- 14:4914:49, 6 марта 2024 разн. история +44 Н Шаблон:Tl Перенаправление на Шаблон:Template link general текущая Метка: новое перенаправление
- 14:4914:49, 6 марта 2024 разн. история +692 Н Шаблон:Tag Новая страница: «<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!-- Opening tag -->{{#switch:{{{2|pair}}} |c|close = |s|single |o|open |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} }}<!-- Content between tags -->{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |s|single = /> |o|open = >{{{content|}}} |p|pair = {{#ifeq:{{{1|tag}}}|!-...» текущая
- 14:4814:48, 6 марта 2024 разн. история +183 Н Шаблон:Para Новая страница: «<code class="nowrap" {{#if:{{{plain|}}}|style="border:none;background-color:inherit;color:inherit;"}}>|{{#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinclude>{{/doc}}</noinclude>» текущая
- 14:4714:47, 6 марта 2024 разн. история +103 Н Шаблон:Mono Новая страница: «<span style="font-family: monospace, monospace;">{{{2|{{{1}}}}}}</span><noinclude> {{/doc}}</noinclude>» текущая
- 14:4614:46, 6 марта 2024 разн. история +3689 Н Модуль:Redirect Новая страница: «-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it is...» текущая
- 14:4514:45, 6 марта 2024 разн. история +895 Н Модуль:Documentation/styles.css Новая страница: «.documentation { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid; border-color: #a2a9b1; font-size: 0.875rem; } .documentation-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .documentation-title { color: hsl(200,80%,95%); font-size: 1.25rem; font-weight: 600; line-height: 1.25; } .documentation-links { /* font-family: var( --font-family-mono...» текущая
- 14:2214:22, 6 марта 2024 разн. история +2157 Н Модуль:Mbox/styles.css Новая страница: «.mbox { position: relative; display: flex; flex-direction: column; margin-top: calc(0.5 * 1rem); →--space-xs: margin-bottom: 1rem; →--space-md: background-color: hsl(220,25%,15%); →--color-surface-2: border-radius: 8px; →--border-radius--medium: color: hsl(220,25%,65%); →--color-base--subtle: font-size: 0.875rem; →--font-size-small: line-height: 1.25; } .mbox.mbox-high { /* FIXME: Update b...» текущая
- 13:0613:06, 6 марта 2024 разн. история +1 Стандартные Рабочие Процедуры (Командование) Нет описания правки
- 13:0613:06, 6 марта 2024 разн. история +9 Шаблон:Warning Нет описания правки
- 13:0313:03, 6 марта 2024 разн. история 0 Стандартные Рабочие Процедуры →Уровни угроз Метка: визуальный редактор отключён
- 13:0313:03, 6 марта 2024 разн. история +31 Шаблон:Threat Levels Нет описания правки текущая
- 13:0113:01, 6 марта 2024 разн. история 0 Шаблон:Threat Levels Нет описания правки
- 13:0013:00, 6 марта 2024 разн. история +9 Шаблон:Threat Levels Нет описания правки
- 12:5812:58, 6 марта 2024 разн. история +6 Шаблон:Threat Levels Нет описания правки
- 12:5712:57, 6 марта 2024 разн. история 0 Шаблон:Threat Levels Нет описания правки
- 12:5612:56, 6 марта 2024 разн. история +1 Стандартные Рабочие Процедуры Нет описания правки Метка: визуальный редактор отключён
- 12:2012:20, 6 марта 2024 разн. история 0 Н Файл:Axioma.jpg Нет описания правки текущая
- 12:1912:19, 6 марта 2024 разн. история −7 Шаблон:Infobox Role Нет описания правки
- 11:2311:23, 6 марта 2024 разн. история +652 Н Модуль:Hatnote/styles.css Новая страница: «.hatnote-container { display: flex; align-items: center; padding: calc(0.75 * 1rem) 1rem; margin-top: calc(0.5 * 1rem); margin-bottom: 1rem; background: hsl(210,17%,98%); →--border-radius--medium: border-radius: 8px; →--border-radius--medium: color: #72777d; →--color-base--subtle: font-size: 0.875rem; →--font-size-small: line-height: 1.25; →--line-height-xs: } .hatnote-icon img { width: 0.875re...» текущая
- 10:4910:49, 6 марта 2024 разн. история +8376 Н Модуль:Translate Новая страница: «require( 'strict' ) local Translate = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType --- Cache table containing i18n data at the 'data' key, and a key map at the 'keys' key --- The table is keyed by the i18n.json module name local cache = {} local i18nDataset = 'Module:Translate/i18n.json' --- Uses the current title as the base and appe...» текущая
- 10:4810:48, 6 марта 2024 разн. история +1880 Н Модуль:Mbox Новая страница: «local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local mError -- lazily initialise Module:Error local p = {} --- Helper function to throw error -- -- @param msg string - Error message -- -- @return string - Formatted error message in wikitext local function makeWikitextError( msg ) mError = require( 'Module:Error' ) return mError.error { message = 'Er...» текущая
- 10:4810:48, 6 марта 2024 разн. история +6544 Н Модуль:Format link Новая страница: «-- Imported from: https://en.wikipedia.org/wiki/Module:Format_link -------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. ----------------------------...» текущая
- 10:4810:48, 6 марта 2024 разн. история +8121 Н Модуль:Hatnote list Новая страница: «-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants...» текущая
- 10:4710:47, 6 марта 2024 разн. история +7258 Н Модуль:Hatnote Новая страница: «-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....» текущая