19 March 2025
- 20:5220:52, 19 March 2025 diff hist +7 Yijki World Destroyer No edit summary current
- 00:4700:47, 19 March 2025 diff hist −81 MediaWiki:Common.js No edit summary current
- 00:4400:44, 19 March 2025 diff hist +2 Sandbox2 No edit summary Tag: Reverted
- 00:3300:33, 19 March 2025 diff hist +155 N MediaWiki:Common.js Created page with "→Any JavaScript here will be loaded for all users on every page load.: mw.loader.load('https://wiki.cosmicpe.me/resources/assets/model-viewer.min.js');"
18 March 2025
- 23:1423:14, 18 March 2025 diff hist +98 Cannoning →Limitations
- 23:1023:10, 18 March 2025 diff hist −18 Cannoning →Limitations
- 23:0823:08, 18 March 2025 diff hist +7,111 N Module:Delink Created page with "-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-..." current
- 23:0723:07, 18 March 2025 diff hist +62 N Template:Delink Created page with "{{<includeonly>safesubst:</includeonly>#invoke:delink|delink}}" current
- 23:0623:06, 18 March 2025 diff hist +61 N Template:Pp-template Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly>" current
- 23:0623:06, 18 March 2025 diff hist +858 N Template:Fix/category Created page with "<noinclude>{{pp-template|small=yes}}</noinclude>{{{cat|Category:All pages needing cleanup}}}{{#if:{{{cat-date|}}} |[[{{{cat-date}}} {{#if:{{{date|}}} |from {{{date}}} }}]]{{#if:{{{date|}}} |{{#ifexist:{{{cat-date}}} from {{{date}}}| |Category:Articles with invalid date parameter in template }} }} }}{{#if:{{{cat2|}}}|{{{cat2}}}}}{{#if:{{{cat-date2|}}} |[[{{{cat-date2}}} {{#if:{{{date|}}} |from {{{date}}} }}]]{{#if:{{{date|}}} |{{#ifex..." current
- 23:0523:05, 18 March 2025 diff hist −475 Cannoning →Limitations
- 23:0423:04, 18 March 2025 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
- 23:0423:04, 18 March 2025 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
- 23:0323:03, 18 March 2025 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
- 23:0323:03, 18 March 2025 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
- 23:0223:02, 18 March 2025 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
- 23:0223:02, 18 March 2025 diff hist +33 N Template:Category handler Created page with "{{#invoke:Category handler|main}}" current
- 23:0123:01, 18 March 2025 diff hist +1,670 N Module:DecodeEncode Created page with "require('strict') local p = {} local function _getBoolean( boolean_str ) -- from: module:String; adapted -- requires an explicit true local boolean_value if type( boolean_str ) == 'string' then boolean_str = boolean_str:lower() if boolean_str == 'true' or boolean_str == 'yes' or boolean_str == '1' then boolean_value = true else boolean_value = false end elseif type( boolean_str ) == 'boolean' then boolean_value = boolean_str else boolean_value =..." current
- 23:0023:00, 18 March 2025 diff hist +1,285 N Template:Fix-span Created page with "{{#if:{{{content|}}}|<span class="{{{span-class|cleanup-needed-content}}}" style="padding-left:0.1em; padding-right:0.1em; color:var(--color-subtle, #54595d); border:1px solid var(--border-color-subtle, #c8ccd1);">{{{content|}}}</span>}}{{#switch:{{{subst|¬}}} |¬={{category handler |template=Category:Templates needing substitution checking |nocat={{{nocat|<noinclude>true</noinclude>}}} }} |SUBST=Category:Pages with incorrectly substituted templates }}{{C..." current
- 23:0023:00, 18 March 2025 diff hist +3,948 N Module:Unsubst Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif..." current
- 22:5922:59, 18 March 2025 diff hist +387 N Template:Clarify Created page with "{{ safesubst:<noinclude/>#invoke:Unsubst||date=__DATE__ |$B= {{Fix-span |link=Wikipedia:Please clarify |text=clarification needed |title={{delink|{{{reason|The text near this tag may need clarification or removal of jargon.}}}}} |date={{{date|}}} |pre-text={{{pre-text|}}} |post-text={{{post-text|}}} |cat-date=Category:Wikipedia articles needing clarification |content={{{text|}}} }} }}" current
- 22:4522:45, 18 March 2025 diff hist −19 Cannoning MOS: Instructional and presumptuous language
- 14:1414:14, 18 March 2025 diff hist +23 Sandbox2 No edit summary Tag: Reverted
- 09:1109:11, 18 March 2025 diff hist −19 Sandbox2 No edit summary Tag: Manual revert
- 09:1109:11, 18 March 2025 diff hist +19 Sandbox2 No edit summary Tag: Reverted
- 01:3701:37, 18 March 2025 diff hist 0 Base Building No edit summary
- 01:3601:36, 18 March 2025 diff hist +478 Base Building →Permission labels
- 01:3101:31, 18 March 2025 diff hist −1 Base Building No edit summary
- 01:3101:31, 18 March 2025 diff hist +275 Base Building →Permission labels
- 01:3001:30, 18 March 2025 diff hist 0 N File:FactionLabelTest.png No edit summary current
17 March 2025
- 20:5220:52, 17 March 2025 diff hist +51 AH & Black AH No edit summary
- 20:4920:49, 17 March 2025 diff hist 0 N Changelog:Timeline Auction House Created blank page
- 20:4920:49, 17 March 2025 diff hist +18 Changelog:2020-07-31 No edit summary current
- 20:4820:48, 17 March 2025 diff hist +18 Changelog:2021-05-09 No edit summary
- 20:4820:48, 17 March 2025 diff hist +18 Changelog:2020-07-31 No edit summary
- 20:4620:46, 17 March 2025 diff hist 0 Changelog:2025-02-13 No edit summary
- 20:0020:00, 17 March 2025 diff hist +6 Base Building →Permission labels
- 19:5919:59, 17 March 2025 diff hist −47 Base Building →Permission labels
- 19:5919:59, 17 March 2025 diff hist −16 Base Building →Permission labels
- 19:5719:57, 17 March 2025 diff hist +1 Base Building →Permission labels
- 19:2419:24, 17 March 2025 diff hist 0 Stronghold →Defense: Wall Repairing
- 19:2419:24, 17 March 2025 diff hist −7 Stronghold No edit summary
- 19:2419:24, 17 March 2025 diff hist −7 Outpost →How to capture current
- 19:2419:24, 17 March 2025 diff hist 0 Outpost →Map Configurations
- 19:2319:23, 17 March 2025 diff hist 0 Outpost →How to Capture
- 19:2319:23, 17 March 2025 diff hist −31 Stronghold →Gameplay
- 18:2518:25, 17 March 2025 diff hist +63 Changelog:2023-10-27 No edit summary
- 18:1818:18, 17 March 2025 diff hist +92 Changelog:2021-03-09 No edit summary
- 18:1718:17, 17 March 2025 diff hist +39 Changelog:2025-02-07 No edit summary
- 18:1618:16, 17 March 2025 diff hist +78 Changelog:2025-02-13 No edit summary