User contributions for Silverpg017
Results for Silverpg017 talk block log uploads logs
A user with 606 edits. Account created on 3 July 2025.
17 April 2026
- 23:1323:13, 17 April 2026 diff hist 0 m Ronkism Protected "Ronkism": Test ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
12 April 2026
- 19:4119:41, 12 April 2026 diff hist 0 m File:BuyShopSign.png Protected "File:BuyShopSign.png" ([Edit=Allow only administrators] (indefinite)) current
- 19:4019:40, 12 April 2026 diff hist 0 m File:BuyShopResult.png Protected "File:BuyShopResult.png" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite)) current
- 19:4019:40, 12 April 2026 diff hist 0 N File:BuyShopResult.png No edit summary
- 19:3419:34, 12 April 2026 diff hist 0 N File:BuyShopSign.png No edit summary
30 March 2026
- 12:2812:28, 30 March 2026 diff hist +60 N Category:Official lore Created page with "Category encompassing the official lore of Pactoria's worlds" current
- 11:1511:15, 30 March 2026 diff hist −343 m MediaWiki:Common.css No edit summary current
- 11:1311:13, 30 March 2026 diff hist +232 m MediaWiki:Common.css No edit summary
- 11:1111:11, 30 March 2026 diff hist +110 m MediaWiki:Common.css No edit summary
- 11:0411:04, 30 March 2026 diff hist +32 m Template:GettingStartedContainer Changed image files current
- 11:0211:02, 30 March 2026 diff hist 0 N File:Book.png No edit summary current
- 11:0111:01, 30 March 2026 diff hist 0 N File:Oaksign.png No edit summary current
- 11:0011:00, 30 March 2026 diff hist 0 N File:Filledmap.png No edit summary current
- 10:4710:47, 30 March 2026 diff hist +3 m Template:GettingStartedContainer No edit summary
- 10:4510:45, 30 March 2026 diff hist +81 N Official Lore Created page with "{{Lore}} This article is to be managed only by the Lore Team. == Overview == TBA" Tag: Visual edit: Switched
- 10:4410:44, 30 March 2026 diff hist +2,163 N Module:Message box/ambox.css Created page with "→{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; →@noflip: border-left: 10px solid #36c; →Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } →Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais..." current
29 March 2026
- 21:3121:31, 29 March 2026 diff hist +38 m Template:Infobox Character/doc No edit summary current
- 21:3121:31, 29 March 2026 diff hist +68 Template:Infobox Character/doc Added residence, death date, death place and birth place
- 21:2921:29, 29 March 2026 diff hist +1,035 m Template:Infobox Character Added residence, death date, death place and birth place current
- 18:3018:30, 29 March 2026 diff hist +43 m Template:Lore No edit summary current
- 17:2317:23, 29 March 2026 diff hist +19 Template:Lore No edit summary
- 17:1917:19, 29 March 2026 diff hist −1 Template:Lore No edit summary
- 17:1917:19, 29 March 2026 diff hist +7 Template:Lore No edit summary
- 17:1917:19, 29 March 2026 diff hist 0 N File:Bookandquill.png No edit summary current
- 17:1817:18, 29 March 2026 diff hist +17 Template:Lore No edit summary
- 17:1717:17, 29 March 2026 diff hist +188 N Template:Lore Created page with "<includeonly> {{mbox |image=100px |text=This article contains official server lore, and is protected from regular user edits. }} Category:Official lore</includeonly>"
- 17:0617:06, 29 March 2026 diff hist +3,545 N Module:Namespace detect/config Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --..." current
- 17:0617:06, 29 March 2026 diff hist +2,569 N Module:Namespace detect/data Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function..." current
- 17:0517:05, 29 March 2026 diff hist +761 N Module:Category handler/blacklist Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo..." current
- 17:0517:05, 29 March 2026 diff hist +888 N Module:Category handler/shared Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return..." current
- 17:0417:04, 29 March 2026 diff hist +5,755 N Module:Category handler/config Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------..." current
- 17:0417:04, 29 March 2026 diff hist +631 N Module:Category handler/data Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(..." current
- 17:0317:03, 29 March 2026 diff hist +7,871 N Module:Category handler Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia..." current
- 16:5516:55, 29 March 2026 diff hist +146 Template:GettingStartedContainer No edit summary
- 16:5416:54, 29 March 2026 diff hist −1,349 Template:AboutPactoriaContainer No edit summary current
- 16:5316:53, 29 March 2026 diff hist 0 m Main Page No edit summary current
- 16:5216:52, 29 March 2026 diff hist 0 Main Page No edit summary
- 16:5016:50, 29 March 2026 diff hist +1 Template:AboutPactoriaContainer No edit summary
- 16:5016:50, 29 March 2026 diff hist −4 m Template:MainPageContainer No edit summary current
- 16:4916:49, 29 March 2026 diff hist +201 m Main Page No edit summary
- 16:4616:46, 29 March 2026 diff hist +21 m Template:MainPageContainer No edit summary
- 16:4416:44, 29 March 2026 diff hist −18 Template:GettingStartedContainer No edit summary
- 16:4316:43, 29 March 2026 diff hist +2,578 m Template:AboutPactoriaContainer No edit summary
- 16:4216:42, 29 March 2026 diff hist −18 m Template:MainPageContainer No edit summary
- 16:3916:39, 29 March 2026 diff hist +404 N Template:AboutPactoriaContainer Created page with "<div style="border: 2px solid #ccc; border-radius: 10px; background-color: #f9f9f9; padding: 20px;"> <div style="font-size: 1.5em; font-weight: bold; margin-bottom: 15px; text-align: center;">About Example</div> <div style="font-size: 1.0em; line-height: 1.5;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div> </div>"
- 16:3616:36, 29 March 2026 diff hist +1 m Main Page No edit summary
- 16:3616:36, 29 March 2026 diff hist 0 m Template:GettingStartedContainer Silverpg017 moved page Template:AboutPactoriaContainer to Template:GettingStartedContainer without leaving a redirect
- 16:3616:36, 29 March 2026 diff hist +2 m Template:GettingStartedContainer No edit summary
- 16:3416:34, 29 March 2026 diff hist −892 Main Page No edit summary
- 16:3216:32, 29 March 2026 diff hist 0 Template:GettingStartedContainer No edit summary