User contributions for UpgradeTest1

From BoyWiki
A user with 97 edits. Account created on 5 December 2015.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

21 December 2021

  • 22:5122:51, 21 December 2021 diff hist +624 N Template:Documentation/i18n/enCreated page with "<languages/> <onlyinclude>{{Documentation/layout | lang = {{{lang|{{#invoke:Caller title|lang|base=Template:Documentation/i18n}}}}} <!-- {{Documentation}} parameters: --> |1={{{1|}}} |heading={{{heading|{{{2|}}}}}} |content={{{content|}}} <!-- $1 is automatically replaced by Template:Documentation/layout using {{tmpl}} --> | text = This documentation is transcluded from $1. <!-- DEPRECATED - New translations for these messages go in Dat..." current
  • 22:4722:47, 21 December 2021 diff hist 0 m Module:No globals1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Module:Information1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Module:ISOdate1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Module:DateI18n1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Module:Core1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Template:Information1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Template:Infobox template tag1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Template:Gadget-translatelabel1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Template:Gadget-state/deprecation1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Template:Gadget-state/default1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Template:Gadget-state1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Template:Gadget-langdir1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m Template:Gadget-desc1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m MediaWiki:Gadget-Stockphoto.css1 revision imported current
  • 22:4722:47, 21 December 2021 diff hist 0 m MediaWiki:Gadget-Stockphoto.js1 revision imported
  • 22:4722:47, 21 December 2021 diff hist 0 m MediaWiki:Gadget-Stockphoto1 revision imported current
  • 22:4322:43, 21 December 2021 diff hist +452 N Template:Gadget-translationCreated page with "[{{fullurl:{{TALKPAGENAME:{{{base|{{{2|{{#titleparts:{{FULLPAGENAME}}|1}}}}}}}}}}/{{{1|{{int:lang}}}}}|action=edit&preload={{urlencode:{{{base|{{{2|{{#titleparts:{{FULLPAGENAME}}|1}}}}}}}}}}&editintro=Template:Gadget-translation-editintro&preloadtitle={{urlencode:Localization of [[{{{base|{{{2|{{#titleparts:{{FULLPAGENAME}}|1}}}}}}}}]] for {{{1|{{int:lang}}}}}}}&section=new}} {{int:label-gadget-translate}}]<noinclude> {{documentation}} </noinclude>" current
  • 22:4322:43, 21 December 2021 diff hist +931 N Template:Gadget-translatelabelCreated page with "<!-- {{#titleparts:{{{1|{{FULLPAGENAME}}}}}|1}} will be the name of a gadget description page, like MediaWiki:Gadget-QuickDelete --><onlyinclude>{{#switch: {{int:Lang}} | en = | en-gb = <!-- do nothing for English (assume English exists) --> | #default = <!-- default for switch --> {{#ifexist: {{#titleparts:{{{1|{{FULLPAGENAME}}}}}|1}}/{{int:Lang}} |<!-- do nothing: language version exists --> |{{#ifeq: {{GetFallback|{{int:Lang}}}}|en |<!-- language version fal..."
  • 22:3922:39, 21 December 2021 diff hist +501 N Module:Caller titleCreated page with "local p = {} function p.title(frame) return frame:getParent():getTitle() end function p.lang(frame) local base = frame.args.base local title = p.title(frame) if base ~= title then local parts = mw.text.split(p.title(frame), '/', true) return parts[#parts] else -- we’re on the base page of the translation (directly, it’s not translated from somewhere), -- so we have no subpage language code, but we use PAGELANGUAGE return frame:preprocess('{{PAGELANGU..." current
  • 22:3822:38, 21 December 2021 diff hist 0 N File:Test Template Info-Icon.svgNo edit summary current
  • 22:3322:33, 21 December 2021 diff hist +1,129 N Module:ErrorCreated page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function..." current
  • 22:3222:32, 21 December 2021 diff hist +102 N Template:ErrorCreated page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{documentation}} </noinclude>" current
  • 22:3022:30, 21 December 2021 diff hist +37,911 N Data:I18n/Documentation.tabCreated page with "{ "license": "CC0-1.0", "description": { "en": "Translation table for the shared Module:Documentation", "hu": "Fordítási táblázat a megosztott Documentation modulhoz", "tr": "Paylaşılan Module:Documentation için çeviri tablosu", "zh": "「模块:Documentation」的翻译表" }, "sources": "Module mw:Module:Documentation, see bot documentation.", "schema": { "fields": [ {..." current Tag: Visual edit: Switched
  • 22:2922:29, 21 December 2021 diff hist +307 N Module:No globalsCreated page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)"
  • 22:2722:27, 21 December 2021 diff hist +1,920 N Module:TNTFallbackCreated page with "-------------------------------------------------------------------------------- -- This module implements a wrapper for Module:TNT that allows returning -- a fallback message; used by {{Documentation}}. -- -- @module TNTFallback -- @alias p -- @author User:ExE Boss -- @require Module:No globals -- @require Module:TNT -------------------------------------------------------------------------------- require("Module:No globals"); local TNT = require("Modul..." current
  • 22:2622:26, 21 December 2021 diff hist +400 N Template:TranscludeCreated page with "{{#switch: {{NAMESPACE: {{{1}}} }} |#default = {{FULLPAGENAME: {{{1}}} }} <!-- eg "User:Foo" --> |{{ns:0}} = {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }} | Template:{{{1}}} <!-- no leading colon, eg "Foo" --> | {{PAGENAME: {{{1}}} }} <!-- leading colon, eg ":Foo", so we want the article --> }} }}<noinclude> {{documentation}} </noinclude>" current
  • 22:2322:23, 21 December 2021 diff hist +461 N Template:Documentation/styles.cssCreated page with ".template-documentation { margin-top: 1em; clear: both; border: 2px dotted #666; padding: 0.6em; background-color: #ecfcf4; } .template-documentation:after { content: ""; display: block; clear: both; } .template-documentation-heading { padding-bottom: 3px; border-bottom: 1px solid #a2a9b1; margin-bottom: 1ex; } .template-documentation-title { font-size: 150%; } .template-documentation-transcludedfrom { font-size: smaller; font-style: italic; }" current
  • 22:1422:14, 21 December 2021 diff hist +6,220 N Module:TNTCreated 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
  • 22:1322:13, 21 December 2021 diff hist +18,290 N Module:LanguagesCreated page with "--[=[ Not globally exposed. Internal function only. language_subpages( frame, transform, options ) Parameters frame: The frame that was passed to the method invoked. The first argument or the page argument will be respected. transform: A transform function. Example: function( basepagename, subpagename, code, langname ) end options: An object with options. Example: { abort= { on=function() end, time=0.8 } } Following options are available:..." current
  • 22:1122:11, 21 December 2021 diff hist +19,526 N Module:ScribuntoUnitCreated page with "------------------------------------------------------------------------------- -- Unit tests for Scribunto. ------------------------------------------------------------------------------- require('Module:No globals') local DebugHelper = {} local ScribuntoUnit = {} -- The cfg table contains all localisable strings and configuration, to make it -- easier to port this module to another wiki. local cfg = mw.loadData('Module:ScribuntoUnit/config') ------------------------..." current
  • 22:1022:10, 21 December 2021 diff hist +776 N Module:Tmpl/testcasesCreated page with "local p = require('Module:ScribuntoUnit'):new() local m = require('Module:Tmpl') local function callWithArgs(arg0, args) local templateArgs = {} if args then for k, v in pairs(args) do local n = tonumber(k) or 0 if (n >= 1) then templateArgs[n] = v end end templateArgs[0] = arg0 end local frame = (mw.getCurrentFrame() :newChild{ args = templateArgs } :newChild{ args = {} }) return m.renderTmpl(frame) end function p:testRenderTmpl() self:ass..." current
  • 22:0922:09, 21 December 2021 diff hist +437 N Module:TmplCreated page with "-- This is a helper module for Template:tmpl local this = {} function this.renderTmpl(frame) local args = frame.args local pargs = (frame:getParent() or {}).args local result = pargs[0] or '' for k, v in pairs(pargs) do local n = tonumber(k) or -1 if (n >= 1 and n <= 9) then result = mw.ustring.gsub( result, '$' .. n, mw.text.trim(v) ) end end return result end return this" current
  • 22:0822:08, 21 December 2021 diff hist +1,880 N Template:TemplateBox/sandboxCreated page with "<onlyinclude><includeonly>{{#invoke:Languages|autolang|base=TemplateBox/sandbox/i18n |useargs=both |templateData={{#invoke:TemplateBox/sandbox|templatedata}} |JSONFM={{#invoke:TemplateBox/sandbox|templatedata|formatting=pretty}} |paramTable={{#invoke:TemplateBox/sandbox|paramtable}} |usageSample={{#invoke:TemplateBox/sandbox|usagesample}} |argCount={{#invoke:TemplateBox/sandbox|argcount}} |desc={{#invoke:TemplateBox/sandbox|description}} |templateDataInfo..." current
  • 22:0822:08, 21 December 2021 diff hist +670 N Template:DocPageName/docCreated page with "<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{TemplateBox/sandbox | name = DocPageName | desc-en = | namespace = template | usergroup = all | relieson = * {{ll/s|iw=mw|Help:Extension:ParserFunctions|nsp=0}} ** {{Magic word|mono=1|nowrap=1|ext=ParserFunctions|#ifeq|...}} ** {{Magic word|mono=1|nowrap=1|ext=ParserFunctions|#titleparts|...}} | example = Template:Example | example2 = Template:Example/sandbox | i18n-metho..." current
  • 22:0722:07, 21 December 2021 diff hist +407 N Template:DocPageNameCreated page with "<onlyinclude>{{#ifeq:{{#titleparts:{{{1|{{SUBJECTPAGENAME}}}}}||-1}}|sandbox<!-- -->|{{#ifexist:{{{1|{{SUBJECTPAGENAME}}}}}/doc<!-- -->|{{{1|{{SUBJECTPAGENAME}}}}}/doc<!-- -->|{{#titleparts:{{{1|{{SUBJECTPAGENAME}}}}}|-1}}/doc<!-- -->}}<!-- -->|{{{1|{{SUBJECTPAGENAME}}}}}/doc<!-- -->}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->" current
  • 22:0722:07, 21 December 2021 diff hist +99 N Template:TmplCreated page with "<onlyinclude><includeonly>{{#invoke:Tmpl|renderTmpl}}</includeonly></onlyinclude> {{Documentation}}" current
  • 22:0622:06, 21 December 2021 diff hist +3,117 N Template:Documentation/layoutCreated page with "<div id="template-documentation" class="template-documentation"><templatestyles src="Template:Documentation/styles.css" /><!-- -->{{#if: {{PROTECTIONLEVEL:edit}} | {{Protected}} }}<!-- -->{{#ifeq: {{{heading|}}} | false | | <div class="template-documentation-heading mw-content-{{dir|{{{lang|}}}}}" lang="{{{lang|}}}" dir="{{dir|{{{lang|}}}}}"><!-- --><span class="template-documentation-title">{{#if: {{{heading|}}} | {{{heading|}}} | File:Test Template Info-Icon.sv..." current
  • 22:0622:06, 21 December 2021 diff hist +739 N Template:Documentation/i18nCreated page with "<languages/> <onlyinclude>{{Documentation/layout | lang = {{{lang|{{#invoke:Caller title|lang|base=Template:Documentation/i18n}}}}} <!-- {{Documentation}} parameters: --> |1={{{1|}}} |heading={{{heading|{{{2|}}}}}} |content={{{content|}}} <!-- $1 is automatically replaced by Template:Documentation/layout using {{tmpl}} --> | text = <translate>This documentation is transcluded from $1.</translate> <!-- DEPRECATED - New translations for the..." current
  • 22:0522:05, 21 December 2021 diff hist +334 N Template:Gadget-state/defaultCreated page with "<onlyinclude>{{#ifeq:{{Gadget-state|type=defaultState|gadget={{#titleparts:{{PAGENAME:{{{self|<noinclude>MediaWiki:Gadget-UploadWizard/de</noinclude>}}}}}|1}}}} |true | <sup><abbr title="{{int:label-gadget-state-default-tooltip}}">{{int:label-gadget-state-default-symbol}}</abbr></sup> }}</onlyinclude> {{documentation}}"
  • 22:0322:03, 21 December 2021 diff hist +16 m MediaWiki:Gadgets-definitionNo edit summary current
  • 22:0022:00, 21 December 2021 diff hist +1,422 N Module:Gadget-stateCreated page with "local p = {} local getArgs = require('Module:Arguments').getArgs local gadgets = mw.loadData('Module:Gadget-state/data') local function getGadget(frame) local gadgetName = getArgs(frame)[1] if type(gadgetName) ~= 'string' then return nil end gadgetName = gadgetName:gsub('^Gadget%-', '') return gadgets[gadgetName] end local function getFlag(gadget, flag) if gadget then for _, v in ipairs(gadget) do if mw.text.trim(v) == flag then return true end e..." current
  • 21:5821:58, 21 December 2021 diff hist +968 N Template:Gadget-stateCreated page with "<onlyinclude>{{#switch: {{{1|{{{type}}}}}} | defaultState = {{#switch: {{{2|{{{gadget}}}}}} | Gadget-CollapsibleTemplates | Gadget-HotCat | Gadget-ImprovedUploadForm | Gadget-LanguageSelect | Gadget-ZoomViewer | Gadget-Slideshow | Gadget-UploadWizard | Gadget-MyUploads | Gadget-RotateLink | Gadget-RenameLink | Gadget-Stockphoto | Gadget-PictureOfTheYearEnhancements | Gadget-WikiMiniAtlas | Gadget-Long-Image-Names-in-Categories..."
  • 21:5621:56, 21 December 2021 diff hist +2,688 N Module:AutotranslateCreated page with " --[[ __ __ _ _ _ _ _ _ _ | \/ | ___ __| |_ _| | ___ _ / \ _ _| |_ ___ | |_ _ __ __ _ _ __ ___| | __ _| |_ ___ | |\/| |/ _ \ / _` | | | | |/ _ (_) / _ \| | | | __/ _ \| __| '__/ _` | '_ \/ __| |/ _` | __/ _ \ | | | | (_) | (_| | |_| | | __/_ / ___ \ |_| | || (_) | |_| | | (_| | | | \__ \ | (_| | || __/ |_| |_|\___/ \__,_|\__,_|_|\___(_)_/ \_\__,_|\__\___/ \__|_| \__,_|..." current
  • 21:5521:55, 21 December 2021 diff hist +726 N Template:DocumentationCreated page with "<!-- {{#invoke:Autotranslate|autotranslate}} is used to avoid "Warning: This page calls Template:Autotranslate which causes a template loop (an infinite recursive call). "--> <onlyinclude>{{#invoke:Autotranslate|autotranslate | base = Template:Documentation/i18n |lang = {{{lang|{{int:Lang}} }}} |1 = {{#if:{{{1|}}} |{{{1}}} |{{#ifexist:{{SUBJECTPAGENAME}}/doc |{{SUBJECTPAGENAME}}/doc |{{#ifexist:{{#titleparts:{{..." current
  • 21:5421:54, 21 December 2021 diff hist +969 N Template:Gadget-descCreated page with "<span id="{{anchorencode:mw-prefsection-gadgets-{{BASEPAGENAME:{{#titleparts:{{{self|}}}|1}}}}}}" {{Gadget-langdir|{{{self|}}}|{{{lang|}}}}}">{{#if:{{{name|}}} |<bdi>''{{{name|}}}''</bdi>:{{#if:{{{self|}}} |{{Gadget-state/default|self={{{self}}}}}{{Gadget-state/deprecation|self={{{self}}}}} }} }}{{{desc|{{{1}}}}}}</span> <!-- -->{{#if:{{{doc|}}}{{{example|}}}{{{talk|}}} |<small>[<!-- -->{{#if:{{{doc|}}}|{{{doc}}}|<bdi>{{int:label-gadget-documentation}}..."
  • 21:4821:48, 21 December 2021 diff hist +272 N MediaWiki:Gadget-StockphotoCreated page with "{{gadget-desc|self=MediaWiki:Gadget-Stockphoto|name=StockPhoto|Add buttons to file description pages that make it easier to reuse, share and attribute images.|skin=vector and monobook|doc=Special:MyLanguage/Help:Gadget-Stockphoto|talk=MediaWiki talk:Gadget-Stockphoto.js}}"
  • 21:4121:41, 21 December 2021 diff hist +1,611 N MediaWiki:Gadget-Stockphoto.cssCreated page with ".stockphoto-layout-vertical { position: absolute; min-width: 160px; } .stockphoto_buttonrow { cursor: pointer; display: inline-block; } a.stockphoto_buttonrow { color: inherit; } .stockphoto-layout-vertical .stockphoto_buttonrow { display: flex; } .stockphoto-layout-horizontal .stockphoto_buttonrow { margin-left: 10px; } .stockphoto_buttonrow_icon { opacity: 0.7; transform: opacity 0.3 ease; } .stockphoto-layout-vertical .stockphoto_buttonrow_icon { displ..."
  • 21:4121:41, 21 December 2021 diff hist +136 N MediaWiki:Gadgets-definitionCreated page with "=== Other === * Stockphoto [ResourceLoader|dependencies=mediawiki.util,mediawiki.user|default|type=general]|Stockphoto.js|Stockphoto.css"
  • 21:3021:30, 21 December 2021 diff hist +23,892 N MediaWiki:Gadget-Stockphoto.jsCreated page with "/* * StockPhoto - shows download and attribution buttons * * Revision: 2020-10-16 * Dependencies: mediawiki.util, mediawiki.user * Source: https://commons.wikimedia.org/wiki/MediaWiki:Gadget-Stockphoto.js * * Copyright 2010-09/10 by Magnus Manske * Copyright 2011-2020 Timo Tijhof * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software wit..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)