User contributions for Sandbox

A user with 30 edits. Account created on 15 May 2026.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

16 May 2026

15 May 2026

  • 21:5921:59, 15 May 2026 diff hist −50 Template:Documentation No edit summary current
  • 21:5921:59, 15 May 2026 diff hist −293 m Module:Documentation No edit summary current
  • 21:5621:56, 15 May 2026 diff hist +189 Template:Documentation No edit summary
  • 21:5621:56, 15 May 2026 diff hist −34,043 m Module:Documentation Replaced content with "-- Module:Documentation local p = {} function p.main(frame) local currentTitle = mw.title.getCurrentTitle() local docTitle = mw.title.new(currentTitle.prefixedText .. '/doc') -- 创建主容器 local container = mw.html.create('div') :addClass('template-documentation') -- 创建头部区域 local header = container:tag('div') :addClass('template-documentation-header') -- 标题及图标 (使用 FontAwesome) head..." Tag: Replaced
  • 21:5521:55, 15 May 2026 diff hist +766 N 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;..." current
  • 21:4721:47, 15 May 2026 diff hist −80 Template:Documentation No edit summary
  • 21:4621:46, 15 May 2026 diff hist −1,149 Template:Documentation Replaced content with "<includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly>" Tag: Replaced
  • 21:4121:41, 15 May 2026 diff hist +12,326 N 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...." current
  • 21:4021:40, 15 May 2026 diff hist +745 N 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 =..." current
  • 21:4021:40, 15 May 2026 diff hist +485 N 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;..." current
  • 21:3921:39, 15 May 2026 diff hist +7,941 N 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..." current
  • 21:3921:39, 15 May 2026 diff hist +2,313 N 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..." current
  • 21:3821:38, 15 May 2026 diff hist +6,798 N 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..." current
  • 21:3821:38, 15 May 2026 diff hist +18,558 N 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 = '..." current
  • 21:3721:37, 15 May 2026 diff hist +1,691 N 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..." current
  • 21:3621:36, 15 May 2026 diff hist +2,609 N 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..." current
  • 21:3321:33, 15 May 2026 diff hist +17,768 N 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. ---------------------------------------------------------------------------------..." current
  • 21:3221:32, 15 May 2026 diff hist +36,079 N 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:3221:32, 15 May 2026 diff hist +10,054 N 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'..." current
  • 21:3121:31, 15 May 2026 diff hist +1,259 N 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:5320:53, 15 May 2026 diff hist +430 MediaWiki:Common.css No edit summary
  • 20:5120:51, 15 May 2026 diff hist +392 MediaWiki:Common.css No edit summary
  • 20:5120:51, 15 May 2026 diff hist +27 N File:Bg.png File uploaded with MsUpload current
  • 20:2820:28, 15 May 2026 diff hist +141 N 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");"