User contributions for Maxwells

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

24 May 2022

23 May 2022

  • 20:0120:01, 23 May 2022 diff hist −6 MediaWiki:Common.cssNo edit summary
  • 20:0120:01, 23 May 2022 diff hist +49 MediaWiki:Common.cssNo edit summary
  • 19:5919:59, 23 May 2022 diff hist −2 The Adventures of NKGNo edit summary
  • 19:5019:50, 23 May 2022 diff hist +44 N Template:!-Created page with "|-<noinclude> {{documentation}} </noinclude>" current
  • 19:4919:49, 23 May 2022 diff hist +892 N Template:Markup/rowCreated page with "<noinclude>{| style="border-width:medium;"</noinclude><includeonly>{{#if:{{{c1|value}}}| {{!-}} {{!}}style{{=}}"background:#f8f9fa ; border:1px solid #eaecf0 ; padding:9px 5px 5px; vertical-align:top;"{{!}} <!-- -->{{#tag:pre |{{{c1|[markup]}}}|style="margin:0;border:none;padding:0; word-wrap:break-word; white-space:-moz-pre-wrap;white-space:-o-pre-wrap;white-space:-pre-wrap;white-space:pre-wrap; {{{c1style|}}}"}} {{!}}style{{=}}"background:#f8f9fa ; border:1px sol..." current
  • 19:4919:49, 23 May 2022 diff hist +5,096 N Module:Transclusion count/data/ECreated page with "return { ["EB1911"] = 12000, ["EB1911_poster"] = 3600, ["ECU"] = 2200, ["EC_number"] = 5200, ["EGY"] = 3000, ["EHAK"] = 3300, ["ENFA"] = 3400, ["ENG"] = 9300, ["ENGLs"] = 2800, ["EOL"] = 2500, ["ER_to_list_entry"] = 6000, ["ESP"] = 15000, ["ESPNcricinfo"] = 3400, ["EST"] = 3800, ["Eastern_name_order"] = 4100, ["Ebicite"] = 7100, ["Ec"] = 27000, ["Ed"] = 6100, ["Ed_right"] = 3000, ["Edit"] = 802000, ["EditAtWikidata"] = 717000, ["EditOnWikidata"] = 38000, ["Edit_a_taxon"]..."
  • 19:4819:48, 23 May 2022 diff hist +98 N Template:EndplainlistCreated page with "<includeonly></div></includeonly><noinclude> {{documentation|Template:Plainlist/doc}} </noinclude>"
  • 19:4619:46, 23 May 2022 diff hist +3,044 N Module:ItemCreated page with "local p = {} local function escape(str) return str:gsub("[|\\]", function (c) return string.format("\\%03d", c:byte()) end) end local function unescape(str) return str:gsub("\\(%d%d%d)", function (d) return string.char(d) end) end -- Implements Template:Item function p.pack(frame) local parent = frame:getParent() local result = '' for key, value in pairs(parent.args) do result = result .. "|" .. escape(tostring(key)) .. "|" .. escape(value) end return res..." current
  • 19:4619:46, 23 May 2022 diff hist +1,969 N Module:Plain textCreated page with "--converts text with wikilinks to plain text, e.g "gah is bar" to "gah is bar" --removes anything enclosed in tags that isn't nested, mediawiki strip markers (references etc), files, italic and bold markup local p = {} function p.main(frame) local text = frame.args[1] local encode = require('Module:yesno')(frame.args.encode) return p._main(text, encode) end function p._main(text, encode) if not text then return end text = mw.text.killMarkers(text) :g..."
  • 19:4619:46, 23 May 2022 diff hist +80 N Template:ItemCreated page with "<includeonly>{{#invoke:Item|pack}}</includeonly><noinclude> {{doc}} </noinclude>" current
  • 19:4519:45, 23 May 2022 diff hist +82 N Template:DocRedirected page to Template:Documentation current Tag: New redirect
  • 19:4519:45, 23 May 2022 diff hist +82 N Template:Format itemCreated page with "<includeonly>{{#invoke:Item|format}}</includeonly><noinclude> {{doc}} </noinclude>" current
  • 19:4419:44, 23 May 2022 diff hist +12,780 N Module:Template wrapperCreated page with "require('Module:No globals'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do..."
  • 19:4419:44, 23 May 2022 diff hist +1,070 N Module:Navbox top and bottomCreated page with "-- This implements {{navbox top}} and {{navbox bottom}} local p = {} local function build_navbox(parentArgs, list) local args = {} for argName, value in pairs(parentArgs) do if value ~= '' then if type(argName) == 'string' then args[argName] = value end end end args['bodystyle'] = 'display:table;' .. (args['bodystyle'] or '') args['list1padding'] = '0' args['list1style'] = 'border-width:0;'..." current
  • 19:4419:44, 23 May 2022 diff hist +40,368 N Module:Format TemplateDataCreated page with "local TemplateData = { serial = "2017-11-06", suite = "TemplateData" } local plaintext = require("Module:Plain text") --[=[ improve template:TemplateData ]=] local Config = { -- multiple #invoke option names mapped into unique internal fields cat = "strange", classNoNumTOC = "suppressTOCnum", -- classParams = "classTable", cssParams = "stylesTable", cssParWrap = "stylesTabWrap", debug = fal..."
  • 19:4319:43, 23 May 2022 diff hist +272 N Template:Yesno-yesCreated page with "{{SAFESUBST:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|yes}}}|¬={{{¬|yes}}}|def={{{def|yes}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>" current
  • 19:4319:43, 23 May 2022 diff hist +2,867 N Module:For loopCreated page with "-- This module implements {{for loop}}. local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = getArgs(frame, { trim = false, removeBlanks = false }) return p._main(args) end function p._main(args) local template = args['call'] or 'void' local calltemplates = yesno(args.substall or "", true) or not mw.isSubsting() local variableParam = args.pv variableParam = tonumber(variab..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)