User contributions for Zal
Jump to navigation
Jump to search
20 January 2025
- 17:3817:38, 20 January 2025 diff hist +13 MediaWiki:Common.css No edit summary
- 17:3717:37, 20 January 2025 diff hist +4 MediaWiki:Common.css No edit summary
- 17:3617:36, 20 January 2025 diff hist −5 MediaWiki:Common.css No edit summary
- 17:3617:36, 20 January 2025 diff hist −7 MediaWiki:Common.css No edit summary
- 17:2817:28, 20 January 2025 diff hist 0 Template:SimpleScape Wiki Content No edit summary
- 17:2717:27, 20 January 2025 diff hist 0 N File:Main Page - Bosses.png No edit summary current
- 17:2317:23, 20 January 2025 diff hist 0 Template:SimpleScape Wiki Content No edit summary
- 17:2217:22, 20 January 2025 diff hist 0 N File:Main Page - Item Upgrades.png No edit summary current
- 17:1017:10, 20 January 2025 diff hist −1,518 Skills No edit summary
- 17:0917:09, 20 January 2025 diff hist +5,411 N Module:Category handler Created page with "--[=[ <pre> -- Implements [Template:Ctg] -- Sorts pages into a category more appropriately than pagename alone -- Default and custom rules are outlined at Template:Category handler/doc --]=] local p = {} local ucf = require('Module:Paramtest').ucfirst local curpage = mw.title.getCurrentTitle() function p.main(frame) local ns = curpage.namespace -- Just don't bother unless we're in content namespaces if not (ns == 0 or ns == 120 or ns == 116) then return ''..." current
- 17:0817:08, 20 January 2025 diff hist +1,142 N Template:TemplateData/doc Created 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
- 17:0817:08, 20 January 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
- 17:0717:07, 20 January 2025 diff hist +696 N Category:Templates Created 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 RuneScape: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>Ca..." current
- 17:0617:06, 20 January 2025 diff hist +103 N Template:No documentation/doc Created page with "{{Documentation}} This template should be used when there is no documentation for a Module or Template." current
- 17:0617:06, 20 January 2025 diff hist +487 N Template:No documentation Created 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
- 17:0617:06, 20 January 2025 diff hist +20 N Module:Navbox/doc Created page with "{{No documentation}}" current
- 17:0517:05, 20 January 2025 diff hist +8,518 N Module:Navbox Created page with "-- <nowiki> -- -- Implements {{Navbox}} -- local p = {} local tnavbar = require( 'Module:Tnavbar' ) local yesno = require( 'Module:Yesno' ) local page_title = mw.title.getCurrentTitle().fullText -- -- Helper for inserting a new row into the navbox -- -- @param tbl {mw.html table} -- @return tbl {mw.html table} -- local function insertRow( tbl ) return tbl:tag( 'tr' ) end -- -- Creates the navbox table -- -- @param args {table} -- @return tbl {mw.html table} -- local f..." current
- 17:0417:04, 20 January 2025 diff hist +15,811 N Template:Navbox/doc Created page with "{{documentation|Template:Navbox}} {{invokes|Navbox|category=No}}<!----Do not add this category to *every* navbox added explicitly to {{Navbox}} at the end of documentation-----> __TOC__<!--Needed to prevent TOC appearing in the navbox itself if it has a heading.--> ==Usage== This template can be used to make a standard navigation box. It is intended for use within another template that standardises the title and contents of the box (see Template:Rune equipment..." current
- 17:0317:03, 20 January 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
- 17:0217:02, 20 January 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
- 17:0217:02, 20 January 2025 diff hist +217 N Module:SCP/doc Created page with "{{documentation}} {{Helper module |name = SCP |fname1 = _main(skill, level, link, sort) |ftype1 = String |fuse1 = Takes inputs and gives outputs like Template:SCP. See the template documentation for more info. }}" current
- 17:0017:00, 20 January 2025 diff hist +3,449 N Module:SCP Created page with "-- <pre> local p = {} local pics = { diary = { image = 'Achievement Diaries icon', link = 'Achievement Diary' }, combatachievement = { image = 'Combat achievements', link = 'Combat Achievements' }, combat = { image = 'Attack style icon', link = 'Combat level' }, combatstyle = { image = 'Attack style icon', link = 'Combat styles' }, dd = { image = 'Distraction & Diversion icon', link = 'Distractions and Diversions' }, favour = { image = 'Kourend Favour icon', link..." current
- 16:4316:43, 20 January 2025 diff hist +81 N Template:Ctg Created page with "{{{{{|safesubst:}}}#invoke:Category handler|main}}<noinclude>{{/doc}}</noinclude>" current
- 16:4216:42, 20 January 2025 diff hist −25 Template:Navbox No edit summary current
- 16:4216:42, 20 January 2025 diff hist +81 N Template:Navbox Created page with "{{{{{|safesubst:}}}#invoke:Category handler|main}}<noinclude>{{/doc}}</noinclude>"
- 16:4216:42, 20 January 2025 diff hist +900 N Template:Skills Created page with "{{Navbox |name=Skills |title=Skills |gtitle1=Combat |group1= * {{SCP|Attack|link=yes}} * {{SCP|Strength|link=yes}} * {{SCP|Defence|link=yes}} * {{SCP|Ranged|link=yes}} * {{SCP|Prayer|link=yes}} * {{SCP|Magic|link=yes}} * {{SCP|Hitpoints|link=yes}} |gtitle2=Gathering |group2= * {{SCP|Farming|link=yes}} * {{SCP|Fishing|link=yes}} * {{SCP|Hunter|link=yes}} * {{SCP|Mining|link=yes}} * {{SCP|Woodcutting|link=yes}} |gtitle3=Production |group3= * {{SCP|Cooking..." current
- 16:4216:42, 20 January 2025 diff hist +1,519 Skills No edit summary
- 16:3816:38, 20 January 2025 diff hist 0 N File:21px-Magic icon.png No edit summary current
- 16:3716:37, 20 January 2025 diff hist +5,411 N Module:Category handler Created page with "--[=[ <pre> -- Implements [Template:Ctg] -- Sorts pages into a category more appropriately than pagename alone -- Default and custom rules are outlined at Template:Category handler/doc --]=] local p = {} local ucf = require('Module:Paramtest').ucfirst local curpage = mw.title.getCurrentTitle() function p.main(frame) local ns = curpage.namespace -- Just don't bother unless we're in content namespaces if not (ns == 0 or ns == 120 or ns == 116) then return ''..." current
- 16:3616:36, 20 January 2025 diff hist +2 Main Page No edit summary
- 16:3616:36, 20 January 2025 diff hist 0 N File:21px-Attack icon.png No edit summary current
- 16:3416:34, 20 January 2025 diff hist +512 N RuneScape:Lua/Helper modules Created page with "This is a table of modules and functions that were created specifically for facilitating the creation of other modules. Documentation for modules here is done in the source code with Template:Helper module. <dpl> namespace = Module uses = Template:Helper module titlematch = %/doc nottitlematch = Helper module/doc include = {Helper module} format = <table class="wikitable"><tr><th>Module</th><th>Function</th><th>Type</th><th>Use</th></tr>,,,</table> ordermethod=title..." current
- 16:3316:33, 20 January 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
- 16:3316:33, 20 January 2025 diff hist +88 N Template:Helper module Created page with "<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
- 16:3316:33, 20 January 2025 diff hist +217 N Module:SCP/doc Created page with "{{documentation}} {{Helper module |name = SCP |fname1 = _main(skill, level, link, sort) |ftype1 = String |fuse1 = Takes inputs and gives outputs like Template:SCP. See the template documentation for more info. }}" current
- 16:3216:32, 20 January 2025 diff hist +3,449 N Module:SCP Created page with "-- <pre> local p = {} local pics = { diary = { image = 'Achievement Diaries icon', link = 'Achievement Diary' }, combatachievement = { image = 'Combat achievements', link = 'Combat Achievements' }, combat = { image = 'Attack style icon', link = 'Combat level' }, combatstyle = { image = 'Attack style icon', link = 'Combat styles' }, dd = { image = 'Distraction & Diversion icon', link = 'Distractions and Diversions' }, favour = { image = 'Kourend Favour icon', link..." current
- 16:3116:31, 20 January 2025 diff hist +1,768 Skills No edit summary
- 16:3116:31, 20 January 2025 diff hist 0 N File:Stats icon.png No edit summary current
- 16:2916:29, 20 January 2025 diff hist +2,362 N Template:SCP/doc Created page with "{{documentation}} The '''SCP''' template displays a clickable skill icon picture that links to the skill page. This can be also be used in other templates that display skill icons. ==Usage== <pre>{{SCP|<skill>|<number>|link = (optional) yes}}</pre> ==Examples== Just skill:<br/> <pre>{{SCP|Magic}}</pre> {{SCP|Magic}} Skill and level:<br/> <pre>{{SCP|Magic|50}}</pre> {{SCP|Magic|50}} Skill, level, and link:<br/> <pre>{{SCP|Magic|50|link=yes}}</pre> {{SCP|Magic|50|link=..." current
- 16:2916:29, 20 January 2025 diff hist +78 N Template:SCP Created page with "<includeonly>{{#invoke:SCP|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
- 16:1816:18, 20 January 2025 diff hist +282 MediaWiki:Common.css No edit summary
- 16:1816:18, 20 January 2025 diff hist +171 N Template:SimpleScape Announcement Created page with "<div class="announcement-banner"> <p><strong>Important Announcement:</strong> <em>You need to register on the website before you can login to the game!</em></p> </div>"
- 16:1716:17, 20 January 2025 diff hist +30 Main Page No edit summary
- 16:1116:11, 20 January 2025 diff hist −10 Template:SimpleScape Wiki Discord No edit summary current
- 16:0916:09, 20 January 2025 diff hist +29 Main Page No edit summary
- 16:0516:05, 20 January 2025 diff hist 0 N File:Discord logo icon.png No edit summary current
- 16:0416:04, 20 January 2025 diff hist 0 Template:SimpleScape Wiki Discord No edit summary
- 15:5415:54, 20 January 2025 diff hist 0 MediaWiki:Sidebar No edit summary
- 15:5315:53, 20 January 2025 diff hist −32 MediaWiki:Sidebar No edit summary
- 15:5315:53, 20 January 2025 diff hist +620 MediaWiki:Sidebar No edit summary