All public logs
Jump to navigation
Jump to search
Combined display of all available logs of OS-Tan Collections Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:28, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/fmbox.css to Module:Message box/fmbox.css without leaving a redirect
- 23:28, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/cmbox.css to Module:Message box/cmbox.css without leaving a redirect
- 23:28, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/ambox.css to Module:Message box/ambox.css without leaving a redirect
- 23:26, 4 December 2023 Halian talk contribs created page Module: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...")
- 23:26, 4 December 2023 Halian talk contribs created page Module: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...")
- 23:25, 4 December 2023 Halian talk contribs created page Module: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...")
- 23:25, 4 December 2023 Halian talk contribs created page Module: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...")
- 23:23, 4 December 2023 Halian talk contribs created page Module: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: ...")
- 23:23, 4 December 2023 Halian talk contribs created page Module: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...")
- 23:22, 4 December 2023 Halian 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. '^OS-Tan Collections Wiki:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]',...")
- 23:22, 4 December 2023 Halian 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. -- --...")
- 23:21, 4 December 2023 Halian 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...")
- 23:21, 4 December 2023 Halian 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...")
- 23:21, 4 December 2023 Halian 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. ----------------------------...")
- 23:20, 4 December 2023 Halian 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(...")
- 23:19, 4 December 2023 Halian 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...")
- 23:19, 4 December 2023 Halian 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...")
- 23:18, 4 December 2023 Halian talk contribs created page Module:Message box (Created page with "require('strict') 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 ---------------------------------------------------------------------------...")
- 23:18, 4 December 2023 Halian talk contribs created page Template:Mbox (Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
- 23:13, 4 December 2023 Halian talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- 23:13, 4 December 2023 Halian talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
- 12:48, 4 December 2023 Goujer talk contribs created page Windows XP (Redirected page to Category:Windows XP) Tag: New redirect
- 12:22, 4 December 2023 Goujer talk contribs moved page XP Family to Category:Windows XP (Moving to more Categorical Structure.)
- 12:22, 4 December 2023 Goujer talk contribs deleted page Category:Windows XP (Deleted to make way for move from "XP Family")
- 12:16, 4 December 2023 Goujer talk contribs created page Category:Windows XP (Created page with "Category:Microsoft Category:Windows")
- 15:27, 30 November 2023 Goujer talk contribs deleted the user account "Xoriant" (153)
- 15:27, 30 November 2023 Goujer talk contribs merged the user account "Xoriant" (153) into Sjjwndiejsbxzb (180)
- 15:27, 30 November 2023 Goujer talk contribs deleted the user account "Hdheehejeh" (163)
- 15:27, 30 November 2023 Goujer talk contribs merged the user account "Hdheehejeh" (163) into Sjjwndiejsbxzb (180)
- 15:26, 30 November 2023 Goujer talk contribs deleted the user account "Fefffef" (181)
- 15:26, 30 November 2023 Goujer talk contribs merged the user account "Fefffef" (181) into Sjjwndiejsbxzb (180)
- 15:26, 30 November 2023 Goujer talk contribs deleted the user account "Jhsrhttjj" (183)
- 15:26, 30 November 2023 Goujer talk contribs merged the user account "Jhsrhttjj" (183) into Sjjwndiejsbxzb (180)
- 15:26, 30 November 2023 Goujer talk contribs deleted the user account "Lkeklkerle" (179)
- 15:26, 30 November 2023 Goujer talk contribs merged the user account "Lkeklkerle" (179) into Sjjwndiejsbxzb (180)
- 15:26, 30 November 2023 Goujer talk contribs deleted the user account "Bduehwhwhw" (184)
- 15:26, 30 November 2023 Goujer talk contribs merged the user account "Bduehwhwhw" (184) into Sjjwndiejsbxzb (180)
- 15:26, 30 November 2023 Goujer talk contribs deleted the user account "Mhkjyk" (185)
- 15:26, 30 November 2023 Goujer talk contribs merged the user account "Mhkjyk" (185) into Sjjwndiejsbxzb (180)
- 15:26, 30 November 2023 Goujer talk contribs deleted the user account "Fefebgg" (188)
- 15:26, 30 November 2023 Goujer talk contribs merged the user account "Fefebgg" (188) into Sjjwndiejsbxzb (180)
- 15:23, 30 November 2023 Goujer talk contribs deleted the user account "Jkflepp" (191)
- 15:23, 30 November 2023 Goujer talk contribs merged the user account "Jkflepp" (191) into Sjjwndiejsbxzb (180)
- 15:22, 30 November 2023 Goujer talk contribs deleted the user account "HotDiscount1!" (159)
- 15:22, 30 November 2023 Goujer talk contribs merged the user account "HotDiscount1!" (159) into Sjjwndiejsbxzb (180)
- 15:22, 30 November 2023 Goujer talk contribs deleted the user account "CryptoMetaverse" (160)
- 15:22, 30 November 2023 Goujer talk contribs merged the user account "CryptoMetaverse" (160) into Sjjwndiejsbxzb (180)
- 15:21, 30 November 2023 Goujer talk contribs deleted the user account "CaptBrenden" (177)
- 15:21, 30 November 2023 Goujer talk contribs merged the user account "CaptBrenden" (177) into Sjjwndiejsbxzb (180)
- 15:18, 30 November 2023 Goujer talk contribs deleted the user account "Saunaabuse4" (151)