User contributions for Nulled

A user with 353 edits. Account created on 19 June 2025.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

3 July 2025

  • 09:4309:43, 3 July 2025 diff hist +3,741 N Module:Documentation Created 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..." current
  • 09:4209:42, 3 July 2025 diff hist +260 N Template:Sandbox/doc Created page with "{{Documentation}} This is a sandbox template that you can use to test template transclusion and template documentation. <span style="display:none">{{Sandbox}}</span> <includeonly>Category:Transclusion templates</includeonly>" current
  • 09:4209:42, 3 July 2025 diff hist +31 N Template:Sandbox Created page with "<noinclude>{{/doc}}</noinclude>" current
  • 09:3709:37, 3 July 2025 diff hist +1,608 N Template:Invokes/doc Created 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
  • 09:3709:37, 3 July 2025 diff hist +538 N Template:Invokes Created 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 templat..." current
  • 09:3709:37, 3 July 2025 diff hist +886 N Template:Helper module/doc Created page with "{{Documentation}} {{Invokes|Helper module}} Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of a comment, and should be at the top of the source code, '''before''' any <nowiki><pre> or <nowiki></nowiki> tags. There is no limit to the number of functions this template can list. This template is called by RuneScape:Lua/Helper modules to help produce a dynamic table. <pre> {{Helper module |n..." current
  • 09:3609:36, 3 July 2025 diff hist +88 N Template:Helper module Created page with "<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 09:3609:36, 3 July 2025 diff hist +487 N Module:Edit button Created page with "-- {{Helper module|name=Edit button|fname1=(text)|ftype1=string|fuse1=Creates an edit button for the current page that the module is invoked on<br><br><code>text</code> defaults to "edit"}} -- Creates a link that opens the editor screen for whatever page this module is invoked on return function(text, page) local page_title = page or mw.title.getCurrentTitle().fullText local url = tostring(mw.uri.fullUrl(page_title,'action=edit')) return '['..url..' '..(text or 'edi..." current
  • 09:3409:34, 3 July 2025 diff hist +54,853 N Module:Infobox Created page with "--[=[ -- For documentation, see Module:Infobox/doc --]=] -- <nowiki> local Infobox = {} Infobox.__index = Infobox Infobox.__tostring = Infobox.tostring -- Edit button for unknown params local editbutton = require('Module:Edit button') local var = mw.ext.VariablesLua local edit = editbutton("'''?''' (edit)") -- Page title local pagename = mw.title.getCurrentTitle().fullText -- map of flags to html tags used by Infobox.addRow() -- let's only define it once, since :..." current
  • 09:3109:31, 3 July 2025 diff hist +33,292 N Module:Infobox Monster Created page with "-------------------------- -- Module for Template:Infobox Monster ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add local infobox = require('Module:Infobox') local signed = require('Module:Format eq stat').signed local tb = require('Module:Trailblazer Region') local slayer_masters = { 'turael', 'spria', 'krystilia', 'mazchna', 'vannaka', 'chaeldar', 'konar', 'nieve', 'steve', 'dur..." current
  • 09:2709:27, 3 July 2025 diff hist +63 N Template:Infobox Monster Created page with "{{#invoke:Infobox Monster|main}}<noinclude>{{/doc}}</noinclude>" current
  • 09:2709:27, 3 July 2025 diff hist +6,658 N Template:Infobox Monster/doc Created page with "{{Documentation}} {{Standard infobox parameters}} ==Parameters== ===name=== The in-game name of the monster. ===image=== An image of the monster. ===release=== Release date of the monster. Should follow the format <nowiki>DD Month YYYY</nowiki>. ===update=== Update page that the monster was released with. Do not include brackets (<nowiki>& </nowiki>) or the Update: prefix. ===removal=== (Optional) Removal date of the monster. Should follow the format <..." current
  • 09:2709:27, 3 July 2025 diff hist +104 N Template:Documentation Created page with "<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 09:2709:27, 3 July 2025 diff hist +1,010 N Template:Documentation/doc Created page with "{{External|meta|rs|rsc}} {{Documentation}} {{Invokes|Documentation}} <code><nowiki>{{Documentation}}</nowiki></code> is transcluded in template/module documentation pages. This template should only be used on subpages titled "doc". This is '''not''' the template of the same name from Wikipedia and it is not used in the same way. ==Usage== Place {{t|documentation}} at the top of the documentation page, then transclude <code><nowiki>{{/doc}}</nowiki></code> directly from..." current
  • 09:2709:27, 3 July 2025 diff hist +84 N Template:External Created page with "<includeonly>{{#invoke:Top icons|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 09:2709:27, 3 July 2025 diff hist +2,402 N Template:External/doc Created page with "{{External|rs|rsc|dw}} {{Documentation}} The '''External''' template adds links to the RuneScape Wiki, RuneScape: Dragonwilds Wiki, RuneScape Classic Wiki, Meta RuneScape Wiki, and Wikipedia beside the "Discussion" tab above an article's title. The links are not added to the mobile skin. ==Usage== External can be used with either unnamed parameters or named parameters. Parameter order does not matter - the ord..." current
  • 09:2709:27, 3 July 2025 diff hist +583 N Template:TemplateData Created 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

2 July 2025

29 June 2025

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)