All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fox Labs Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:09, 2 November 2023 Inari talk contribs created page File:UI Danger.svg
- 20:09, 2 November 2023 Inari talk contribs uploaded File:UI Danger.svg
- 20:07, 2 November 2023 Inari talk contribs created page File:UI Stop.svg
- 20:07, 2 November 2023 Inari talk contribs uploaded File:UI Stop.svg
- 20:05, 2 November 2023 Inari talk contribs created page File:UI Blocked.svg
- 20:05, 2 November 2023 Inari talk contribs uploaded File:UI Blocked.svg
- 20:02, 2 November 2023 Inari talk contribs created page File:UI Merge.svg
- 20:02, 2 November 2023 Inari talk contribs uploaded File:UI Merge.svg
- 20:01, 2 November 2023 Inari talk contribs deleted page File:UI Merge.svg
- 20:01, 2 November 2023 Inari talk contribs created page File:UI Merge.svg
- 20:01, 2 November 2023 Inari talk contribs uploaded File:UI Merge.svg
- 19:50, 2 November 2023 Inari talk contribs uploaded a new version of File:UI Information.svg
- 19:48, 2 November 2023 Inari talk contribs created page File:UI Notice Yellow.svg
- 19:48, 2 November 2023 Inari talk contribs uploaded File:UI Notice Yellow.svg
- 19:45, 2 November 2023 Inari talk contribs created page File:UI Locked.svg
- 19:45, 2 November 2023 Inari talk contribs uploaded File:UI Locked.svg
- 19:44, 2 November 2023 Inari talk contribs created page Template:Ambox/doc (Created page with "{{Documentation subpage}} <!-- Please add categories to the /doc subpage, and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use}} {{Lua|Module:Message box}} {{Mbox templates (small)}} {{tl|Ambox}} stands for '''A'''rticle '''m'''essage '''box''', which is a metatemplate. It is used to build message boxes for templates used in '''articles''', such as {{tl|underlinked}}. It offers several different colours, images and some other featur...")
- 19:43, 2 November 2023 Inari talk contribs created page Module:Namespace detect/configuration (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. -- --...")
- 19:43, 2 November 2023 Inari 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/configuration') local f...")
- 19:42, 2 November 2023 Inari 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...")
- 19:42, 2 November 2023 Inari 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. '^User:UBX%f[/\0]', -- The userbox "template" space. '^User talk:UBX%f[/\0]',...")
- 19:41, 2 November 2023 Inari 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...")
- 19:40, 2 November 2023 Inari talk contribs created page Module:Category handler/configuration (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. ----------------------------...")
- 19:39, 2 November 2023 Inari 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(...")
- 19:39, 2 November 2023 Inari 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...")
- 19:39, 2 November 2023 Inari talk contribs created page Template:Tmbox (Created page with "{{#invoke:Message box|tmbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:38, 2 November 2023 Inari talk contribs created page Template:Imbox (Created page with "{{#invoke:Message box|imbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:38, 2 November 2023 Inari talk contribs created page Template:Fmbox (Created page with "{{#invoke:Message box|fmbox}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
- 19:38, 2 November 2023 Inari talk contribs created page Template:Cmbox (Created page with "{{#invoke:Message box|cmbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:38, 2 November 2023 Inari 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...")
- 19:37, 2 November 2023 Inari 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...")
- 19:37, 2 November 2023 Inari 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: ...")
- 19:37, 2 November 2023 Inari 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...")
- 19:36, 2 November 2023 Inari talk contribs created page Template:Ambox (Created page with "{{#invoke:Message box|ambox}}{{#ifeq:{{{small}}};{{NAMESPACENUMBER}}|left;0|Category:Articles using small message boxes}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:35, 2 November 2023 Inari talk contribs created page Template:Terminate sentence (Created page with "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>")
- 19:35, 2 November 2023 Inari talk contribs uploaded a new version of File:UI Copy Article.svg
- 19:33, 2 November 2023 Inari talk contribs created page File:UI Green Check.svg
- 19:33, 2 November 2023 Inari talk contribs uploaded File:UI Green Check.svg
- 19:31, 2 November 2023 Inari talk contribs created page File:UI Information.svg
- 19:31, 2 November 2023 Inari talk contribs uploaded File:UI Information.svg
- 19:27, 2 November 2023 Inari talk contribs uploaded a new version of File:UI Warning Yellow.svg
- 19:27, 2 November 2023 Inari talk contribs uploaded a new version of File:UI Warning.svg
- 19:19, 2 November 2023 Inari talk contribs uploaded a new version of File:UI Warning.svg
- 19:17, 2 November 2023 Inari talk contribs uploaded a new version of File:UI Locked Full.svg
- 19:13, 2 November 2023 Inari talk contribs created page File:UI Locked Full.svg
- 19:13, 2 November 2023 Inari talk contribs uploaded File:UI Locked Full.svg
- 19:06, 2 November 2023 Inari talk contribs created page File:UI Copy Article.svg
- 19:06, 2 November 2023 Inari talk contribs uploaded File:UI Copy Article.svg
- 19:00, 2 November 2023 Inari talk contribs created page File:UI Warning Yellow.svg
- 19:00, 2 November 2023 Inari talk contribs uploaded File:UI Warning Yellow.svg