From Excellent Music Wiki
Jump to: navigation, search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

21 August 2023

18 August 2023

24 October 2022

1 September 2022

30 August 2022

18 July 2022

7 July 2022

25 April 2022

11 April 2022

  • 15:0915:09, 11 April 2022 diff hist +4,298 N Template:Documentation subpage/docCreated page with "{{Distinguish|Template:Documentation}} {{Documentation subpage}} This template displays a message that the current page is a documentation subpage. == Usage == : {{Template link expanded|Documentation subpage}} : or : {{Template link expanded|Documentation subpage |[[{{var|Page where the documentation [[Help:Transclusion|transcluded]]}}]]}} <br><br>{{example needed|s}} ===Userbox documentation=== To set this template to use "userbox" and "userbox page"..." current
  • 15:0815:08, 11 April 2022 diff hist +6,141 N Module:Message box/configurationCreated page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee..." current
  • 15:0715:07, 11 April 2022 diff hist +10,054 N Module:ArgumentsCreated 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 directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'..." current
  • 15:0615:06, 11 April 2022 diff hist +745 N Module:YesnoCreated 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 uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..." current
  • 15:0515:05, 11 April 2022 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)" current
  • 15:0315:03, 11 April 2022 diff hist +18,026 N Module:Message boxCreated page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Module:No globals') local getArgs local yesno = require('Module:Yesno') local templatestyles = 'Module:Message box/styles.css' -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Messag..." current
  • 15:0215:02, 11 April 2022 diff hist +9,312 N Template:Mbox/style.cssCreated page with "→‎* @source http://en.wikipedia.org/wiki/MediaWiki:Common.css | 2020-02-03: →‎* [[Module:Message box]]: →‎* WARNING * Some wikis use the styles located here in their local CSS with an import * directive. Do not remove classes from this page until those wikis have * transitioned to TemplateStyles. MediaWiki wiki uses TemplateStyles and does * not load this gadget; see Module:Message box for more details.: /** NOTE: These do not include .messagebox styles, whi..." current
  • 15:0015:00, 11 April 2022 diff hist +164 N Template:MboxCreated page with "<templatestyles src="Template:Mbox/styles.css" /> {{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage. --> </noinclude>" current
  • 14:5914:59, 11 April 2022 diff hist +1,706 N Template:Documentation subpageCreated page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = '''This is a :wikipedia:Wikipedia:Template documentation|documentati..." current
  • 14:5814:58, 11 April 2022 diff hist +1,166 N Template:TlxCreated page with "<code><nowiki>{{</nowiki>{{#if:{{{subst|}}} |subst:}}<!-- -->[[{{{lang|{{{LANG|}}}}}}{{{sister|{{{SISTER|}}}}}}{{ns:Template}}:{{{1|}}}|{{{1|}}}]]<!-- -->{{#if:{{{2|}}} ||{{{2}}}}}<!-- -->{{#if:{{{3|}}} ||{{{3}}}}}<!-- -->{{#if:{{{4|}}} ||{{{4}}}}}<!-- -->{{#if:{{{5|}}} ||{{{5}}}}}<!-- -->{{#if:{{{6|}}} ||{{{6}}}}}<!-- -->{{#if:{{{7|}}} ||{{{7}}}}}<!-- -->{{#if:{{{8|}}} ||{{{8}}}}}<!-- -->{{..." current
  • 14:5714:57, 11 April 2022 diff hist +2,334 N Template:Ping/docCreated page with "{{Documentation subpage}} {{template shortcut|re|reply}} {{Lua|Module:Reply to}} This template is used to link one or more users' names, in the form "<kbd>@Username:</kbd>", to trigger a notification for user(s) you are replying to in a discussion. The notification will work successfully only if you sign your post in the same edit in which you use this template. It works on any talk page or Project namespace page. '''You cannot directly type the "@..." current
  • 14:5614:56, 11 April 2022 diff hist +1,667 N Module:Reply toCreated page with "local p = {} local function makeError(msg) msg ='Error in Template:Reply to: ' .. msg return mw.text.tag('strong', {['class']='error'}, msg) end function p.replyto(frame) local origArgs = frame:getParent().args local args = {} local maxArg = 1 local usernames = 0 for k, v in pairs(origArgs) do if type(k) == 'number' then if mw.ustring.match(v,'%S') then if k > maxArg then maxArg = k end usernames = usernames + 1 local title = mw.title.new(v)..." current
  • 14:5614:56, 11 April 2022 diff hist +165 N Template:PingCreated page with "{{{{{|safesubst:}}}#invoke:Reply to|replyto|<noinclude>example=Example</noinclude>|max=50}}<noinclude>{{documentation}}Category:Inline talk templates</noinclude>" current
  • 14:5514:55, 11 April 2022 diff hist +142 m User talk:DarkMatterMan4500No edit summary

9 April 2022

6 April 2022

5 April 2022

2 April 2022

31 March 2022

Cookies help us deliver our services. By using our services, you agree to our use of cookies.