All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:34, 15 October 2024 Alex talk contribs created page 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 slayer_masters = { 'turael', 'spria', 'krystilia', 'mazchna', 'vannaka', 'chaeldar', 'konar', 'nieve', 'steve', 'duradel', 'kuradal' } local attributes = { demon =...")
- 16:33, 15 October 2024 Alex talk contribs created page Template:DependencyList/doc (Created page with "{{Documentation}} This template is meant to be used on module documentations. {{T|DependencyList|<Module name>|category=<true/false>}} All parameters are optional. If <code>Module name</code> is omitted the page name will be used instead; <code>/doc</code> is automatically removed. If <code>category</code> is <code>false</code> then no categories will be added to the page, the default value is <code>true</code>. ==Examples== {{T|DependencyList|Module:Infobox Monster...")
- 16:33, 15 October 2024 Alex talk contribs created page Template:DependencyList (Created page with "<includeonly>{{#invoke:DependencyList|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 16:32, 15 October 2024 Alex talk contribs created page Template:PageType/doc (Created page with "{{documentation}} Template providing a literal description of the type of a page. This will typically be an economical version of the page's namespace, worded in such a way that it will also be the natural way of describing it verbally. For instance the myriad of talk pages are simply referred to as 'talk page'(s) without any distinction. Namespaces not explicitly covered is handled by a catch-all returning '<page type>'. This template is intended for transclusion by o...")
- 16:32, 15 October 2024 Alex talk contribs created page Template:PageType (Created page with "<includeonly>{{#switch:{{NAMESPACE:{{FULLPAGENAME}}}} <noinclude> Regular pages </noinclude> |=article |User=user page |RuneScape=project page |File=image |Template=template |Help=help page |Category=category |Map=map page |Forum=forum thread |Exchange=exchange page |Update=update page |Calculator=calculator |Transcript=transcript |Property=property |Module=module |Guide=guide <noinclude> Talk pages </noinclude> |Talk=talk page |User talk=talk page |RuneScape talk=talk p...")
- 16:27, 15 October 2024 Alex talk contribs deleted Module:Ordinal/doc (content before blanking was: "{{Documentation}}")
- 16:23, 15 October 2024 Alex talk contribs created page Module:Ordinal/doc (Created page with "{{No_documentation}}")
- 16:22, 15 October 2024 Alex talk contribs created page Module:Ordinal (Created page with "local p = {} local lang = mw.getContentLanguage() local hc = require('Module:Paramtest').has_content p._ordinals = { [0] = 'th', 'st', 'nd', 'rd', 'th', 'th', --5 'th', 'th', 'th', 'th', 'th', --10 -- special exceptions 'th', --11th 'th', --12th 'th', --13th } p._text = { [0] = 'zeroth', 'first', 'second', 'third', 'fourth', 'fifth', 'sixth', 'seventh', 'eighth', 'ninth', 'tenth', 'eleventh', 'twelfth', 'thirteenth', 'fourteenth', 'fift...")
- 16:21, 15 October 2024 Alex talk contribs created page Module:Update/doc (Created page with "{{Documentation}} This template should be used when there is no documentation for a Module or Template.")
- 16:21, 15 October 2024 Alex talk contribs created page Module:Update (Created page with "--<nowiki> -- IMPORTS local pt = require('Module:Paramtest') local hc = pt.has_content local dt = pt.default_to local top_icons -- Module:Top icons local contains -- Module:Array local ordinal -- Module:Ordinal -- exposed table local p = {} --[=[ -- -- HELPER TABLES AND FUNCTIONS -- --]=] -- replacement before calling encode -- as lua patterns local repl_before = { ['%('] = '', ['%)'] = '', ['%!'] = '', } -- replacements after calling encode -- as...")
- 16:07, 15 October 2024 Alex talk contribs created page 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...")
- 15:57, 15 October 2024 Alex talk contribs created page Template:Extension DPL scroll/doc (Created page with "{{documentation}} This template is used to scroll through DPL result pages. ==Usage== This template can be used by entering the following onto a relevant page. <pre>{{Extension DPL scroll}}</pre> <includeonly>{{PAGENAME}}</includeonly>")
- 15:57, 15 October 2024 Alex talk contribs created page Template:Extension DPL scroll (Created page with "<noinclude>{{/doc}}</noinclude><includeonly><!-- -->{{#ifexpr:{{{count|100}}} < {{{total|0}}}|<table><tr><td style="background-color: #f9f9f9; padding: .1em .7em .2em .7em;"><!-- -->{{#ifexpr:{{{total|0}}} > {{{count|0}}}|{{#ifexpr:{{{offset|0}}} > 0|{{#vardefine:lwrbound|{{#ifexpr:{{#expr:{{{offset|0}}} - {{{count|100}}}}} < 0|0|{{#expr:{{{offset|0}}} - {{{count|100}}}}}}}}}<!-- -->{{#ifexpr:{{{count|100}}} > {{{offset|0}}}|<span style="padding-right: 24px;">start</sp...")
- 15:56, 15 October 2024 Alex talk contribs created page RuneScape:Lua/Modules (Created page with "<dpl> namespace = Module resultsheader = ²{Extension DPL scroll¦total=%TOTALPAGES%¦offset={%DPL_offset:0%}¦count={%DPL_count:400%}¦page={{FULLPAGENAME}} }²\n nottitlematch = Exchange/%|Sandbox/% ignorecase = true columns = 3 format = ,\n*%TITLE% </dpl> ==See also== * Special:PrefixIndex/Module:Exchange/ * Special:PrefixIndex/Module:Sandbox/")
- 15:49, 15 October 2024 Alex talk contribs created page Module:Mw.html extension/doc (Created page with "{{Documentation}} {{Helper module |name = Mw.html extension |fname1 = addClassIf(cond, class) |ftype1 = boolean, string |fuse1 = If <code>cond</code> = <code>true</code> it behaves the same as the normal <code>addClass</code> function, otherwise it's a no-op. Ex.: <code>mw.html.create('div'):addClassIf(true, 'align-left-1')</code> |fname2 = attrIf(cond, name, value) |ftype2 = boolean, string/table, string/nil |fuse2 = Similar to <code>addClassIf</code> |fname3 = cssIf...")
- 15:49, 15 October 2024 Alex talk contribs created page Module:Mw.html extension (Created page with "-- <nowiki> local p = {} local checkType = require( 'libraryUtil' ).checkType local mwHtml = getmetatable( mw.html.create() ).__index -- Trick to get acces to the mw.html class local stack = {} -- Used to keep track of nested IF-END tags local noOp = {} -- This object is returned by IF(false) tag function mwHtml:addClassIf( cond, class ) if cond then return self:addClass( class ) else return self end end function mwHtml:tagIf( cond, tagna...")
- 15:48, 15 October 2024 Alex talk contribs created page Module:Helper module/doc (Created page with "{{Documentation}} {{Invokes|Helper module}} Generates helper module information for use in documentation, which is automatically used by RuneScape:Lua/Helper modules. <includeonly> </includeonly>")
- 15:48, 15 October 2024 Alex talk contribs created page Module:Helper module (Created page with "-- Helps RuneScape:Lua/Helper modules format its table with dynamic documentation -- See Template:Helper module for documentation and usage require('Module:Mw.html extension') local p = {} function p.main(frame) local args = frame:getParent().args local function_list = {} -- Let there be no limit to number of parameters local i = 1 while args['fname'..i] do local funcname = args['fname'..i] or '' local functype = args['ftype'..i] or '' local funcuse =...")
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's staff (Deadman Mode) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's staff (bh) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's robe top equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's robe top (c) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's robe top (bh) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's staff (bh) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's staff (Deadman Mode) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's robe bottom equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's robe top equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's robe bottom (c) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's robe top (c) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's robe bottom (bh) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's robe top (bh) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's equipment equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's hood equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's robe bottom equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's hood (c) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's robe bottom (c) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's hood (bh) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's robe bottom (bh) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zuriel's (c) equipment equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's hood equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zombie trousers equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's hood (c) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zombie monkey (item) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's hood (bh) equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zombie shirt equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's equipment equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zombie outfit equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zombie trousers equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs uploaded File:Zuriel's (c) equipment equipped female.png (Uploaded with SimpleBatchUpload)
- 13:41, 15 October 2024 Alex talk contribs created page File:Zombie gloves equipped female.png (Uploaded with SimpleBatchUpload)