User contributions for Player
Jump to navigation
Jump to search
9 March 2020
- 04:3904:39, 9 March 2020 diff hist +12,668 N User:Player/module:TableTools Created page with "<pre> -- ------------------------------------------------------------------------------------ -- TableTools..." current
- 04:3804:38, 9 March 2020 diff hist +1,279 N User:Player/module:Toolbar Created page with "<pre> -- This module implements {{toolbar}}. local mArguments -- Lazily initialise Module:Arguments local mTableTools = require('Module:TableTools') local yesno = require..." current
- 04:3704:37, 9 March 2020 diff hist +22,120 N User:Player/module:Protected edit request/active Created page with "<pre> require('Module:No globals') local yesno, makeMessageBox -- passed in from Module:Protected edit request local makeToolbar = require('Module:Toolbar')._main local getPa..." current
- 04:3604:36, 9 March 2020 diff hist +16,681 N User:Player/module:String Created page with "<pre> -- This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters,..." current
- 04:3504:35, 9 March 2020 diff hist +10,067 N User:Player/module:Arguments Created page with "<pre> -- 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 #..." current
- 04:3404:34, 9 March 2020 diff hist +6,154 N User:Player/module:Message box/configuration Created page with "<pre> -------------------------------------------------------------------------------- -- Message box configuration -- --..." current
- 04:3304:33, 9 March 2020 diff hist +17,789 N User:Player/module:Message box Created page with "<pre> -- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necess..." current
- 04:3104:31, 9 March 2020 diff hist +758 N User:Player/module:Yesno Created page with "<pre> -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If you..." current
- 04:3004:30, 9 March 2020 diff hist +320 N User:Player/module:No globals Created page with "<pre> 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...." current
- 04:2904:29, 9 March 2020 diff hist +2,429 N User:Player/module:Protected edit request Created page with "<pre> require('Module:No globals') local yesno = require('Module:Yesno') local makeMessageBox = require('Module:Message box').main local getArgs local activeBox -- lazily in..." current
- 04:2504:25, 9 March 2020 diff hist +2,633 N User:Player Created page with "<!-- Just a test --> {{subst::Main Page}}" current