User contributions for Fantastic

A user with 101 edits. Account created on 21 March 2024.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

5 January 2026

3 April 2024

31 March 2024

29 March 2024

  • 21:3721:37, 29 March 2024 diff hist +103 N Module:Tooltip/docCreated page with "{{Documentation}} This template should be used when there is no documentation for a Module or Template." current
  • 21:3721:37, 29 March 2024 diff hist +1,592 N Module:TooltipCreated page with "local p = {} local yn = require('Module:Yesno') local hc = require('Module:Paramtest').has_content -- module access point for div p._div = function(args) local name = args.name if not hc(name) then error('Name is required!') end local content = args.content local hasarrow = yn(args.arrow or 'yes', true) local arrowsize = tonumber(args.arrowsize) or 10 local limitwidthbool = yn(args.limitwidth or 'yes', true) local style = args.style local div = mw.ht..." current
  • 21:3621:36, 29 March 2024 diff hist +103 N Module:DependencyList/docCreated page with "{{Documentation}} This template should be used when there is no documentation for a Module or Template." current
  • 21:3621:36, 29 March 2024 diff hist +24,436 N Module:DependencyListCreated page with "local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local tooltip = require( 'Module:Tooltip' ) local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 5 local MAX_DYNAMIC_REQUIRE_LIST_LENGTH = 30 local dynamicRequireListQueryCache = {} local builtins = { ["libraryUtil"] = { link = "mw:S..."
  • 21:3321:33, 29 March 2024 diff hist +107 N Module:Documentation/docCreated page with "{{External|meta|rs|rsc}} {{Documentation}} Implements Template:Documentation for templates and modules." current
  • 21:3321:33, 29 March 2024 diff hist +3,741 N Module:DocumentationCreated page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local p = {} function p.doc( frame ) local title = mw.title.getCurrentTitle() local args = frame:getParent().args local page = args[1] or mw.ustring.gsub( title.fullText, '/doc$', '' ) local addDependencyList = yn( args.DependencyList or true ) local ret, cats, ret1, ret2, ret3 local onModule = title.namespace == 828 -- subpage head..."

