Все доступные журналы

Перейти к навигации Перейти к поиску

Общий список журналов сайта Игорьпедия. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).

Журналы
  • 00:17, 15 ноября 2023 Igor обсуждение вклад импортировал Шаблон:Tl с помощью файловой загрузки (1 версия)
  • 00:17, 15 ноября 2023 Igor обсуждение вклад импортировал Модуль:Arguments с помощью файловой загрузки (1 версия)
  • 00:17, 15 ноября 2023 Igor обсуждение вклад импортировал Модуль:Yesno с помощью файловой загрузки (1 версия)
  • 00:17, 15 ноября 2023 Igor обсуждение вклад импортировал Шаблон:Infobox с помощью файловой загрузки (1 версия)
  • 00:17, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Message box (содержимое: «require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions -----------------------------------------------------------------------...»)
  • 00:17, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Message box/configuration (содержимое: «-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-...»)
  • 00:17, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Yesno (содержимое: «{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>»)
  • 00:16, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Main other (содержимое: «{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>»)
  • 00:16, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Nobold (содержимое: «<templatestyles src="Nobold/styles.css"/><span class="nobold">{{{1}}}</span><noinclude> {{documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>»)
  • 00:16, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Nobold/styles.css (содержимое: «{{pp-template}}: Styling for Template:Nobold: .nobold { font-weight: normal; }»)
  • 00:16, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Check for unknown parameters (содержимое: «-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wiki...»)
  • 00:16, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль: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, any err...»)
  • 00:16, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Infobox (содержимое: «local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlis...»)
  • 00:16, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Infobox/styles.css (содержимое: «{{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See MediaWiki talk:Common.css/to do#Infobox * DO NOT ADD THEM HERE: * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; b...»)
  • 00:16, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:List (содержимое: «local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles...»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:TableTools (содержимое: «------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Template link expanded (содержимое: «{{#Invoke:Template link general|main|code=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlx}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Template link general (содержимое: «-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTempl...»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Template other (содержимое: «{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Clear (содержимое: «<div style="clear:{{{1|both}}};"></div><noinclude> {{documentation}} </noinclude>»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Distinguish (содержимое: «{{#invoke:Distinguish|distinguish}}<noinclude><!-- splitting these lines causes {{Documentation}} template to terminate green shading when Distinguish is used in /doc pages. --> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis to Wikidata, not here! --> </noinclude>»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Sidebar (содержимое: «{{#invoke:Sidebar|sidebar}}<noinclude> {{documentation}}</noinclude>»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Distinguish (содержимое: «local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools --initialize lazily local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.distinguish(frame) mArguments = require('Module:Arguments') mTableTools = require('Module:TableTools') local args = mArguments.getArgs(frame) local selfref = args.selfref local text = args.tex...»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Effective protection expiry (содержимое: «local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == '...»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Effective protection level (содержимое: «local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local...»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:File link (содержимое: «-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error...»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль: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. -------------------------------------------------------------------------------- local libraryUtil = requ...»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль: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....»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль: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; }»)
  • 00:15, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль: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...»)
  • 00:14, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль: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...»)
  • 00:14, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон: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 (...»)
  • 00:14, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Message box/ombox.css (содержимое: «{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: #f8f9fa; box-sizing: border-box; } 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: } .ombox-delete { border: 2px solid #b32424; Red: } .ombox-content { border...»)
  • 00:14, 15 ноября 2023 Igor обсуждение вклад удалил страницу Справка: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...»)
  • 00:14, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон: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...»)
  • 00:14, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Transclusion count/data/I (содержимое: «return { ["IAST"] = 6400, ["IBDB_name"] = 9200, ["ICD10"] = 4700, ["ICD9"] = 4400, ["ICS"] = 2900, ["IDN"] = 3400, ["IMDb_episode"] = 10000, ["IMDb_episodes"] = 2700, ["IMDb_name"] = 154000, ["IMDb_title"] = 191000, ["IMO_Number"] = 4100, ["IMSLP"] = 8300, ["INA"] = 2200, ["IND"] = 7700, ["INR"] = 6600, ["INRConvert"] = 5700, ["INRConvert/CurrentRate"] = 5600, ["INRConvert/USD"] = 5600, ["INRConvert/out"] = 5600, ["IOC_profile"] = 5000, ["IP"] = 2600, ["IPA"] = 14300...»)
  • 00:14, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль: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_]...»)
  • 00:14, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Suppress categories (содержимое: «<includeonly>{{{{{|safesubst:}}}#invoke:Suppress categories|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>»)
  • 00:14, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон: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>»)
  • 00:13, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:Parameter names example (содержимое: «<includeonly>{{#invoke:Parameter names example|main}}</includeonly><noinclude> {{documentation}}<!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>»)
  • 00:13, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон: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>»)
  • 00:13, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль: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...»)
  • 00:13, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль: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...»)
  • 00:13, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:Transclusion count (содержимое: «local p = {} function p.fetch(frame) local template = nil local return_value = nil -- Use demo parameter if it exists, otherswise use current template name local namespace = mw.title.getCurrentTitle().namespace if frame.args["demo"] and frame.args["demo"] ~= "" then template = mw.ustring.gsub(frame.args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then --...»)
  • 00:13, 15 ноября 2023 Igor обсуждение вклад удалил страницу Модуль:High-use (содержимое: «local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') function p.num(frame, count) if count == nil then if yesno(frame.args['fetch']) == false then if (frame.args[1] or '') ~= '' then count = tonumber(frame.args[1]) end else count = _fetch(frame) end end -- Build output string local return_value = "" if count == nil then if frame.args[1] == "risk" the...»)
  • 00:13, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон: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|C|c}}lick here] to see 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.bruc...»)
  • 00:13, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:TemplateData header (содержимое: «<div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|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 other tools. {{Template pa...»)
  • 00:13, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон:High-use (содержимое: «{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>»)
  • 00:12, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон: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>»)
  • 00:12, 15 ноября 2023 Igor обсуждение вклад удалил страницу Шаблон: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...»)