User contributions for DrunkMunki
A user with 73 edits. Account created on 9 March 2024.
13 May 2024
- 19:4319:43, 13 May 2024 diff hist −60 MediaWiki:Sidebar No edit summary current
7 April 2024
- 22:0922:09, 7 April 2024 diff hist +1,251 N Template:Infobox Doc/doc Created page with "A template that simplifies invoking <code><span style="color: #C11312;">{{((}}#invoke:</span>Infoboxes<span style="color: #C11312;">|</span>generateInfoboxExample<span style="color: #C11312;">|{{((}}PAGENAME{{))}}{{))}}</span></code> from Module:Infoboxes<br> Intended for usage in Infobox template /doc pages.<br><br> =Usage= ==Syntax== :<code><span style="color: #9800E5;">{{((}}Infobox Doc{{))}}</span></code> <templatedata> { "params": { "1": { "label": "noi..." current
- 22:0922:09, 7 April 2024 diff hist +189 N Template:Infobox Doc Created page with "<includeonly>{{#invoke:Infoboxes|generateInfoboxExample|{{PAGENAME}}|{{lc:{{{1|}}}}}|{{lc:{{{2|}}}}}}}</includeonly><!-- --><noinclude> {{Documentation}} Category:Templates </noinclude>" current
- 22:0722:07, 7 April 2024 diff hist +1,251 N Template:Infobox doc/doc Created page with "A template that simplifies invoking <code><span style="color: #C11312;">{{((}}#invoke:</span>Infoboxes<span style="color: #C11312;">|</span>generateInfoboxExample<span style="color: #C11312;">|{{((}}PAGENAME{{))}}{{))}}</span></code> from Module:Infoboxes<br> Intended for usage in Infobox template /doc pages.<br><br> =Usage= ==Syntax== :<code><span style="color: #9800E5;">{{((}}Infobox Doc{{))}}</span></code> <templatedata> { "params": { "1": { "label": "noi..." current
- 22:0722:07, 7 April 2024 diff hist +189 N Template:Infobox doc Created page with "<includeonly>{{#invoke:Infoboxes|generateInfoboxExample|{{PAGENAME}}|{{lc:{{{1|}}}}}|{{lc:{{{2|}}}}}}}</includeonly><!-- --><noinclude> {{Documentation}} Category:Templates </noinclude>" current
- 22:0322:03, 7 April 2024 diff hist +295 Template:Infobox No edit summary current
- 22:0122:01, 7 April 2024 diff hist +2,056 N Template:Infobox Created page with "<includeonly> <infobox> <title source="title1"/> <image source="https://i.imgur.com/zCrVWSP.png"> <caption source="caption-https://i.imgur.com/zCrVWSP.png"/> </image> <data source="Status"> <label>Status</label> </data> <data source="Relatives"> <label>Relatives</label> </data> <group> <header source="biographical_information">Biographical Information</header> <data source="date_of_birth"> <label>Date of Birth</label> </data>..."
- 21:4721:47, 7 April 2024 diff hist 0 N File:Placeholder.webp No edit summary current
- 21:2821:28, 7 April 2024 diff hist +11 Template:Adminnotice No edit summary current
- 21:1421:14, 7 April 2024 diff hist +452 N Category:Disambiguations Created page with "This category contains disambiguation pages — navigational aids which list other pages that might otherwise share the same title. If an internal link referred you to one of these pages, you might want to go back and fix it to point directly to the intended page. '''Pages may be included in this category by the addition of the template {{t|disambig}} just before the list of similarly-named pages.''' Category:Browse" current
- 21:1321:13, 7 April 2024 diff hist +442 N Template:Disambiguation/doc Created page with ";Description :Marks an article as a disambiguation page, adding a banner to the article and categorizing it under Category:Disambiguations. :Articles using this template will also appear on Special:DisambiguationPages. ;Syntax :Add <code>{{t|disambig}}</code> at the top of a disambiguation page. <includeonly>Disambiguation</includeonly><noinclude>{{PAGENAME}}</noinclude>" current
- 21:1221:12, 7 April 2024 diff hist 0 Template:Disambiguation No edit summary current
- 21:1221:12, 7 April 2024 diff hist −3 Template:Disambiguation No edit summary
- 21:1221:12, 7 April 2024 diff hist −3 Template:Disambiguation No edit summary
- 21:1121:11, 7 April 2024 diff hist +949 N Template:Disambiguation Created page with "<div name="Disambiguation notice" class="boilerplate metadata" id="disambig" style="margin: 2em 12em 2em 12em; width: auto; height: auto; border-radius: 20px; text-align: center; box-shadow: 0 0 6px 3px #00f8b9;"><!-- --><div style="border-radius: 19px; padding: 30px; box-shadow: 0 0 6px 3px #00f8b9 inset; overflow: hidden;"><!-- --><big>'''This article is a disambiguation page for {{PAGENAME}}'''</big><br /><br /> The following is a list of links to pages that migh..."
- 21:1021:10, 7 April 2024 diff hist +527 N Template:Delete Created page with "<div name="Deletion notice" class="boilerplate metadata" id="delete" style="background-color:transparent; margin:1em; padding:5px 10px; border:1px solid #aaa;"> ''This page is a candidate for deletion. Reason: '''{{{reason|{{{1|No reason given.}}}}}}''''' Remember to check [[Special:Whatlinkshere/{{FULLPAGENAME}}|what links here]] and [{{fullurl:{{FULLPAGENAME}}|action=history}} the page history] before deletion.</div><includeonly>Category:Candidates for deletion</i..." current
- 21:0821:08, 7 April 2024 diff hist +2,471 N GTARP:Templates Created page with "There are many '''templates''' in use in {{SITENAME}}; these are only a subset, representing some of the most important and commonly used ones. If you feel that a template belongs on this page, do not hesitate to add it. * Category:Templates should cover all templates in the wiki. * The Template namespace (found from Special:AllPages) always has all templates in the wiki, sorted alphanumerically. == What are templates? == Wiki templates provide a means to inser..." current
- 21:0821:08, 7 April 2024 diff hist +190 N Category:Templates Created page with "This is the base category for '''templates'''. Templates should be placed in appropriate subcategories. See Project:Templates for collated information on templates. Category:Browse" current
- 21:0521:05, 7 April 2024 diff hist +5,907 N Module:Infoboxes Created page with "local p = {} --Vars-- local _fieldTags = {"<title", "<media", "<image", "<audio", "<video", "<data", "<caption"} --SUPORTING FUNCTIONS-- --Infobox Functions-- --generateInfoboxExample-- --Makes a good guess at whether a page is an infobox template local function isInfobox(pageContent) return string.match(pageContent, "<infobox") end --Makes a good guess at whether a string of text contains field data for an infobox local function isFieldData..." current
- 21:0221:02, 7 April 2024 diff hist +285 N Template:Infobox character/doc Created page with "==Sample== To use this template, copy the following code and fill in the appropriate fields: {{Infobox Doc}} <includeonly>{{PAGENAME}}{{PAGENAME}}</includeonly><noinclude>{{PAGENAME}}</noinclude>" current
- 21:0021:00, 7 April 2024 diff hist −936 Template:Adminnotice No edit summary
- 20:5920:59, 7 April 2024 diff hist +2,855 N Template:Adminnotice Created page with "<!-- -->{{#vardefine:_AdminNotice_Type|{{lc:{{{1|{{{type|template}}}}}}}}}}<!-- -->{{#vardefine:_AdminNotice_Image_Size|{{{3|{{{size|30}}}}}}px}}<!-- -->{{#vardefine:_AdminNotice_Image|[[File:{{{2|{{{image|Site-logo.png}}}}}}|{{#var:_AdminNotice_Image_Size}}|stretch|link=]]}}<!-- -->{{#vardefine:_AdminNotice_Flex_Inner|display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: stretch;}}<!-- --><div style="display: flex; border-..."
- 20:5820:58, 7 April 2024 diff hist +6,167 N Template:Infobox character Created page with "<includeonly> <infobox> <title source="name"><default>{{PAGENAME}}</default></title> <image source="image"><default>File:Placeholder.jpg</default> <caption source="imagecaption" /></image> <group> <data source="status"><label>Status</label><format>{{#switch:{{{status}}} |Active = Active |Inactive (Banned) = Inactive (Banned) Category:Banned |Inactive (Unwhitelisted) = Inactive (Unwhitelisted) Category:Banned |Deceased..." current
- 20:5620:56, 7 April 2024 diff hist +2,670 N Module:Namespace detect/data Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = mw.title.new( 'Module:Namespace detect/config').exists an..." current
- 20:5520:55, 7 April 2024 diff hist +6,044 Module:Namespace detect No edit summary current
- 20:5220:52, 7 April 2024 diff hist +2,609 N Module:Common Created page with "local p = {} function p.getRedirectContent( pageTitle ) if pageTitle.isRedirect then local redirectPageName = pageTitle:getContent():match( "%[%[(.-)%]%]" ) return p.getContent( redirectPageName, pageTitle.nsText, true ) else return pageTitle:getContent( ) end end function p.getContent( pageName, namespace, fromRedirect ) --Create new title object with given page name and namespace (EXPENSIVE) local titleObj = mw.title.new( pageName, namespace ) --Ret..." current
- 20:5020:50, 7 April 2024 diff hist −579 Module:Namespace detect Replaced content with "local NS = require('Dev:Namespace_detect') return NS" Tags: Replaced Visual edit: Switched
- 20:5020:50, 7 April 2024 diff hist +631 N Module:Namespace detect Created page with "-- This Module is used for making templates based in the Lua language. -- See more details about Lua in Help:Lua. -- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden. -- The next line imports the Namespace_detect module from the w:c:dev:Global Lua Modules. local NS = require('Dev:Namespace_detect') -- Local configuration can be modified in -- Module:Namespace detect/data and -- [[Module:Namespace detect/config]..."
- 20:4620:46, 7 April 2024 diff hist +1,388 N Template:Namespace detect Created page with "{{#switch: {{lc: <!--Lower case the result--> <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{{demospace}}} | {{#if:{{{page|}}} | <!--Detect the namespace in the "page" parameter--> {{#ifeq:{{NAMESPACE:{{{page}}} }}|{{TALKSPACE:{{{page}}} }} | talk | {{SUBJECTSPACE:{{{page}}} }} }} | <!--No "demospace" or "page" parameters, so detect actual namespac..." current
- 20:4620:46, 7 April 2024 diff hist +242 N Template:Namespace Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude>{{Documentation}}<!-- For a more traditional wikitext version of this template, see https://gtarp.gamingalliance.net/index.php?title=Template:Namespace_detect --></noinclude>" current
- 20:4320:43, 7 April 2024 diff hist −12 Template:Namespace detect/doc No edit summary current
- 20:4220:42, 7 April 2024 diff hist +5,515 N Template:Namespace detect/doc Created page with "This is the {{t|Namespace}} meta-template. It helps other templates detect what type of page they are on. It detects and groups all the different namespaces used on Fandom into several types: ; main : Main (i.e. article) space, where normal articles are kept. ; talk : Any talk space, including page names that start with "Talk:", "User talk:", "File talk:", etc. ;user ;file ;mediawiki ;template ;help ;category : The remaining namespa..."
- 20:0220:02, 7 April 2024 diff hist +910 N Template:Age/doc Created page with "<templatedata> { "params": { "1": { "aliases": [ "birth_year" ], "label": "Year of birth", "description": "Year of birth", "example": "birth_year = 1997", "type": "number", "required": true }, "2": { "aliases": [ "birth_month" ], "label": "Month of birth", "description": "Month of birth", "example": "birth_month = 12", "type": "number", "required": true }, "3": { "aliases": [ "birth_day" ], "label"..." current
- 19:5919:59, 7 April 2024 diff hist +127 N Template:T/piece Created page with "{{#ifeq: {{{1|---}}}|---|||<span style="color:gray;">''<{{{1}}}>''</span>}}<noinclude> {{documentation}}</noinclude>" current
- 19:5719:57, 7 April 2024 diff hist +579 N Template:T Created page with "<nowiki>{{</nowiki>[[Template:{{{1}}}|{{{1}}}]]{{t/piece|{{{2|---}}}}}{{t/piece|{{{3|---}}}}}{{t/piece|{{{4|---}}}}}{{t/piece|{{{5|---}}}}}{{t/piece|{{{6|---}}}}}{{t/piece|{{{7|---}}}}}{{t/piece|{{{8|---}}}}}{{t/piece|{{{9|---}}}}}{{t/piece|{{{10|---}}}}}{{t/piece|{{{11|---}}}}}{{t/piece|{{{12|---}}}}}{{t/piece|{{{13|---}}}}}{{t/piece|{{{14|---}}}}}{{t/piece|{{{15|---}}}}}{{t/piece|{{{16|---}}}}}{{t/piece|{{{17|---}}}}}{{t/piece|{{{18|---}}}}}{{t/piece|{{{19|---}}}}}{{t/..." current
- 19:5619:56, 7 April 2024 diff hist −168 Template:Documentation No edit summary current
- 19:5519:55, 7 April 2024 diff hist +2,023 N Template:Documentation/doc Created page with "==Description== This template is used to insert descriptions on template pages. ==Syntax== Add <code><nowiki><noinclude></nowiki>{{t|documentation}}<nowiki></noinclude></nowiki></code> at the end of the template page. Add <code><nowiki><noinclude></nowiki>{{t|documentation|documentation page}}<nowiki></noinclude></nowiki></code> to transclude an alternative page from the /doc subpage. ==Usage== ===On the Template page=== This is the normal format when used: <pre> TE..." current
- 19:5419:54, 7 April 2024 diff hist +778 N Template:Documentation Created page with "<includeonly>{| class="article-table" style="width:100%;" role="complementary" |- style="font-size:18px;" ! style="padding:0px;" | <div style="width:100%; padding:3px 0px; text-align:center;" class="color1">Template documentation</div> |- | ''Note: portions of the template sample may not be visible without values provided.'' |- | View or edit [[Template:{{PAGENAMEE}}/doc|this documentation]]. (About template documentation) |- | Editors can expe..."
- 19:5119:51, 7 April 2024 diff hist +963 N Template:Age Created page with "<includeonly><!-- -->{{#vardefineecho:__age_template_age__<!-- -->|{{#ifexpr:{{CURRENTMONTH}} - {{{2|{{{birth_month|1}}}}}} < 0<!-- -->|{{#expr:{{CURRENTYEAR}} - {{{1|{{{birth_year|1980}}}}}} - 1}}<!-- -->|{{#ifexpr:{{CURRENTMONTH}} - {{{2|{{{birth_month|1}}}}}} = 0<!-- -->|{{#ifexpr:{{CURRENTDAY}} - {{{3|{{{birth_day|10}}}}}} >= 0<!-- -->|{{#expr:{{CURRENTYEAR}} - {{{1|{{{birth_year|1980}}}}}}}}<!-- -->|{{#expr:{{CURRENTYE..." current
27 March 2024
- 19:2419:24, 27 March 2024 diff hist +11 Main Page →Rules current Tag: Visual edit
26 March 2024
- 20:3320:33, 26 March 2024 diff hist 0 m Staff Protected "Staff" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 20:3220:32, 26 March 2024 diff hist +4 m Category:Laws No edit summary current Tag: Visual edit: Switched
- 20:2420:24, 26 March 2024 diff hist 0 m MediaWiki:Sidebar No edit summary
- 20:2320:23, 26 March 2024 diff hist +5 m Category:Rules No edit summary current
- 20:2220:22, 26 March 2024 diff hist 0 m Rules:Wiki DrunkMunki moved page Wiki Rules to Rules:Wiki without leaving a redirect current
- 20:2220:22, 26 March 2024 diff hist +19 m Rules:Wiki No edit summary Tag: Visual edit: Switched
- 20:2220:22, 26 March 2024 diff hist 0 m Rules:Server DrunkMunki moved page Rules:Server Rules to Rules:Server without leaving a redirect current
- 20:2120:21, 26 March 2024 diff hist +19 m Rules:Server No edit summary
- 20:2020:20, 26 March 2024 diff hist 0 m Rules:Server DrunkMunki moved page Category:Rules:Server Rules to Rules:Server Rules without leaving a redirect
- 20:1820:18, 26 March 2024 diff hist 0 m Rules:Server DrunkMunki moved page Category:Server Rules to Category:Rules:Server Rules without leaving a redirect