Main public logs
From Research Realm
Combined display of all available logs of Research Realm. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:05, 27 May 2023 Ringtail Raider talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
- 04:22, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:21, 27 May 2023 Ringtail Raider talk contribs created page 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. -- --...")
- 04:20, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:20, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:18, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:17, 27 May 2023 Ringtail Raider talk contribs created page 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. ----------------------------...")
- 04:16, 27 May 2023 Ringtail Raider talk contribs created page 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(...")
- 04:12, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:12, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:12, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:11, 27 May 2023 Ringtail Raider talk contribs created page 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:11, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:11, 27 May 2023 Ringtail Raider talk contribs created page 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: ...")
- 04:11, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:09, 27 May 2023 Ringtail Raider talk contribs created page 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...")
- 04:07, 27 May 2023 Ringtail Raider talk contribs created page 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 ----------------------------------------------------------------...")
- 12:52, 26 May 2023 Ringtail Raider talk contribs created page 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:49, 26 May 2023 Ringtail Raider talk contribs created page 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:08, 26 May 2023 Ringtail Raider talk contribs created page Template:PD-shape (Created page with "{{Imbox | type = license | image = 52px|alt=Public domain|link= | imageright = 64px|right|link=|Heptagon | text = ''This image of '''simple geometry''' is '''ineligible for copyright''' and therefore in the '''public domain''', because it consists entirely of information that is common property and contains no original authorship.''<br/><small>Please n...")
- 09:19, 26 May 2023 Ringtail Raider talk contribs uploaded a new version of File:AE Shape Standard.png
- 09:19, 26 May 2023 Ringtail Raider talk contribs uploaded a new version of File:AE Shape BigTeleport.png
- 09:19, 26 May 2023 Ringtail Raider talk contribs uploaded a new version of File:AE Shape Docks.png
- 09:18, 26 May 2023 Ringtail Raider talk contribs uploaded a new version of File:AE Shape Geo-Dome.png
- 09:18, 26 May 2023 Ringtail Raider talk contribs uploaded a new version of File:AE Shape Gunstation.png
- 09:18, 26 May 2023 Ringtail Raider talk contribs uploaded a new version of File:AE Shape OreRefinery.png
- 09:18, 26 May 2023 Ringtail Raider talk contribs uploaded a new version of File:AE Shape PowerStation.png
- 09:07, 26 May 2023 Ringtail Raider talk contribs uploaded a new version of File:AE Shape Docks.png (better looking, colorblind friendly?)
- 08:46, 26 May 2023 Ringtail Raider talk contribs created page File:AE Shape PowerStation.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs uploaded File:AE Shape PowerStation.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs created page File:AE Shape OreRefinery.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs uploaded File:AE Shape OreRefinery.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs created page File:AE Shape Gunstation.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs uploaded File:AE Shape Gunstation.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs created page File:AE Shape Geo-Dome.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs uploaded File:AE Shape Geo-Dome.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs created page File:AE Shape Docks.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs uploaded File:AE Shape Docks.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs created page File:AE Shape BigTeleport.png
- 08:46, 26 May 2023 Ringtail Raider talk contribs uploaded File:AE Shape BigTeleport.png
- 08:35, 26 May 2023 Ringtail Raider talk contribs created page File:AE Shape Standard.png
- 08:35, 26 May 2023 Ringtail Raider talk contribs uploaded File:AE Shape Standard.png
- 04:38, 26 May 2023 Ringtail Raider talk contribs created page Template:Legend inline (Created page with "<includeonly><!-- --><templatestyles src="Legend/styles.css" /><!-- --><span class="legend nowrap"><!-- --><span class="legend-color mw-no-invert" style="<!-- -->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!-- -->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!-- -->{{#if:{{{textcolor|}}}|color:{{{textcolor}}};}}<!-- -->{{#if:{{{size|}}}|font-size:{{{size}}};}}"><!-- -->{{#if:{{{t...")
- 04:34, 26 May 2023 Ringtail Raider talk contribs created page Template:Greater color contrast ratio (wisconsin)
- 04:34, 26 May 2023 Ringtail Raider talk contribs created page Module:Color contrast/colors (no)
- 04:33, 26 May 2023 Ringtail Raider talk contribs created page Module:Color contrast (i just. want to make squares)
- 04:18, 26 May 2023 Ringtail Raider talk contribs created page Template:Legend (Created page with "<includeonly><!-- --><templatestyles src="Legend/styles.css" /><!-- --><div class="legend"><!-- --><span class="legend-color mw-no-invert" style="<!-- -->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!-- -->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!-- -->{{#if:{{{textcolor|}}}|color:{{{textcolor}}};}}<!-- -->{{#if:{{{size|}}}|font-size:{{{size}}};}}"><!-- -->{{#if:{{{text|}}}{...")
- 04:13, 26 May 2023 Ringtail Raider talk contribs created page Template:Legend/styles.css (Created page with "{{pp-template}}: .legend { page-break-inside: avoid; break-inside: avoid-column; } .legend-color { display: inline-block; min-width: 1.25em; height: 1.25em; line-height: 1.25; margin: 1px 0; text-align: center; border: 1px solid black; background-color: transparent; color: black; } .legend-text {empty for now, but part of the design!: }")
- 00:35, 15 May 2023 Ringtail Raider talk contribs created page Template:Quote box/styles.css (Created page with "{{pp-template}}: .quotebox { background-color: #F9F9F9; border: 1px solid #aaa; box-sizing: border-box; padding: 10px; font-size: 88%; max-width: 100%; } .quotebox.floatleft { margin: .5em 1.4em .8em 0; } .quotebox.floatright { margin: .5em 0 .8em 1.4em; } .quotebox.centered { overflow: hidden; position: relative; margin: .5em auto .8em auto; } .quotebox.floatleft span, .quotebox.floatright span { font-style: inherit; } .quotebox > blockquote { margin:...")
- 11:12, 13 May 2023 Ringtail Raider talk contribs created page Template:Non-free video game screenshot/platform (Created page with "{{#switch: {{{1|}}} | Game Gear = Sega Game Gear | Sega SG-1000 = SG-1000 | 3DO = 3DO Interactive Multiplayer | Android = Android (operating system) | Sega Master System = Master System | Sharp X68000 = X68000 | PlayStation = PlayStation (console) | Nintendo GameCube = GameCube | Microsoft Windows = Windows | {{{1|}}} }}")