User contributions for Silverpg017
Results for Silverpg017 talk block log uploads logs
A user with 606 edits. Account created on 3 July 2025.
7 March 2026
- 23:4823:48, 7 March 2026 diff hist 0 m MediaWiki:Common.css No edit summary
- 23:4723:47, 7 March 2026 diff hist 0 m MediaWiki:Common.css No edit summary
- 23:4723:47, 7 March 2026 diff hist +2 m MediaWiki:Common.css No edit summary
- 23:4623:46, 7 March 2026 diff hist +79 m MediaWiki:Common.css No edit summary
- 23:4323:43, 7 March 2026 diff hist +11 MediaWiki:Common.css No edit summary
- 23:4323:43, 7 March 2026 diff hist −41 MediaWiki:Common.css No edit summary
- 19:0519:05, 7 March 2026 diff hist +65 m MediaWiki:Common.css No edit summary
- 19:0219:02, 7 March 2026 diff hist −18 m MediaWiki:Common.css No edit summary
- 19:0119:01, 7 March 2026 diff hist +80 MediaWiki:Common.css No edit summary
- 18:5918:59, 7 March 2026 diff hist 0 m MediaWiki:Common.css No edit summary
- 17:5717:57, 7 March 2026 diff hist +724 Template:Infobox Nation No edit summary
- 17:4717:47, 7 March 2026 diff hist −37 User:Silverpg017/Sandbox No edit summary
- 17:4717:47, 7 March 2026 diff hist +88 Template:Infobox Nation No edit summary
- 17:4617:46, 7 March 2026 diff hist +9 Template:Infobox Nation No edit summary
- 17:4317:43, 7 March 2026 diff hist +20 User:Silverpg017/Sandbox No edit summary
- 17:4217:42, 7 March 2026 diff hist +2 Template:Infobox Nation No edit summary
- 17:4117:41, 7 March 2026 diff hist +5 Template:Infobox Nation No edit summary
- 17:3017:30, 7 March 2026 diff hist 0 m Template:Infobox Nation No edit summary
- 17:2817:28, 7 March 2026 diff hist −12 Template:Infobox Nation No edit summary
- 17:2817:28, 7 March 2026 diff hist +84 m Template:Infobox Nation No edit summary
- 17:2217:22, 7 March 2026 diff hist +380 Template:Infobox Nation Fixed Government and Formation sections where empty labels would leave empty bullet points instead of not showing
- 17:1317:13, 7 March 2026 diff hist +25 Template:Infobox Town Fixed issue where native_name would show an empty space when it has no data
- 17:1317:13, 7 March 2026 diff hist +25 Template:Infobox Nation Fixed issue where native_name would show an empty space when it has no data
- 17:1117:11, 7 March 2026 diff hist +34 Template:Infobox Nation Fixed several issues related to Module:Infobox. Also replaced the deprecated <center> tag with a <div> tag for centering text.
- 12:4212:42, 7 March 2026 diff hist 0 N File:Example.png No edit summary current
- 12:4012:40, 7 March 2026 diff hist +600 Main Page Revamped the main page
- 12:0412:04, 7 March 2026 diff hist +30 N Template:- Created page with "<div style="clear:both"></div>" current
- 10:4610:46, 7 March 2026 diff hist +49 User:Silverpg017/Sandbox No edit summary
- 10:4510:45, 7 March 2026 diff hist +93 MediaWiki:Common.css No edit summary
- 10:3510:35, 7 March 2026 diff hist −115 MediaWiki:Common.css No edit summary Tag: Manual revert
- 10:3210:32, 7 March 2026 diff hist +19 MediaWiki:Common.css No edit summary Tag: Reverted
- 10:3110:31, 7 March 2026 diff hist +27 m MediaWiki:Common.css No edit summary Tag: Reverted
- 10:3110:31, 7 March 2026 diff hist +18 m MediaWiki:Common.css No edit summary Tag: Reverted
- 10:3010:30, 7 March 2026 diff hist +51 m MediaWiki:Common.css No edit summary Tag: Reverted
- 10:2910:29, 7 March 2026 diff hist +290 MediaWiki:Common.css No edit summary
- 10:2810:28, 7 March 2026 diff hist −289 m Module:Infobox/styles.css No edit summary current Tag: Manual revert
- 10:2810:28, 7 March 2026 diff hist +1,272 m User:Silverpg017/Sandbox No edit summary Tag: Visual edit: Switched
- 10:1810:18, 7 March 2026 diff hist 0 N File:La Marseillaise.ogg No edit summary current Tag: Recreated
- 10:1710:17, 7 March 2026 diff hist +349 N Module:If preview/styles.css Created page with "→{{pp|small=yes}}: .preview-warning { font-style: italic; →@noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: var(--color-error, red); } →The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .preview-warning + link + .preview-warning { margin-top: -0.5em; }" current
- 10:1610:16, 7 March 2026 diff hist +842 N Module:If preview/configuration Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl..." current
- 10:1610:16, 7 March 2026 diff hist +1,973 N Module:If preview Created page with "local p = {} local getArgs = require("Module:Arguments").getArgs local yn = require("Module:Yesno") local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) local args = getArgs(frame) if cfg.preview then return args[1] or '' else return args[2] or '' end end --[[ pmain This function..." current
- 10:1510:15, 7 March 2026 diff hist 0 N File:Gnome-mime-sound-openclipart.svg No edit summary current
- 10:0310:03, 7 March 2026 diff hist +4,561 N Module:Check for unknown parameters Created page with "-- 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 require ('strict'); local p = {} local mapframe_params = { 'coord', 'coordinates', 'id', 'qid', 'mapframe', 'mapframe-area_km2', 'mapframe-area_mi2', 'mapframe-caption', 'mapframe-coord', 'mapframe-coordinates', 'mapframe-custom', 'mapframe-frame-coord', 'mapframe-frame-coordinates', 'mapf..." current
- 09:5809:58, 7 March 2026 diff hist +218 N Template:Plainlist/styles.css Created 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
- 09:5809:58, 7 March 2026 diff hist +638 N Template:Plainlist Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{safesubst<noinclude />:#if:{{{style|}}}{{{indent|}}}|style="{{safesubst<noinclude />:#if:{{{indent|}}}|margin-left: {{safesubst<noinclude />:#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{safesubst<noinclude />:#if:{{{1|}}}| {{{1}}} </div>}}{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|prev..." current
- 09:5709:57, 7 March 2026 diff hist +904 N Module:Listen/styles.css Created page with "→{{pp|small=y}}: .listen .side-box-text { line-height: 1.1em; } .listen-plain { border: none; background: transparent; } .listen-embedded { width: 100%; margin: 0; border-width: 1px 0 0 0; background: transparent; } .listen-header { padding: 2px; } .listen-embedded .listen-header { padding: 2px 0; } .listen-file-header { padding: 4px 0; } .listen .description { padding-top: 2px; } .listen .mw-tmh-player { max-width: 100%; } /* have to deal with Ve..." current
- 09:5709:57, 7 March 2026 diff hist +1,191 N Module:Side box/styles.css Created page with "→{{pp|small=y}}: .side-box { margin: 4px 0; box-sizing: border-box; border: 1px solid #aaa; font-size: 88%; line-height: 1.25em; background-color: var(--background-color-interactive-subtle, #f8f9fa);color:inherit; display: flow-root; } →embedded side boxes need larger font: .infobox .side-box { font-size: 100%; } .side-box-abovebelow, .side-box-text { padding: 0.25em 0.9em; } .side-box-image { →@noflip: padding: 2px 0 2px 0.9em; text-align: c..." current
- 09:5609:56, 7 March 2026 diff hist +3,779 N Module:Side box Created page with "local yesno = require('Module:Yesno') local p = {} local function makeData(args) local data = {} -- Main table classes data.classes = {} if yesno(args.metadata) ~= false then table.insert(data.classes, 'metadata') end if args.position and args.position:lower() == 'left' then table.insert(data.classes, 'side-box-left') else table.insert(data.classes, 'side-box-right') end if args.collapsible then table.insert(data.classes, 'mw-collapsible') if args...." current
- 09:5609:56, 7 March 2026 diff hist +2,544 N Module:File link Created page with "-- 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 in..." current
- 09:5509:55, 7 March 2026 diff hist +6,588 N Module:Listen Created page with "local mFileLink = require('Module:File link') local mTableTools = require('Module:TableTools') local mSideBox = require('Module:Side box') local lang = mw.language.new('en') local p = {} local function formatLength(length) -- Formats a duration in seconds in "(h:)mm:ss" (minutes are zero-padded -- only if there are hours). if not length or length == 0 then return nil end -- Add 0.5 to offset the rounding down local t = lang:getDurationIntervals(length + 0.5, {..." current