Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Sandbox Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:50, 16 May 2026 Sandbox talk contribs created page MediaWiki:Gadgets-definition (Created page with "== System == * Navbar[ResourceLoader|default|hidden]|Navbar.js")
  • 08:49, 16 May 2026 Sandbox talk contribs created page MediaWiki:Gadget-Navbar.js (Created page with "(function () { var style = '.czn-navbar{position:absolute;top:0;left:0;width:100%;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;z-index:9999;border-bottom:1px solid rgba(255,255,255,0.05)}' + '.czn-navbar__left,.czn-navbar__right{flex:1;display:flex;align-items:center}' + '.czn-navbar__left{justify-content:flex-start}' + '.czn-navbar__center{display:flex;justify-content:center}' + '.cz...")
  • 08:47, 16 May 2026 Sandbox talk contribs created page File:Bi chaos zero nightmare.png (File uploaded with MsUpload)
  • 08:47, 16 May 2026 Sandbox talk contribs uploaded File:Bi chaos zero nightmare.png (File uploaded with MsUpload)
  • 21:55, 15 May 2026 Sandbox talk contribs created page Template:Documentation/styles.css (Created page with ".template-documentation { clear: both; margin: 1em 0 0 0; border: 1px dashed #a2a9b1; background-color: #ecfcf4; padding: 1em; box-shadow: 0 1px 3px rgba(0,0,0,0.05); } .template-documentation-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 0.5em; border-bottom: 1px solid #8bd9a8; margin-bottom: 1em; } .template-documentation-title { font-size: 125%; font-weight: bold;...")
  • 21:41, 15 May 2026 Sandbox talk contribs created page Module:TableTools (Created page with "--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....")
  • 21:40, 15 May 2026 Sandbox talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
  • 21:40, 15 May 2026 Sandbox talk contribs created page Module:TNT/config (Created page with "local p = {}; -- The tracking category name for global TemplateData pages located on Commons -- under "Data:Templatedata/" instead of "Data:TemplateData/", -- defaults to `"Templates using legacy global TemplateData table name"` -- when not set; set to `false` to disable all categorisation p.legacyTemplateDataCategoryName = nil; -- Whether to add the language subtag to the template name using {{#translation:}}, -- defaults to `false` p.translatableCategoryLink = true;...")
  • 21:39, 15 May 2026 Sandbox talk contribs created page Module:TNT (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...")
  • 21:39, 15 May 2026 Sandbox talk contribs created page Module:Message box/ombox.css (Created page with "* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ombox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray: border: 1px solid #a2a9b1; background-color: #f8f9fa; color: #333; box-sizing: border-box; } An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s): .om...")
  • 21:38, 15 May 2026 Sandbox 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...")
  • 21:38, 15 May 2026 Sandbox talk contribs created page Module:Message box (Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = '...")
  • 21:37, 15 May 2026 Sandbox talk contribs created page Module:Documentation/i18n (Created page with "local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') -- cfg['module-namespace-heading'] -- The heading shown in the module...")
  • 21:36, 15 May 2026 Sandbox talk contribs created page Module:Documentation/styles.css (Created page with ".ts-doc-sandbox .mbox-image { padding:.75em 0 .75em .75em; } .ts-doc-doc { clear: both; background-color: #eaf3ff; color: var(--color-base, #202122); border: 1px solid #a3caff; margin-top: 1em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-header { background-color: #cbd6f6; color: var(--color-base, #202122); padding: .642857em 1em .5em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-heading { display: inline...")
  • 21:36, 15 May 2026 Sandbox talk contribs deleted page Module:Documentation/i18n&action=edit (content was: "local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'tem...", and the only contributor was "Sandbox" (talk))
  • 21:33, 15 May 2026 Sandbox talk contribs created page Module:Documentation/i18n&action=edit (Created page with "local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') -- cfg['module-namespace-heading'] -- The heading shown in the module...")
  • 21:33, 15 May 2026 Sandbox talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
  • 21:32, 15 May 2026 Sandbox talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -...")
  • 21:32, 15 May 2026 Sandbox talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
  • 21:31, 15 May 2026 Sandbox talk contribs created page Template:Documentation (Created page with "<includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page. It is intended for pages which are [https://www.mediawiki.org/wiki/Help:Transclusion transcluded] in other pages, i.e. templates, whether in th...")
  • 20:51, 15 May 2026 Sandbox talk contribs created page File:Bg.png (File uploaded with MsUpload)
  • 20:51, 15 May 2026 Sandbox talk contribs uploaded File:Bg.png (File uploaded with MsUpload)
  • 20:28, 15 May 2026 Sandbox talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");")
  • 19:58, 15 May 2026 MediaWiki default talk contribs created page Main Page