User contributions for Inari

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

2 November 2023

  • 17:5617:56, 2 November 2023 diff hist +5,531 N Template:Module ratingCreated page with "<includeonly>{{#ifeq:{{SUBPAGENAME}}|doc|<!--do not show protection level of the module on the doc page, use the second and optionally third parameter if the doc page is also protected -->{{#if:{{{2|}}}|{{Pp|{{{2}}}|action={{{3|}}}}}}}|{{Module other|{{ombox | type = notice | image = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa = 40x40px|link=|alt=Pre-alpha | alpha | a = File:Alpha lowerca..."
  • 16:0616:06, 2 November 2023 diff hist 0 N File:Template documentation.svgNo edit summary current
  • 16:0116:01, 2 November 2023 diff hist +2,295 N Module:Transclusion countCreated page with "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 -- Modu..." current
  • 16:0116:01, 2 November 2023 diff hist 0 m Template:High-useInari moved page Template:High use to Template:High-use without leaving a redirect current
  • 16:0016:00, 2 November 2023 diff hist 0 m Module:High-use/docInari moved page Module:High use/doc to Module:High-use/doc without leaving a redirect current
  • 16:0016:00, 2 November 2023 diff hist 0 m Module:High-useInari moved page Module:High use to Module:High-use without leaving a redirect
  • 15:5915:59, 2 November 2023 diff hist +2,954 N Module:High-use/docCreated page with "{{Module rating|release}} {{High-use|demo=Module:{{ROOTPAGENAME}}}} {{Lua|Module:Effective protection level|Module:Message box|Module:Transclusion count|Module:Yesno}} Implements {{tl|High-use}}. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == {{Mlx|High-use|main|1{{=}}''number of transclusions''|2{{=}}''discussion page, or use + notation''|all-pages{{=}}|info{..."
  • 15:5915:59, 2 November 2023 diff hist +6,691 N Module:High-useCreated page with "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" then..."
  • 15:5815:58, 2 November 2023 diff hist −6,421 Template:High-useReplaced content with "{{#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>" Tag: Replaced
  • 15:5815:58, 2 November 2023 diff hist +6,691 N Template:High-useCreated page with "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" then..."
  • 15:5815:58, 2 November 2023 diff hist +11 Module:Lua banner/docNo edit summary
  • 15:5715:57, 2 November 2023 diff hist +1,115 N Module:Lua banner/docCreated page with "{{high use}} {{Lua|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Usage from Lua modules == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> local mLuaBanner = require('Module:Lu..."
  • 15:5515:55, 2 November 2023 diff hist +716 N Module:Documentation/styles.cssCreated page with "→‎{{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-bott..." current
  • 15:5415:54, 2 November 2023 diff hist −885 Module:Documentation/configurationNo edit summary current
  • 15:5315:53, 2 November 2023 diff hist −1,665 Module:DocumentationNo edit summary current
  • 15:5115:51, 2 November 2023 diff hist +90 N MediaWiki:Scribunto-doc-page-does-not-existCreated page with "{{#invoke:documentation|nonexistent|_content={{ {{#invoke:documentation|contentTitle}}}}}}" current
  • 15:5115:51, 2 November 2023 diff hist +197 N MediaWiki:Scribunto-doc-page-showCreated page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}|{{#ifexist:{{FULLPAGENAME}}/doc|{{FULLPAGENAME}}/doc|{{NAMESPACE}}:{{BASEPAGENAME}}/doc}}}} <span id="code"></span>" current
  • 15:5015:50, 2 November 2023 diff hist +3,295 N Module:RedirectCreated page with "-- 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 isn't a -- redi..." current
  • 15:5015:50, 2 November 2023 diff hist +177 N MediaWiki:Scribunto-doc-page-headerCreated page with "<div class="mw-parser-output">{{#if:{{#invoke:redirect|isRedirect|{{FULLPAGENAME}}}}||{{#ifeq:{{#titleparts:{{PAGENAME}}|1|2}}|documentation||{{documentation subpage}}}}}}</div>" current
  • 15:4315:43, 2 November 2023 diff hist +22 Template:Lua/doc→‎See also current
  • 15:4315:43, 2 November 2023 diff hist −77 Template:Lua/docNo edit summary
  • 15:4215:42, 2 November 2023 diff hist +415 N Module:Hatnote/styles.cssCreated page with "→‎{{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; }" current
  • 15:4215:42, 2 November 2023 diff hist +6,037 N Module:HatnoteCreated page with "-------------------------------------------------------------------------------- -- 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...." current
  • 15:4115:41, 2 November 2023 diff hist +6,484 N Module:Format linkCreated page with "-------------------------------------------------------------------------------- -- 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 = require(..." current
  • 15:4015:40, 2 November 2023 diff hist +7,451 N Module:Hatnote listCreated page with "-------------------------------------------------------------------------------- -- 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 introd..." current
  • 15:4015:40, 2 November 2023 diff hist +1,346 N Module:ForCreated page with "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (a..." current
  • 15:3915:39, 2 November 2023 diff hist +88 N Template:ForCreated page with "<includeonly>{{#invoke:For|For}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
  • 15:3615:36, 2 November 2023 diff hist +218 N Template:Plainlist/styles.cssCreated page with "→‎{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; →‎Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }" current
  • 15:3415:34, 2 November 2023 diff hist +673 N Module:Shortcut/styles.cssCreated page with "→‎{{pp-template}}: .module-shortcutboxplain { float: right; margin: 0 0 0 1em; border: 1px solid #aaa; background: #fff; padding: 0.3em 0.6em 0.2em 0.6em; text-align: center; font-size: 85%; } .module-shortcutboxleft { float: left; margin: 0 1em 0 0; } .module-shortcutlist { display: inline-block; border-bottom: 1px solid #aaa; margin-bottom: 0.2em; } .module-shortcutboxplain ul { font-weight: bold; } .module-shortcutanchordiv { position: relative;..." current
  • 15:3415:34, 2 November 2023 diff hist +394 N Template:No redirectCreated page with "{{safesubst:<noinclude/>#if: {{safesubst:<noinclude/>#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{safesubst:<noinclude/>fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{safesubst:<noinclude/>#if:{{{2|}}}|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{documentation}} </noinclude>" current
  • 15:3315:33, 2 November 2023 diff hist +1,240 N Module:Shortcut/configurationCreated page with "-- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:$1|Shortcut|Shortcuts}}', -- The heading when |redirect=yes is given. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['redirect-heading'] = '[[Wikipedia:Redirect|{{PLURAL..." current
  • 15:3215:32, 2 November 2023 diff hist +7 Module:ShortcutNo edit summary current
  • 15:3215:32, 2 November 2023 diff hist +4,336 N Module:ShortcutCreated page with "-- This module implements {{shortcut}}. -- Set constants local CONFIG_MODULE = 'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function message(msg, ...) return mw.message.newRawMessage(msg, ...):plain() end local function makeCategoryLink(cat) return string.format('%s:%s', mw.site.namespaces[14].name, cat) end function p._main(shortcuts, options, fra..."
  • 15:3215:32, 2 November 2023 diff hist +105 N Template:Template shortcutCreated page with "<includeonly>{{#invoke:Shortcut|main|template=yes}}</includeonly><noinclude>{{Documentation}}</noinclude>" current
  • 15:3115:31, 2 November 2023 diff hist +153 N Template:MboxCreated page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>" current
  • 15:3115:31, 2 November 2023 diff hist +1,697 N Template:Documentation subpageCreated page with "<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 documentation..."
  • 15:3015:30, 2 November 2023 diff hist +12,034 N Module:Format TemplateData/docCreated page with "{{Lua|Module:Multilingual | Module:Text| Module:WLink}} ''<code>Format TemplateData</code>'' – Module with auxilary functions for template documentation, especially by TemplateData. Core functionality is improved presentation on documentation pages. __TOC__ == {{Anker|improveMW}} Improve template documentation page – MediaWiki disappointing == For presentation of template depiction in VisualEditor agreement was made to abandon all markup and clickable links, permi..." current
  • 15:3015:30, 2 November 2023 diff hist +82,104 N Module:Format TemplateDataCreated page with "local TemplateData = { suite = "TemplateData", serial = "2022-03-10", item = 46997995 } --[==[ improve template:TemplateData ]==] local Failsafe = TemplateData local Config = { -- multiple option names mapped into unique internal fields basicCnf = { catProblem = "strange", classMultiColumns = "selMultClm", classNoNumTOC = "suppressTOCnum", classT..." current
  • 15:2915:29, 2 November 2023 diff hist +344 N Template:Format TemplateDataCreated page with "<includeonly>{{#ifeq:{{yesno-yes|{{{header}}}}}|yes|{{TemplateData header}} }}{{#invoke:Format TemplateData| f |classNoNumTOC=nonumtoc |cssParams=border:#B3B7FF 1px solid;|docpageCreate=%s/doc |docpageDetect=/doc$ |msgDescMiss=Missing description |cat=Templates with TemplateData errors}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
  • 15:2715:27, 2 November 2023 diff hist +81 N Template:ClearCreated page with "<div style="clear:{{{1|both}}};"></div><noinclude> {{documentation}} </noinclude>" current
  • 15:2715:27, 2 November 2023 diff hist +2,546 N Template:Lua/docCreated page with "{{Documentation subpage}} {{Template shortcut|Lua talk}} <!-- Categories go at the bottom of this page, and interwikis go on Wikidata. --> {{High-use}} {{Lua|Module:Lua banner}} {{for|template to indicate Luba-Kasai language words|Template:Lang-lua}} This template is used to indicate that a template uses one or more Lua modules (pages in the <code>Module:</code> namespace). It is placed at the top of the template's /doc page. It automat..."
  • 15:2615:26, 2 November 2023 diff hist 0 N File:Lua-Logo.svgNo edit summary current
  • 15:2515:25, 2 November 2023 diff hist +3,838 N Module:Lua bannerCreated page with "-- 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(args)..."
  • 15:2515:25, 2 November 2023 diff hist +196 N Template:LuaCreated page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>" current
  • 15:2515:25, 2 November 2023 diff hist +193 N Template:Collapse bottomCreated page with "<includeonly>|}</div></includeonly><noinclude> {{Documentation|Template:Collapse top/doc}} <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>" current
  • 15:2415:24, 2 November 2023 diff hist +422 N Template:Main otherCreated page with "{{#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>" current
  • 15:2415:24, 2 November 2023 diff hist +1,630 N Template:Collapse topCreated page with "<div style="margin-left:{{{indent|0}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section --> {| <!-- Template:Collapse top --> class="mw-collapsible mw-archivedtalk {{<includeonly>safesubst:</includeonly>#if:{{{expand|{{{collapse|}}}}}}||mw-collapsed}} {{{class|}}}" style="background: {{{bg1|transparent}}}; text-align: left; border: {{{border|1px}}} solid {{{b-color|Silver}}}; margin: 0.2em auto auto; width:{{<includeonly>safesubst:</includeonly>#if:{{..." current
  • 15:2415:24, 2 November 2023 diff hist +33 Template:Documentation/docNo edit summary current
  • 15:2315:23, 2 November 2023 diff hist +2,543 N Module:Section link/docCreated page with "{{used in system|in MediaWiki:Abusefilter-warning-notwallofshame}} {{Module rating|protected}} This module creates links to sections, nicely formatted with the "§" symbol instead of the default "#". == Usage == === From wikitext === From wikitext, this module should be used via the template {{tl|section link}}. Please see the template page for documentation. === From Lua === First, load the module: <syntaxhighlight lang="lua"> local mSectionLink = require('Modu..." current
  • 15:2215:22, 2 November 2023 diff hist +4,573 N Module:Section linkCreated page with "-- This module implements {{section link}}. require('strict'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in `page`, so only need to do for `section` if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end return string.format('[[%s..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)