Общий список журналов сайта Бебравикия. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).
- 04:07, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль: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....»)
- 04:07, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Hatnote/styles.css (содержимое: «{{pp|small=y}}: .hatnote { font-style: italic; } Limit structure CSS to divs because of Module:Hatnote inline: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; } @media print { body.ns-0 .hatnote { display: none !...»)
- 04:07, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль: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. Also in...»)
- 04:07, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Navbar (содержимое: «local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, f...»)
- 04:06, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Navbar/configuration (содержимое: «return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal...»)
- 04:06, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Protection banner (содержимое: «-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules...»)
- 04:06, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Protection banner/config (содержимое: «-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that ap...»)
- 04:06, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Sidebar (содержимое: «require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInlineS...»)
- 04:05, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Sidebar/configuration (содержимое: «return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', category =...»)
- 04:05, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Sidebar/styles.css (содержимое: «{{pp-template}}: TODO: Invert width design to be "mobile first": .sidebar { TODO: Ask if we should have max-width 22em instead: width: 22em; @noflip: float: right; @noflip: clear: right; @noflip: margin: 0.5em 0 1em 1em; background: var(--background-color-neutral-subtle, #f8f9fa); border: 1px solid var(--border-color-base, #a2a9b1); padding: 0.2em; text-align: center; line-height: 1.4em; font-size: 88%; border-collapse: co...»)
- 04:04, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Div col (содержимое: «<includeonly><templatestyles src="Div col/styles.css"/><!-- --><div class="div-col {{#ifeq:{{{small|}}}|yes|div-col-small}} {{#ifeq:{{{rules|}}}|yes|div-col-rules}} {{{class|}}}" <!-- -->{{#if:{{{colwidth|}}}{{{gap|}}}{{{style|}}}|<!-- -->style="{{#if:{{{colwidth|}}}|column-width: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-gap: {{{gap}}};}}{{#if:{{{style|}}}|{{{style}}}}}"<!-- -->}}><!-- -->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- Inventory how many pages use sma...»)
- 04:04, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Div col/styles.css (содержимое: «{{pp|small=yes}}: .div-col { margin-top: 0.3em; column-width: 30em; } .div-col-small { font-size: 90%; } .div-col-rules { column-rule: 1px solid #aaa; } Reset top margin for lists in div col: .div-col dl, .div-col ol, .div-col ul { margin-top: 0; } Avoid elements breaking between columns See also Template:No col break: .div-col li, .div-col dd { page-break-inside: avoid; Removed from CSS in favor of break-inside c. 2020: break-inside...»)
- 04:04, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Div col end (содержимое: «<includeonly></div></includeonly><noinclude> {{Documentation|Template:Div col/doc}} </noinclude>»)
- 04:03, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Em (содержимое: «<em {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</em><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>»)
- 04:03, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Yesno-no (содержимое: «{{safesubst:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|no}}}|¬={{{¬|no}}}|def={{{def|no}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>»)
- 04:02, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Para (содержимое: «<code class="tpl-para" style="word-break:break-word;{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}">|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}...»)
- 04:02, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Documentation (содержимое: «{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>»)
- 04:02, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Documentation (содержимое: «-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available...»)
- 04:02, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Documentation/config (содержимое: «---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. -----------------------------------------------------------------------------...»)
- 04:02, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Documentation/styles.css (содержимое: «{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-...»)
- 04:02, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Sandbox other (содержимое: «{{#if:{{#ifeq:{{#invoke:String|sublength|s={{SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}{{#invoke:String|match|{{PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}<!-- --><noinclude>{{documentation}}</noinclude>»)
- 04:02, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Documentation subpage (содержимое: «<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = {{strong|This is a Wikipedia:Template documentation|documentatio...»)
- 04:01, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Template link with link off (содержимое: «<includeonly>{{#Invoke:Template link general|main|nowrap=yes|nolink=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlf}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>»)
- 04:00, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:TemplateData header (содержимое: «<div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|{{{1|{{BASEPAGENAME}}}}}|based=y}}|<!-- +header: -->This is the {{#if:{{{nolink|}}}|<!-- +header, nolink TD -->TemplateData|<!-- +header, +link TD; DEFAULT: -->TemplateData}}<!-- e.o. #if:nolink; DEFAULT: --> for this template used by TemplateWizard, VisualEditor and o...»)
- 03:59, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Template parameter usage (содержимое: «{{#switch:{{{label|}}} |=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template={{Urlencode:{{#if:{{{1|}}}|{{ROOTPAGENAME:{{{1|}}}}}|{{ROOTPAGENAME}}}}}} {{#ifeq:{{yesno-no|{{{lc}}}}}|no|S|s}}ee a monthly parameter usage report] for {{#if:{{{1|}}}|[[Template:{{ROOTPAGENAME:{{{1|}}}}}]]|this template}} in articles{{#ifeq:{{yesno-no|{{{based}}}}}|yes| based on {{#if:{{{1|}}}|its|this}} TemplateData}}. |None|none=[https://bambots.brucemyers.com/Tem...»)
- 03:59, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:High-use (содержимое: «local p = {} local getArgs = require('Module:Arguments').getArgs -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count')._fetch local yesno = require('Module:Yesno') function p._num(args, count, no_percent) if count == nil then if yesno(args['fetch']) == false then if (args[1] or '') ~= '' then count = tonumber(args[1]) end else count = _fetch(args) end end -- Build output string local return_value = "" if coun...»)
- 03:59, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Transclusion count (содержимое: «local p = {} function p._fetch(args) local template = nil local return_value = nil -- Use demo parameter if it exists, otherwise use current template name local namespace = mw.title.getCurrentTitle().namespace if args["demo"] and args["demo"] ~= "" then template = mw.ustring.gsub(args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Module namespace...»)
- 03:59, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Lua banner (содержимое: «-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(arg...»)
- 03:59, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Lua (содержимое: «<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>»)
- 03:59, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Parameter names example (содержимое: «-- This module implements {{parameter names example}}. local p = {} local function makeParam(s) local lb = '{' local rb = '}' return lb:rep(3) .. s .. rb:rep(3) end local function italicize(s) return "''" .. s .. "''" end local function plain(s) return s end function p._main(args, frame) -- Find how we want to format the arguments to the template. local formatFunc if args._display == 'italics' or args._display == 'italic' then formatFunc = it...»)
- 03:58, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Parameter names example (содержимое: «<includeonly>{{#invoke:Parameter names example|main}}</includeonly><noinclude> {{documentation}}<!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>»)
- 03:58, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Category link with count (содержимое: «[[:Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|<!-- -->{{#if:{{{name|}}}|{{{name}}}|Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}}}<!-- -->]] ({{PAGESINCATEGORY:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|{{{2|all}}}}})<noinclude> {{Documentation}} </noinclude>»)
- 03:58, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Suppress categories (содержимое: «<includeonly>{{{{{|safesubst:}}}#invoke:Suppress categories|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>»)
- 03:58, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Suppress categories (содержимое: «-- This is a simple module to strip categories from wikitext. It does -- not support nested links or magic words like __TOC__, etc. Even so, -- it should still handle most categories. local p = {} -- Detects if a category link is valid or not. If it is valid, -- the function returns the blank string. If not, the input -- is returned with no changes. local function processCategory( all, submatch ) local beforePipe = mw.ustring.match( submatch, '^(.-)[%s_]*|[%s_]...»)
- 03:58, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Transclusion count/data/I (содержимое: «return { ["IAST"] = 6700, ["IBDB_name"] = 9400, ["ICD10"] = 5000, ["ICD9"] = 4400, ["ICS"] = 3100, ["IDN"] = 3600, ["IMDb_episode"] = 11000, ["IMDb_episodes"] = 3700, ["IMDb_name"] = 161000, ["IMDb_title"] = 199000, ["IMO_Number"] = 4200, ["IMSLP"] = 8600, ["INA"] = 2200, ["IND"] = 8200, ["INR"] = 7100, ["INRConvert"] = 6200, ["INRConvert/CurrentRate"] = 6200, ["INRConvert/USD"] = 6100, ["INRConvert/out"] = 6200, ["IOBDB_name"] = 2100, ["IP"] = 2700, ["IPA"] = 159000...»)
- 03:57, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Infobox/doc (содержимое: «{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Distinguish|Template:Userbox}} {{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}} {{Lua|Module:Infobox}} {{Parameter names example |name={{PAGENAME}} <!--|child |subbox |decat--> |title |above |subheader |subheader1 |subheader2={{{subheader2}}}<br/>...... |image|caption |image1|caption1 |image2|caption2={{{capt...»)
- 03:57, 8 января 2025 Gapp обсуждение вклад удалил страницу Справка:Infobox/user style (содержимое: «{{{heading| ==Infoboxes and user style == }}} Users can have user CSS that hides<!--, moves, or makes collapsible--> any infoboxes in their own browsers. To hide all infoboxes, add the following to Special:MyPage/common.css (for all skins, or Special:MyPage/skin.css for just the current skin), on a line by itself: <syntaxhighlight lang="css">div.mw-parser-output .infobox { display: none; }</syntaxhighlight> Alternatively, you c...»)
- 03:57, 8 января 2025 Gapp обсуждение вклад удалил страницу Модуль:Message box/ombox.css (содержимое: «{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .ombo...»)
- 03:55, 8 января 2025 Gapp обсуждение вклад удалил страницу Шаблон:Hlist/styles.css (содержимое: «{{pp-protected|reason=match parent|small=yes}}: * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * MediaWiki talk:Common.css/to do#hlist-separated: /* * TODO: When the majority of readership supports it (...»)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Шаблон:Hlist/styles.css с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Модуль:Message box/ombox.css с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Справка:Infobox/user style с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Шаблон:Infobox/doc с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Модуль:Transclusion count/data/I с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Модуль:Suppress categories с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Шаблон:Suppress categories с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Шаблон:Category link with count с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Шаблон:Parameter names example с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Шаблон:Lua с помощью файловой загрузки (1 версия)
- 03:48, 8 января 2025 Gapp обсуждение вклад импортировал Модуль:Parameter names example с помощью файловой загрузки (1 версия)