User contributions for Ringtail Raider
From Research Realm
22 June 2023
- 20:5620:56, 22 June 2023 diff hist +1,099 File:RR building placement colours.png No edit summary
- 20:5520:55, 22 June 2023 diff hist +1,073 File:RR building placement colours.gif No edit summary
- 20:3920:39, 22 June 2023 diff hist +34 N File:RR building placement colours.gif APNG still sucks lol
- 20:3620:36, 22 June 2023 diff hist +23 N File:RR building placement colours.png APNG test
21 June 2023
- 17:3817:38, 21 June 2023 diff hist +2 m LEGO Rock Raiders →References
- 17:3617:36, 21 June 2023 diff hist −283 LEGO Rock Raiders →Media
- 17:3317:33, 21 June 2023 diff hist +6,484 N Module:Format link Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(..." current
- 17:3217:32, 21 June 2023 diff hist −979 Template:Main No edit summary current
- 17:3217:32, 21 June 2023 diff hist +415 N Module:Hatnote/styles.css Created page with "→{{pp|small=y}}: .hatnote { font-style: italic; } →Limit structure CSS to divs because of [[Module:Hatnote inline]]: div.hatnote { →@noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } →The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; }" current
- 17:3217:32, 21 June 2023 diff hist +6,037 N Module:Hatnote Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules...." current
- 17:3117:31, 21 June 2023 diff hist +7,451 N Module:Hatnote list Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd..." current
- 17:3117:31, 21 June 2023 diff hist +4,641 N Module:Labelled list hatnote Created page with "-------------------------------------------------------------------------------- -- Labelled list -- -- -- -- This module does the core work of creating a hatnote composed of a list -- -- prefixed by a colon-terminated label, i.e. "LABEL: [andList of pages]", -- -- for {{see also}} and similar templates...." current
13 June 2023
- 19:4519:45, 13 June 2023 diff hist +585 LEGO Rock Raiders reddit is dying lol
5 June 2023
- 16:1016:10, 5 June 2023 diff hist +11 Module:Italic title No edit summary current
27 May 2023
- 09:5009:50, 27 May 2023 diff hist −300 Template:Italic title No edit summary
- 09:4909:49, 27 May 2023 diff hist +8,913 N Module:Italic title aa
- 09:4109:41, 27 May 2023 diff hist +716 N Module:Documentation/styles.css Created page with "→{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; 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; border-bottom: 1px solid #aaa; margin-bott..."
- 09:4009:40, 27 May 2023 diff hist +17,433 N Module:Documentation/config b
- 09:3909:39, 27 May 2023 diff hist +35,026 N Module:Documentation a
- 07:0507:05, 27 May 2023 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
- 04:2904:29, 27 May 2023 diff hist 0 Template:Non-free video game screenshot No edit summary
- 04:2804:28, 27 May 2023 diff hist 0 Template:Non-free video game art No edit summary
- 04:2804:28, 27 May 2023 diff hist 0 m Template:Non-free web art No edit summary
- 04:2204:22, 27 May 2023 diff hist +5,992 N Module:Namespace detect Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are..." current
- 04:2104:21, 27 May 2023 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
- 04:2004:20, 27 May 2023 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
- 04:2004:20, 27 May 2023 diff hist +809 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
- 04:1804:18, 27 May 2023 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
- 04:1704:17, 27 May 2023 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
- 04:1604:16, 27 May 2023 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
- 04:1204:12, 27 May 2023 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
- 04:1204:12, 27 May 2023 diff hist +1,308 N Module:Message box/tmbox.css Created page with "→{{pp|small=y}}: .tmbox { margin: 4px 0; border-collapse: collapse; border: 1px solid #c0c090; →Default "notice" gray-brown: background-color: #f8eaba; box-sizing: border-box; } →For the "small=yes" option.: .tmbox.mbox-small { font-size: 88%; line-height: 1.25em; } .tmbox-speedy { border: 2px solid #b32424; →Red: background-color: #fee7e6; →Pink: } .tmbox-delete { border: 2px solid #b32424; →Red: } .tmbox-content { bord..." current
- 04:1204:12, 27 May 2023 diff hist +1,361 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: #f8f9fa; box-sizing: border-box; } →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-delete { border: 2px solid #b32424; →Red: } .ombox-content { border: 1p..." current
- 04:1104:11, 27 May 2023 diff hist +1,514 N Module:Message box/imbox.css Created page with "→{{pp|small=y}}: .imbox { margin: 4px 0; border-collapse: collapse; border: 3px solid #36c; →Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } →For imboxes inside imbox-text cells.: .imbox .mbox-text .imbox { margin: 0 -0.5em; →0.9 - 0.5 = 0.4em left/right.: →TODO: Still needed?: display: block; →Fix for webkit to force 100% width.: } .imbox-speedy { border: 3px solid #b32424; →Red: background-color..."
- 04:1104:11, 27 May 2023 diff hist +702 N Module:Message box/fmbox.css Created page with "→{{pp|small=y}}: .fmbox { clear: both; margin: 0.2em 0; width: 100%; border: 1px solid #a2a9b1; background-color: #f8f9fa; →Default "system" gray: box-sizing: border-box; } .fmbox-warning { border: 1px solid #bb7070; →Dark pink: background-color: #ffdbdb; →Pink: } .fmbox-editnotice { background-color: transparent; } .fmbox .mbox-text { border: none; →@noflip: padding: 0.25em 0.9em; width: 100%; } .fmbox .mbox-image { border: no..." current
- 04:1104:11, 27 May 2023 diff hist +1,119 N Module:Message box/cmbox.css Created page with "→{{pp|small=y}}: .cmbox { margin: 3px 0; border-collapse: collapse; border: 1px solid #a2a9b1; background-color: #dfe8ff; →Default "notice" blue: box-sizing: border-box; } .cmbox-speedy { border: 4px solid #b32424; →Red: background-color: #ffdbdb; →Pink: } .cmbox-delete { background-color: #ffdbdb; →Pink: } .cmbox-content { background-color: #ffe7ce; →Orange: } .cmbox-style { background-color: #fff9db; →Yellow: ..." current
- 04:1104:11, 27 May 2023 diff hist +2,230 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
- 04:0904:09, 27 May 2023 diff hist +6,474 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
- 04:0904:09, 27 May 2023 diff hist −2,520 Template:Imbox Replaced content with "{{#invoke:Message box|imbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current Tag: Replaced
- 04:0704:07, 27 May 2023 diff hist +18,591 N Module:Message box Created page with "require('Module:No globals') 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
26 May 2023
- 13:0013:00, 26 May 2023 diff hist −55 m Category:LEGO Rock Raiders building shapes No edit summary
- 12:5912:59, 26 May 2023 diff hist +71 Category:LEGO Rock Raiders building shapes No edit summary
- 12:5212:52, 26 May 2023 diff hist +126 N Category:LEGO Rock Raiders media files Created page with "Media files relating to the LEGO Rock Raiders theme and ''LEGO Rock Raiders'' video games. Category:LEGO Rock Raiders"
- 12:4912:49, 26 May 2023 diff hist +412 N Category:LEGO Rock Raiders building shapes Created page with "Images depicting building shapes in ''LEGO Rock Raiders'', as defined in each building's AE file. Building shapes are depicted here with coloured squares representing each block of the building; Green squares represent foundation blocks, yellow squares represent entrance blocks, and cyan squares represent water entrance blocks. Category:LEGO Rock Raiders media files"
- 12:2712:27, 26 May 2023 diff hist +572 File:AE Shape PowerStation.png No edit summary
- 12:2712:27, 26 May 2023 diff hist +571 File:AE Shape OreRefinery.png No edit summary
- 12:2712:27, 26 May 2023 diff hist +571 File:AE Shape Gunstation.png No edit summary
- 12:2712:27, 26 May 2023 diff hist +576 File:AE Shape Geo-Dome.png No edit summary
- 12:2712:27, 26 May 2023 diff hist +564 File:AE Shape Docks.png No edit summary
- 12:2712:27, 26 May 2023 diff hist +573 File:AE Shape BigTeleport.png No edit summary