User contributions for Silverpg017
Results for Silverpg017 talk block log uploads logs
A user with 606 edits. Account created on 3 July 2025.
3 March 2026
- 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..."
- 09:1809:18, 1 March 2026 diff hist +745 N Module:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..." current
- 09:1709:17, 1 March 2026 diff hist +38 Module:Infobox Re-added Module:Yesno
- 09:1609:16, 1 March 2026 diff hist +340 N Template:Infobox Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>" current
- 09:1409:14, 1 March 2026 diff hist +20,557 N Module:Infobox Created page with "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', '%shlist%s'..."
3 September 2025
- 09:4909:49, 3 September 2025 diff hist +2 m Matrix Conflict No edit summary
- 09:4909:49, 3 September 2025 diff hist +2,808 N Matrix Conflict Transferred from Old Wiki
- 09:4609:46, 3 September 2025 diff hist +2,022 N Invasion of Drewish Transferred from Old Wiki
- 09:4609:46, 3 September 2025 diff hist 0 N File:Invasion of drewish.png No edit summary current
- 09:4309:43, 3 September 2025 diff hist +1,741 N Ronkism Transferred from Old Wiki
- 09:3909:39, 3 September 2025 diff hist +4,618 N Yanvid Imperium Transferred from Old Wiki current
- 09:3709:37, 3 September 2025 diff hist 0 N File:Yanvid map.png No edit summary current
- 09:3709:37, 3 September 2025 diff hist 0 N File:Yanvidimperium flag.png No edit summary current
- 09:3609:36, 3 September 2025 diff hist +12,139 N Wardens of Roses Transferred from Old Wiki current
- 09:3209:32, 3 September 2025 diff hist 0 N File:Wispwood flag.png No edit summary current
- 09:3209:32, 3 September 2025 diff hist 0 N File:Roses flag.png No edit summary current
- 09:3209:32, 3 September 2025 diff hist +209 N Spooderian Ascendancy Transferred from Old Wiki current
- 09:3109:31, 3 September 2025 diff hist 0 N File:Spooderian flag.jpg No edit summary current
- 09:3009:30, 3 September 2025 diff hist +3,163 N Republic of Pelagaria Transferred from Old Wiki current
- 09:2809:28, 3 September 2025 diff hist 0 N File:Pelagariaflag.png No edit summary current
- 09:2709:27, 3 September 2025 diff hist 0 N File:Mapofpelagaria.png No edit summary current
- 09:2709:27, 3 September 2025 diff hist +2,393 N Reforged Technological Union Transferred from Old Wiki current
- 09:2609:26, 3 September 2025 diff hist 0 N File:Rtu flag.png No edit summary current
- 09:2409:24, 3 September 2025 diff hist +367 N Mitrasura Transferred from Old Wiki current
- 09:2409:24, 3 September 2025 diff hist 0 File:Mitrasura horizontal banner.png Silverpg017 uploaded a new version of File:Mitrasura horizontal banner.png current
- 09:2109:21, 3 September 2025 diff hist 0 N File:Liora3.png No edit summary current
- 09:2109:21, 3 September 2025 diff hist 0 N File:Liora2.png No edit summary current
- 09:2109:21, 3 September 2025 diff hist 0 N File:Liora1.png No edit summary current
- 09:2009:20, 3 September 2025 diff hist 0 N File:Mitrasura horizontal banner.png No edit summary
- 09:1809:18, 3 September 2025 diff hist +261 N Klydeen Emirate Transferred from Old Wiki current
- 09:1809:18, 3 September 2025 diff hist 0 N File:Klydeen flag.png No edit summary current
- 09:1409:14, 3 September 2025 diff hist +218 N Kingdom of Three Banners Transferred from Old Wiki current
- 09:1309:13, 3 September 2025 diff hist 0 N File:Threebanners flag.png No edit summary current