User contributions for Skeeveo
Jump to navigation
Jump to search
15 April 2023
- 17:0517:05, 15 April 2023 diff hist −54 Template:Ambox/doc No edit summary
- 17:0517:05, 15 April 2023 diff hist +17,409 N Template:Ambox/doc Created page with "{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata) --> {{High-risk| 1,100,000+ }} {{Lua|Module:Message box}} {{Mbox templates (small)}} This is the {{tl|Ambox}} (['''A''']rticle ['''m''']essage ['''box''']) metatemplate. It is used to build ''article message box'' templates such as {{tl|Underlinked}}. It offers several different colours, uses default images if no..."
- 16:1316:13, 15 April 2023 diff hist 0 N Category:Module documentation Created blank page current
- 16:1216:12, 15 April 2023 diff hist +248 N Module:Lua/doc Created page with "{{Documentation subpage}} {{Lua|Module:List|Module:TableTools|Module:Message box|Module:Arguments|Module:Yesno}} Implements {{tl|Lua}}. {{Documentation categories| <!-- Categories and interwikis go here. --> Category:Documentation modules }}" current
- 16:1216:12, 15 April 2023 diff hist 0 N Category:Documentation templates Created blank page current
- 16:1216:12, 15 April 2023 diff hist 0 N Category:Notice templates Created blank page current
- 16:1016:10, 15 April 2023 diff hist +1,093 N Module:Documentation/doc Created page with "{{Documentation subpage}} {{Lua|Module:Arguments|Module:Message box|Module:Protection banner|Module:Documentation/config}} This module displays a section containing documentation for templates, modules, or other pages. It implements the {{tl|documentation}} template. ==Usage from wikitext== In most cases, you should use the {{tl|documentation}} template. Refer to the template's documentation for usage instruction..." current
- 16:0916:09, 15 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary
- 16:0916:09, 15 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary
- 16:0916:09, 15 April 2023 diff hist +481 N Template:Documentation subpage/doc Created page with "{{Documentation subpage}} This template displays a notice that the page it appears on provides documentation for a template, module or project. ==Usage== This template should be placed at the top of a /doc subpage. <pre>{{Documentation subpage}}</pre> {{Documentation categories| <!-- Categories and interwikis go here. --> Category:Documentation templates Category:Notice templates de:Vorlage:Documentation subpag..." current
- 16:0816:08, 15 April 2023 diff hist 0 N Category:Pages with script errors Created blank page current
- 16:0716:07, 15 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary
- 16:0716:07, 15 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary
- 16:0616:06, 15 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary
- 16:0516:05, 15 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary
- 16:0416:04, 15 April 2023 diff hist +650 MediaWiki:Sitewide.css No edit summary
- 16:0116:01, 15 April 2023 diff hist +170 N Template:Documentation categories Created page with "{{#if:{{Sandbox other|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}||{{{1|}}}}}<noinclude> {{Documentation}} <!-- Categories and interwikis go on the /doc subpage. --> </noinclude>" current
- 16:0116:01, 15 April 2023 diff hist +94 N Template:Tl Created page with "{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude> {{Documentation}} </noinclude>" current
- 15:5915:59, 15 April 2023 diff hist 0 N File:Lua programming language logo.svg No edit summary current
- 15:5915:59, 15 April 2023 diff hist +5,410 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 = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, ar..." current
- 15:5815:58, 15 April 2023 diff hist +3,815 N Module:Lua Created page with "local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = getArgs(frame, { wrappers = 'Template:Lua' }) return p._main(args) end function p._main(args) local modules = mTableTools.compressSparseArray(args) local box = p.renderBo..." current
- 15:5815:58, 15 April 2023 diff hist +167 N Template:Lua Created page with "<includeonly>{{#invoke:Lua|main}}</includeonly><noinclude> {{Lua|Module:Lua}} {{documentation}} <!-- Categories and interwikis go on the /doc subpage. --> </noinclude>" current
- 15:5715:57, 15 April 2023 diff hist 0 N File:Edit-copy purple.svg No edit summary current
- 15:5615:56, 15 April 2023 diff hist +822 N Template:Documentation subpage Created page with "<includeonly>{{#ifeq: {{lc:{{SUBPAGENAME}}}} | doc | <!-- On /doc subpage --> </includeonly>{{mbox | image = 42px|link= | text = This subpage provides documentation for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}. }} {{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}<includeonly>{{#ifexist:{{SUBJECTSPACE}}:{{BASEPAGENAME}} | Category:{{#switch: {{SUBJECT..." current
- 15:5615:56, 15 April 2023 diff hist +1,093 N Template:Documentation/doc Created page with "{{Documentation subpage}} {{Lua|Module:Arguments|Module:Message box|Module:Protection banner|Module:Documentation/config}} This module displays a section containing documentation for templates, modules, or other pages. It implements the {{tl|documentation}} template. ==Usage from wikitext== In most cases, you should use the {{tl|documentation}} template. Refer to the template's documentation for usage instruction..." current
- 15:5315:53, 15 April 2023 diff hist 0 N File:Documentation-plain.svg No edit summary current
- 15:5215:52, 15 April 2023 diff hist +19,284 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
- 15:5215:52, 15 April 2023 diff hist +40,789 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 p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are ma..." current
- 15:5215:52, 15 April 2023 diff hist +30 N Template:Documentation Created page with "{{#invoke:documentation|main}}" current
- 15:5115:51, 15 April 2023 diff hist +146 N Template:Ambox Created page with "{{#invoke:Message box|ambox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
14 April 2023
- 17:0517:05, 14 April 2023 diff hist 0 N File:Information icon4.svg No edit summary current
13 April 2023
- 13:3913:39, 13 April 2023 diff hist +21 User:Skeeveo/sandbox No edit summary Tag: Visual edit: Switched
- 13:0613:06, 13 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary
- 13:0513:05, 13 April 2023 diff hist +81 User:Skeeveo/sandbox No edit summary
- 13:0413:04, 13 April 2023 diff hist +82 User:Skeeveo/sandbox No edit summary
- 13:0413:04, 13 April 2023 diff hist +132 User:Skeeveo/sandbox No edit summary
- 13:0313:03, 13 April 2023 diff hist +67 User:Skeeveo/sandbox No edit summary
- 13:0313:03, 13 April 2023 diff hist +70 User:Skeeveo/sandbox No edit summary Tag: Visual edit: Switched
- 13:0013:00, 13 April 2023 diff hist −1,207 User:Skeeveo/sandbox No edit summary
- 12:5912:59, 13 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary
- 12:5912:59, 13 April 2023 diff hist −197 MediaWiki:Sitewide.css No edit summary
- 12:5912:59, 13 April 2023 diff hist +1 MediaWiki:Sitewide.css No edit summary
- 12:5812:58, 13 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary
- 12:5712:57, 13 April 2023 diff hist −90 MediaWiki:Sitewide.css No edit summary
- 12:5612:56, 13 April 2023 diff hist +25 MediaWiki:Sitewide.css No edit summary
- 12:5612:56, 13 April 2023 diff hist +14 MediaWiki:Sitewide.css No edit summary
- 12:5512:55, 13 April 2023 diff hist +19 MediaWiki:Sitewide.css No edit summary
- 12:5412:54, 13 April 2023 diff hist +63 MediaWiki:Sitewide.css No edit summary
- 12:4712:47, 13 April 2023 diff hist +1,253 User:Skeeveo/sandbox No edit summary
- 12:4612:46, 13 April 2023 diff hist 0 MediaWiki:Sitewide.css No edit summary