All public logs
From OS-Tan Collections Wiki
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).
- 22:31, 4 December 2023 Halian talk contribs created page Module:Redirect (Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi...")
- 22:31, 4 December 2023 Halian talk contribs created page Module:String (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...")
- 22:31, 4 December 2023 Halian talk contribs created page Module:Clickable button 2 (Created page with "-- This module implements {{clickable button 2}}. local yesno = require('Module:Yesno') local p = {} local function renderTrackingCategories(args) if yesno(args.category) == false then return '' end -- we have no tracking categories currently but args.category should be -- supported into the future, so just return a string here for now return '' end local function makeLinkData(args) local data = {} -- Get the link and display values, -- and find whether...")
- 22:29, 4 December 2023 Halian talk contribs created page Template:Pp (Created page with "{{#invoke:Protection banner|main}}<noinclude> {{documentation}} </noinclude>")
- 22:29, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/tmbox.css to Module:Message box/tmbox.css without leaving a redirect
- 22:29, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/ombox.css to Module:Message box/ombox.css without leaving a redirect
- 22:29, 4 December 2023 Halian talk contribs moved page Module:Module:Message box/imbox.css to Module:Message box/imbox.css without leaving a redirect
- 22: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
- 22: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
- 22: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
- 22: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...")
- 22: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...")
- 22: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...")
- 22: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...")
- 22: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: ...")
- 22: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...")
- 22: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]',...")
- 22: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. -- --...")
- 22: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...")
- 22: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...")
- 22: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. ----------------------------...")
- 22: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(...")
- 22: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...")
- 22: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...")
- 22: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 ---------------------------------------------------------------------------...")
- 22: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>")
- 22: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...")
- 22: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 *...")
- 11:48, 4 December 2023 Goujer talk contribs created page Windows XP (Redirected page to Category:Windows XP) Tag: New redirect
- 11:22, 4 December 2023 Goujer talk contribs moved page XP Family to Category:Windows XP (Moving to more Categorical Structure.)
- 11:22, 4 December 2023 Goujer talk contribs deleted page Category:Windows XP (Deleted to make way for move from "XP Family")
- 11:16, 4 December 2023 Goujer talk contribs created page Category:Windows XP (Created page with "Category:Microsoft Category:Windows")
- 14:27, 30 November 2023 Goujer talk contribs deleted the user account "Xoriant" (153)
- 14:27, 30 November 2023 Goujer talk contribs merged the user account "Xoriant" (153) into Sjjwndiejsbxzb (180)
- 14:27, 30 November 2023 Goujer talk contribs deleted the user account "Hdheehejeh" (163)
- 14:27, 30 November 2023 Goujer talk contribs merged the user account "Hdheehejeh" (163) into Sjjwndiejsbxzb (180)
- 14:26, 30 November 2023 Goujer talk contribs deleted the user account "Fefffef" (181)
- 14:26, 30 November 2023 Goujer talk contribs merged the user account "Fefffef" (181) into Sjjwndiejsbxzb (180)
- 14:26, 30 November 2023 Goujer talk contribs deleted the user account "Jhsrhttjj" (183)
- 14:26, 30 November 2023 Goujer talk contribs merged the user account "Jhsrhttjj" (183) into Sjjwndiejsbxzb (180)
- 14:26, 30 November 2023 Goujer talk contribs deleted the user account "Lkeklkerle" (179)
- 14:26, 30 November 2023 Goujer talk contribs merged the user account "Lkeklkerle" (179) into Sjjwndiejsbxzb (180)
- 14:26, 30 November 2023 Goujer talk contribs deleted the user account "Bduehwhwhw" (184)
- 14:26, 30 November 2023 Goujer talk contribs merged the user account "Bduehwhwhw" (184) into Sjjwndiejsbxzb (180)
- 14:26, 30 November 2023 Goujer talk contribs deleted the user account "Mhkjyk" (185)
- 14:26, 30 November 2023 Goujer talk contribs merged the user account "Mhkjyk" (185) into Sjjwndiejsbxzb (180)
- 14:26, 30 November 2023 Goujer talk contribs deleted the user account "Fefebgg" (188)
- 14:26, 30 November 2023 Goujer talk contribs merged the user account "Fefebgg" (188) into Sjjwndiejsbxzb (180)
- 14:23, 30 November 2023 Goujer talk contribs deleted the user account "Jkflepp" (191)
- 14:23, 30 November 2023 Goujer talk contribs merged the user account "Jkflepp" (191) into Sjjwndiejsbxzb (180)