User contributions
Jump to navigation
Jump to search
- 18:48, 8 April 2020 diff hist +30 N Category:Pages Created page with "{{Category redirect|Contents}}" current
- 18:45, 8 April 2020 diff hist +43 N Template:= Created page with "=<noinclude> {{documentation}} </noinclude>" current
- 18:44, 8 April 2020 diff hist +44 N Template:!- Created page with "|-<noinclude> {{documentation}} </noinclude>" current
- 18:42, 8 April 2020 diff hist +1,005 N Template:Markup/row Created page with "<noinclude>{| style="width:90%;border-width:medium;"</noinclude>{{#if:{{{c1|value}}}| {{!-}} {{!}}style{{=}}"width:50%; background:#f9f9f9; border-width:1px;border-style:..." current
- 18:41, 8 April 2020 diff hist +3,044 N Module:Item Created 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:gsu..." current
- 18:39, 8 April 2020 diff hist +82 N Template:Format item Created page with "<includeonly>{{#invoke:Item|format}}</includeonly><noinclude> {{doc}} </noinclude>" current
- 18:38, 8 April 2020 diff hist +4,219 N Module:Template invocation Created page with "-- This module provides functions for making MediaWiki template invocations. local checkType = require('libraryUtil').checkType local p = {} -------------------------------..." current
- 18:37, 8 April 2020 diff hist +2,859 N Module:For loop Created page with "-- This module implements {{for loop}}. local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local makeTemplate = require('Module:Templat..." current
- 18:36, 8 April 2020 diff hist +1,599 N Module:Parameter names example Created page with "-- This module implements {{parameter names example}}. local p = {} local function makeParam(s) local lb = '{' local rb = '}' return lb:rep(3) .. s .. rb:rep(3)..." current
- 18:34, 8 April 2020 diff hist +1,129 N Module:Error Created 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 u..." current
- 20:22, 7 April 2020 diff hist +3,153 N Module:Check for unknown parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p..." current
- 20:19, 7 April 2020 diff hist +2,201 N Module:Transclusion count/data/H Created page with "return { ["H:title"] = 5800, ["HABS"] = 2000, ["HDS"] = 4000, ["HD_color"] = 2700, ["HKG"] = 2700, ["HMAS"] = 6800, ["HMCS"] = 4900, ["HMM"] = 5200, ["HMS"] = 31000, ["HNLMS"]..." current
- 20:15, 7 April 2020 diff hist +146 N Template:Ombox Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 20:15, 7 April 2020 diff hist +20,511 N Module:Transclusion count/data/I Created page with "return { ["IAAF_name"] = 2700, ["IAST"] = 5800, ["IBDB_name"] = 8400, ["ICD10"] = 5000, ["ICD9"] = 4800, ["IDN"] = 3000, ["IMDB_name"] = 2400, ["IMDB_title"] = 3200, ["IMDb_ep..." current
- 20:14, 7 April 2020 diff hist +7,209 N Module:Hatnote list Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- --..." current
- 20:13, 7 April 2020 diff hist +1,373 N Module:Transclusion count Created page with "local p = {} function p.fetch(frame) local template = nil local return_value = nil -- Use demo parameter if it exists, otherswise use current template name local namespa..." current
- 20:12, 7 April 2020 diff hist +6,703 N Module:Hatnote Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- --..." current
- 20:11, 7 April 2020 diff hist +3,411 N Module:Lua banner Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') loc..." current
- 20:10, 7 April 2020 diff hist +4,477 N Module:High-use Created page with "local p = {} local _fetch = require('Module:Transclusion_count').fetch function p.num(frame, count) if count == nil then count = _fetch(frame) end -- Build output string..." current
- 20:09, 7 April 2020 diff hist +897 N Module:Distinguish Created page with "local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools --initialize lazily local lib..." current
- 20:02, 7 April 2020 diff hist +6,141 N Module:Message box/configuration Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- --..." current
- 20:01, 7 April 2020 diff hist +18,622 N Module:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation..." current
- 19:54, 7 April 2020 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..." current
- 19:52, 7 April 2020 diff hist +458 N Module:No globals Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then -- perf optimization here and below: do not load Module:TNT unless there is an error error..." current
- 19:51, 7 April 2020 diff hist +12,364 N MediaWiki:Common.js Created page with "→Any JavaScript here will be loaded for all users on every page load.: /** * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally * loaded for all use..."
- 19:50, 7 April 2020 diff hist +29,057 N MediaWiki:Common.css Created page with "→CSS placed here will be applied to all skins: →Reset italic styling set by user agent: cite, dfn { font-style: inherit; } →Straight quote marks for <q>: q { q..."
- 19:43, 7 April 2020 diff hist +17,776 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 mo..." current
- 19:41, 7 April 2020 diff hist -89 Template:Template other current
- 19:40, 7 April 2020 diff hist +36,778 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') --..." current
- 19:39, 7 April 2020 diff hist +435 N Template:Template other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {..."
- 19:30, 7 April 2020 diff hist +12,326 N Module:TableTools Created page with "--[[ ------------------------------------------------------------------------------------ -- TableTools --..." current
- 19:29, 7 April 2020 diff hist +5,138 N Module:List Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = requ..." current
- 19:28, 7 April 2020 diff hist +9,738 N Module:Formatted appearance Created page with "-- This module requires the use of Module:List. local list = require('Module:List') local p = {} -- Local function which is used to get a correctly formatted entry. -- Funct..." current
- 19:24, 7 April 2020 diff hist +9,651 N Module:InfoboxImage Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage ima..." current
- 19:24, 7 April 2020 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..." current
- 19:22, 7 April 2020 diff hist +1,018 N Module:If empty Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) -- For backwards compat..." current
- 19:21, 7 April 2020 diff hist +3,091 N Module:Navbar Created page with "local p = {} local getArgs local ul function p.addItem (mini, full, link, descrip, args, url) local l if url then l = {'[', '', ']'} else l = {'', ''} end..." current
- 19:08, 7 April 2020 diff hist +15,874 N Module:Infobox Created page with "-- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty(..." current
- 19:02, 7 April 2020 diff hist 0 m Template:Lua 1 revision imported current
- 19:02, 7 April 2020 diff hist 0 m Template:Nobold 1 revision imported current
- 19:02, 7 April 2020 diff hist 0 m Template:Documentation subpage 1 revision imported current
- 19:02, 7 April 2020 diff hist 0 m Template:High-use 1 revision imported current
- 19:02, 7 April 2020 diff hist 0 m Template:Infobox/doc 1 revision imported
- 19:02, 7 April 2020 diff hist 0 m Template:Clc 1 revision imported current
- 19:02, 7 April 2020 diff hist 0 m Template:Clear 1 revision imported current
- 19:02, 7 April 2020 diff hist 0 m Template:Distinguish 1 revision imported current
- 19:02, 7 April 2020 diff hist 0 m Template:Documentation 1 revision imported current
- 19:02, 7 April 2020 diff hist 0 m Template:Infobox 1 revision imported current
- 19:02, 7 April 2020 diff hist 0 m Template:Category link with count 1 revision imported current
- 14:38, 6 April 2020 diff hist +4 Main Page