User contributions for Silverpg017
Results for Silverpg017 talk block log uploads logs
A user with 735 edits. Account created on 3 July 2025.
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
- 21:3821:38, 3 March 2026 diff hist +969 m User:Silverpg017 No edit summary
- 21:3721:37, 3 March 2026 diff hist −765 Template:Infobox Nation No edit summary
- 21:3221:32, 3 March 2026 diff hist +172 N Template:DEFAULTSORT Created page with "<includeonly>{{DEFAULTSORT:{{{1}}}}}B{{PAGENAME}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
- 21:2921:29, 3 March 2026 diff hist +2,475 N Template:Infobox Nation/doc Created page with "{{Documentation subpage}} ==Usage== To use this template in an article, copy the template below, then paste the template into an article. All parameters are optional. Only include pertinent parameters in your Infobox - it is rare that an infobox should use most parameters. If you have parameter suggestions use Template talk:Infobox Nation/doc. Use <code><nowiki>item<br/>item<br/>item </nowiki></code> for parameters that should span multiple lines in infobox (e.g. lis..."
- 21:2621:26, 3 March 2026 diff hist 0 N File:Edit-copy green.svg No edit summary current
- 21:2521:25, 3 March 2026 diff hist +5,718 N Module:Text/data Created page with "-- Data required by Module:Text. -- Either Lua string patterns (defined by codepoint) or information about quotes local data = {} local LEFT_SQUARE_BRACKET = 91 local RIGHT_SQUARE_BRACKET = 93 local HYPHEN = 45 data.PatternCJK = mw.ustring.char( LEFT_SQUARE_BRACKET, 4352, HYPHEN, 4607, 11904, HYPHEN, 42191, 43072, HYPHEN, 43135,..." current
- 21:2521:25, 3 March 2026 diff hist +19,470 N Module:Text Created page with "local yesNo = require("Module:Yesno") local Text = { serial = "2024-09-21", suite = "Text" } --[=[ Text utilities ]=] local function fiatQuote( apply, alien, advance ) -- Quote text -- Parameter: -- apply -- string, with text -- alien -- string, with language code -- advance -- number, with level 1 or 2 local r = apply and tostring(apply) or "" alien = alien or "en" advance = tonumber(advance) or 0 l..." current
- 21:2421:24, 3 March 2026 diff hist +110 N Template:Terminate sentence Created page with "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>" current
- 21:2421:24, 3 March 2026 diff hist +323 N Template:Strong Created page with "<strong {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 21:2221:22, 3 March 2026 diff hist 0 N File:Information icon4.svg No edit summary current
- 21:2121:21, 3 March 2026 diff hist +1,923 N Module:Message box/ombox.css Created page with "→{{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: } .ombox-de..." current
- 21:2021:20, 3 March 2026 diff hist +6,642 N Module:Message box/configuration Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee..." current
- 21:1921:19, 3 March 2026 diff hist +22,838 N Module:Message box Created page with "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 ---------------------------------------------------------------------------..." current
- 21:1921:19, 3 March 2026 diff hist +153 N Template:Mbox Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>" current
- 21:1821:18, 3 March 2026 diff hist +1,680 N Template:Documentation subpage Created 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=icon | text = {{strong|This is a Wikipedia:Template documentation|documentation subp..."
- 21:0921:09, 3 March 2026 diff hist +9 m Template:Infobox Nation Typo
- 21:0321:03, 3 March 2026 diff hist +29 Template:Infobox Nation No edit summary
- 21:0121:01, 3 March 2026 diff hist +178 N Template:Remove first word Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>" current
- 21:0021:00, 3 March 2026 diff hist +19,366 N Module:String Created page with "--[[ 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 error c..." current
- 20:5720:57, 3 March 2026 diff hist +151 N Template:PAGENAMEBASE Created page with "{{safesubst:<noinclude/>#invoke:String|replace|{{{1|{{safesubst:<noinclude/>PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>" current
- 20:5520:55, 3 March 2026 diff hist +184 N Template:Str left Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 20:4120:41, 3 March 2026 diff hist +435 N Template:Template other Created page with "{{#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>" current
- 20:3920:39, 3 March 2026 diff hist +2,913 N Template:Infobox Nation Created page with "{{Infobox | above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAMEBASE}}}}<br>''{{{native_name|}}}'' | autoheaders = y | image1 = {{#if:{{{image|}}}| [[File:{{{image}}}|frameless|alt={{{alt|}}}|border|upright=.6|]]}} | caption1 = {{{caption|}}} | image2 = {{#if:{{{image|}}}| [[File:{{{image}}}|frameless|alt={{{alt|}}}|border|upright=.6|]]}} | caption2 = {{{caption2|}}} | motto1 = {{{motto|}}} | anthem1 = {{#if: {{{anthem_name|}}}{{{anthem_file|}}}| <hr /><div style="text..."
- 17:5917:59, 3 March 2026 diff hist −65 Module:Infobox/styles.css No edit summary
- 17:4817:48, 3 March 2026 diff hist +2,196 N Module:Infobox/styles.css Created page with "→{{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; borde..."
- 17:4617:46, 3 March 2026 diff hist 0 N File:Test Template Info-Icon - Version (2).svg No edit summary current Tag: Recreated
- 16:5716:57, 3 March 2026 diff hist 0 m Module:Documentation No edit summary current Tag: Manual revert
2 March 2026
- 19:4819:48, 2 March 2026 diff hist 0 Module:Documentation No edit summary Tag: Reverted
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..."