User contributions for Silverpg017

A user with 735 edits. Account created on 3 July 2025.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

4 March 2026

  • 16:4916:49, 4 March 2026 diff hist +1,607 N Module:Parameter names example Created page with "-- 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 = italic..." current
  • 16:4416:44, 4 March 2026 diff hist +186 N Template:Parameter names example Created page with "<includeonly>{{#invoke:Parameter names example|main}}</includeonly><noinclude> {{documentation}}<!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
  • 16:4316:43, 4 March 2026 diff hist −55 m Template:Infobox Nation Typo
  • 16:4216:42, 4 March 2026 diff hist +8,884 Template:Infobox Nation Added template data, fixed a few typos and realligned most formation and government labels
  • 15:4215:42, 4 March 2026 diff hist 0 Template:Documentation subpage No edit summary current Tag: Manual revert
  • 15:4215:42, 4 March 2026 diff hist +629 Template:Documentation subpage No edit summary Tag: Reverted
  • 15:3915:39, 4 March 2026 diff hist +424 Template:Documentation subpage No edit summary Tag: Reverted
  • 15:3715:37, 4 March 2026 diff hist −1,053 Template:Documentation subpage No edit summary Tag: Reverted
  • 15:3415:34, 4 March 2026 diff hist +185 N Template:Padleft Created page with "{{padleft:{{{1|}}}|{{{2|}}}|{{{3|}}}}}<includeonly>G{{PAGENAME}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
  • 15:3315:33, 4 March 2026 diff hist +85 N Template:Ns Created page with "{{padleft:|{{#expr: {{{1|3}}}*6 }}| }}<noinclude> {{documentation}} </noinclude>" current
  • 15:3115:31, 4 March 2026 diff hist +16,577 N Module:TableTools Created page with "------------------------------------------------------------------------------------ -- 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...." current
  • 15:3015:30, 4 March 2026 diff hist +1,266 N Module:Toolbar Created page with "-- This module implements {{toolbar}}. local mArguments -- Lazily initialise Module:Arguments local mTableTools = require('Module:TableTools') local yesno = require('Module:Yesno') local p = {} function p.main(frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame) return p._main(args) end function p._main(args) local toolbarItems = p.makeToolbarItems(args) if not toolbarItems then -- Return the blank string if no arguments w..." current
  • 15:2915:29, 4 March 2026 diff hist +9,633 N Module:PageLinks Created page with "local ToolbarBuilder = require('Module:Toolbar') local p = {} -- Page object local trackingCategories = {} -- Table for storing the tracking categories. local demo -- Define a custom error message for this module. local function err(msg, section) local help if section then help = ' (help)' else help = '' end local cat if demo == 'yes' then cat = '' else cat = 'Category:PageLinks transclusions with errors' en..." current
  • 15:2915:29, 4 March 2026 diff hist +152 N Template:Pagelinks Created page with "{{#invoke:PageLinks|main|separator=pipe|page={{{1|Example}}} | edit | ts | h | wlh | w | tl }}<noinclude> {{documentation|Template:Ln/doc}} </noinclude>" current
  • 15:2715:27, 4 March 2026 diff hist +441 N Template:Sandbox other Created page with "<onlyinclude>{{safesubst:<noinclude/>#if:{{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>#invoke:String|sublength|s={{safesubst:<noinclude/>SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>SUBPAGENAME}}|doc|1}}{{safesubst:<noinclude/>#invoke:String|match|{{safesubst:<noinclude/>PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}</onlyinclude><!-- -->{{documentation}}" current
  • 15:2615:26, 4 March 2026 diff hist +269 N Template:Category links Created page with "{{pagelinks|1=:Category:{{#ifeq:{{NAMESPACE:{{{1|{{PAGENAME}}}}} }}|Category|{{PAGENAME:{{{1|{{PAGENAME}}}}} }}|{{{1|{{PAGENAME}}}}} }}}}<!-- --><noinclude>{{Documentation|Template:Ln/doc}} {{sandbox other| | Category:Internal category-link templates }}</noinclude>" current
  • 15:2415:24, 4 March 2026 diff hist +215 N Template:SUBJECTSPACE formatted Created page with "{{#switch: {{SUBJECTSPACE}} | {{ns:0}} = article | {{ns:4}} = Wikipedia page | {{ns:2}} | {{ns:12}} = {{lc:{{SUBJECTSPACE}}}} page | #default = {{lc:{{SUBJECTSPACE}}}} }}<noinclude> {{Documentation}} </noinclude>" current

3 March 2026

2 March 2026

1 March 2026

  • 11:2311:23, 1 March 2026 diff hist +1,194 N Module:Documentation/styles.css Created page with "{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid var( --border-color-base, #a2a9b1 ); background-color: #ecfcf4; color:inherit; 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;..." current
  • 09:3609:36, 1 March 2026 diff hist +17,768 N Module:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- 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. ---------------------------------------------------------------------------------..." current
  • 09:3409:34, 1 March 2026 diff hist +10,054 N Module:Arguments Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'..." current
  • 09:3309:33, 1 March 2026 diff hist +151 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>" current
  • 09:2709:27, 1 March 2026 diff hist +35,178 N Module:Documentation Created page with "-- 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 in..."
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)