User contributions for DrunkMunki
A user with 105 edits. Account created on 9 March 2024.
7 April 2024
- 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: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 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))
- 20:3220:32, 26 March 2024 diff hist +4 m Category:Laws No edit summary 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
- 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
- 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
- 20:1820:18, 26 March 2024 diff hist 0 m Rules:Server DrunkMunki moved page Server Rules to Category:Server Rules without leaving a redirect: moving into a category
- 20:1320:13, 26 March 2024 diff hist +13 N Category:Rules Created page with "to be updated"
- 20:1120:11, 26 March 2024 diff hist +76 MediaWiki:Sidebar No edit summary
- 20:1020:10, 26 March 2024 diff hist +35 N Category:Laws Created page with "== Los Santos Laws == to be updated" Tag: Visual edit
- 20:0520:05, 26 March 2024 diff hist 0 Main Page No edit summary Tag: Visual edit
- 20:0420:04, 26 March 2024 diff hist +55 Main Page No edit summary Tag: Visual edit
- 20:0220:02, 26 March 2024 diff hist −12 MediaWiki:Sidebar No edit summary
- 20:0120:01, 26 March 2024 diff hist +24 MediaWiki:Sidebar No edit summary
- 20:0020:00, 26 March 2024 diff hist +79 MediaWiki:Sidebar No edit summary
- 19:5919:59, 26 March 2024 diff hist +8 m PlayerDirectory No edit summary Tag: Visual edit
- 19:5719:57, 26 March 2024 diff hist +215 N PlayerDirectory created table Tag: Visual edit
- 19:2419:24, 26 March 2024 diff hist +14 N Anon sidebar Created page with "*Main Page" current
- 19:1919:19, 26 March 2024 diff hist −22 m MediaWiki:Sidebar No edit summary
- 19:1819:18, 26 March 2024 diff hist +41 N Staff Created page with "== GA GTA RP Staff == Page to be updated"
- 19:1819:18, 26 March 2024 diff hist +39 N Rules:Wiki Created page with "== GA Wiki Rules == Page to be updated"