28 March 2024

  • 23:4023:40, 28 March 2024 diff hist −41 Main PageNo edit summary Tag: Manual revert
  • 23:3423:34, 28 March 2024 diff hist +41 Main PageNo edit summary Tag: Reverted
  • 23:3323:33, 28 March 2024 diff hist +18 N Roat Pkz:AboutCreated page with "Progress in work.."
  • 23:3323:33, 28 March 2024 diff hist +18 N Roat PkzCreated page with "Progress in work.." Tag: Visual edit
  • 23:3223:32, 28 March 2024 diff hist −445 Template:RoatPkz Wiki/Header/docNo edit summary current
  • 23:3123:31, 28 March 2024 diff hist +724 N Template:RoatPkz Wiki/Header/docCreated page with "<noinclude>{{/doc}}</noinclude><div class="mainpage-header nomobile"> <div class="header-intro"> <h1>Welcome to the Roat Pkz Wiki!</h1> <p>We are the official ''Roat Pkz'' encyclopaedia, written and maintained by the staff team. Since our start in 2011, we've been the go-to destination for all things Old School.</p> </div> <div class="header-stats plainlist"> <ul> <li>Number of articles: '''{{NUMBEROF..."
  • 23:3123:31, 28 March 2024 diff hist +724 N Template:RoatPkz Wiki/HeaderCreated page with "<noinclude>{{/doc}}</noinclude><div class="mainpage-header nomobile"> <div class="header-intro"> <h1>Welcome to the Roat Pkz Wiki!</h1> <p>We are the official ''Roat Pkz'' encyclopaedia, written and maintained by the staff team. Since our start in 2011, we've been the go-to destination for all things Old School.</p> </div> <div class="header-stats plainlist"> <ul> <li>Number of articles: '''{{NUMBEROF..." current
  • 23:2423:24, 28 March 2024 diff hist −319 Main PageNo edit summary Tag: Manual revert
  • 23:2323:23, 28 March 2024 diff hist +319 Main PageNo edit summary Tag: Reverted
  • 23:2223:22, 28 March 2024 diff hist +103 N Template:No documentation/docCreated page with "{{Documentation}} This template should be used when there is no documentation for a Module or Template." current
  • 23:2223:22, 28 March 2024 diff hist +487 N Template:No documentationCreated page with "<includeonly>{{documentation|Template:No documentation|DependencyList=No}} <span class='plainlinks'>'''This {{PageType}} does not have any documentation.''' Please consider adding documentation at [[{{#replace:{{FULLPAGENAME}}|/doc}}/doc]]. <nowiki>[</nowiki>[{{fullurl:{{#replace:{{FULLPAGENAME}}|/doc}}/doc|action=edit}} edit]<nowiki>]</nowiki></span>{{#If:{{{DependencyList|}}}||{{DependencyList}}}}Category:Pages needing documentation</includeonly><noinclude>{{/doc}}..." current
  • 23:2223:22, 28 March 2024 diff hist +20 N Module:Update/docCreated page with "{{No documentation}}" current
  • 23:2123:21, 28 March 2024 diff hist +11,011 N Module:UpdateCreated page with "--<nowiki> -- IMPORTS local pt = require('Module:Paramtest') local top_icons = require('Module:Top icons')._main local hc = pt.has_content local dt = pt.default_to -- exposed table local p = {} --[=[ -- -- HELPER TABLES AND FUNCTIONS -- --]=] -- replacement before calling encode -- as lua patterns local repl_before = { ['%('] = '', ['%)'] = '', ['%!'] = '', } -- replacements after calling encode -- as lua patterns local repl_after = { ['%+'] = '-', ['%%2C']..."
  • 23:2123:21, 28 March 2024 diff hist +518 N Template:Date page dpl/docCreated page with "{{documentation}} {{invokes|Update}} This template is used to format the lines of the DPL call of Template:Date page. It uses the same parameters as Template:Update and Template:Patch Notes. Template:Date page dpl.default is called instead, if the template is not found. Example intended use: <pre> uses = Template:Update,Template:Patch Notes include = {Update|Date page dpl},{Patch Notes|Date page dpl}</pre> <includeonly>Category:DPL templatesCa..." current
  • 23:2023:20, 28 March 2024 diff hist +633 N Template:Date page/docCreated page with "{{documentation}} This template is a DPL call to collect and format all update pages with a specific date. It uses Template:Date page dpl (based on Module:Update) and Template:Date page dpl.default to do so. In the case of a date featuring no historic updates, no output will be shown if the first parameter is left blank (ie. date pages), or "... Nothing interesting happened" will show if the first parameter is set. ==Usage== <pre>{{Date page}}</pre> The te..." current
  • 23:1523:15, 28 March 2024 diff hist +120 N Category:Templates using TemplateDataCreated page with "This category contains pages that use TemplateData. {{Hidden category}} Category:Templates" current
  • 23:1423:14, 28 March 2024 diff hist +1,142 N Template:TemplateData/docCreated page with "{{Documentation}} This template should be used on other templates' documentation pages when adding template data using Extension:TemplateData. This template accepts one unnamed parameter, which should be the the whole <code>templatedata</code> text. Also adds Category:Templates using TemplateData to pages. {{TemplateData|nocat=yes| <templatedata> { "description": "Used on template docs to enclose the templatedata parser tag", "params..." current
  • 23:1423:14, 28 March 2024 diff hist +583 N Template:TemplateDataCreated page with "<includeonly>{{#if:{{{noheader|}}}||==Template data==}} <table class="templatedata mw-collapsible mw-collapsed" style="text-align:center" data-expandtext="show" data-collapsetext="hide"> <tr><th style="min-width:400px">Show/hide template's data</th></tr> <tr><td> '''The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date.''' {{{1|}}} </td></tr> </table>..." current
  • 23:1323:13, 28 March 2024 diff hist +2,042 N Template:Categoryheader/docCreated page with "{{Documentation}} This template displays a standardised sentence to be used on all category pages. ==Usage== This template can be used by entering the following onto a category page. <pre>{{Categoryheader|1|2|3|4}}</pre> The "related to" in the template's output can be suppressed by adding <code>related=no</code> as a parameter to the template. ==Example== <pre>{{Categoryheader|pages|the Theatre of Blood|yes|Template:Theatre of Blood}}</pre> {{Categoryheader..."
  • 23:1323:13, 28 March 2024 diff hist +235 N Template:CategoryheaderCreated page with "<includeonly>This category contains {{{1}}}{{#if:{{{2|}}}|{{#ifeq:{{lc:{{{related|}}}}}|no|| related to}} {{{2}}}}}. {{#if:{{{3|}}}|This category is automatically added by {{{4}}}.}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 23:1223:12, 28 March 2024 diff hist +699 N Category:TemplatesCreated page with "{{Categoryheader|pages|templates. This is the base category for '''templates'''. Templates should be placed in appropriate sub-categories, and should not appear here. See Near-Reality:Templates for collated information on templates. ==Categorising templates== Templates themselves can be categorised - without affecting the pages that call them - by putting the category link inside '''<code><nowiki><noinclude></noinclude></nowiki></code>''' tags <nowiki><noinclude>[..."
  • 23:1123:11, 28 March 2024 diff hist +120 N Category:Template DocumentationCreated page with "{{Categoryheader|templates|documentation subpages|yes|Template:Documentation}} Documentation" current
  • 23:0923:09, 28 March 2024 diff hist 0 Template:Documentation/docNo edit summary current Tag: Manual revert
  • 23:0623:06, 28 March 2024 diff hist +1,608 N Template:Invokes/docCreated page with "{{Documentation}} This template should be put near the beginning of a template or module's documentation page to link to a module that the template invokes, or a template that invokes the module (respectively). <pre> {{Invokes|ModuleName}} or {{Invokes|TemplateName}} </pre> ==Parameters== ===(1)=== On a template documentation page, this parameter should be supplied with the page title for a module that the template invokes (without the "Module:" namespace prefix).<br>..." current
  • 23:0623:06, 28 March 2024 diff hist +541 N Template:InvokesCreated page with "<includeonly>{{#ifeq:{{NAMESPACE}}|Module|<div class="seealso">'''''{{#replace:{{FULLPAGENAME}}|/doc}}''' is invoked by [[{{{page|Template:{{{1}}}}}}]].{{#ifeq:{{lc:{{{category}}}}}|no||{{#ifeq:{{SUBPAGENAME}}|doc||Category:Template invoked modules}}}}''</div>|<div class="seealso">'''''{{#replace:{{FULLPAGENAME}}|/doc}}''' invokes [[Module:{{{1}}}]] using Lua.{{#ifeq:{{lc:{{{category}}}}}|no||{{#ifeq:{{SUBPAGENAME}}|doc||Category:Lua-based temp..."
  • 23:0523:05, 28 March 2024 diff hist 0 Template:Documentation/docNo edit summary Tag: Reverted
  • 22:5822:58, 28 March 2024 diff hist +104 N Template:DocumentationCreated page with "<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__</includeonly><noinclude>{{/doc}}</noinclude>" current
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)