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).
- 23:42, 11 October 2024 Eq talk contribs uploaded File:Rune scimitar equipped male.png (Uploaded with SimpleBatchUpload)
- 23:37, 11 October 2024 Alex talk contribs created page Module:PageListTools/doc (Created page with "{{Documentation}} {{Helper module |name = PageListTools |fname1 = pageswithcats(cats, [logging]) |ftype1 = table, boolean/nil |fuse1 = Returns a list of pages with the specified categories. Uses SMW.<br/>Each entry can consist of several categories AND-ed together with ' '. |fname2 = pageswithconditions(conditions, [logging]) |ftype2 = string, boolean/nil |fuse2 = Returns a list of pages that satisfies the given SMW conditions. |fname3 = pagelistchecks(pages, [logging])...")
- 23:37, 11 October 2024 Alex talk contribs created page Module:PageListTools (Created page with "local p = {} local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arr = require('Module:Array') local dpl = require('Module:DPLlua') -- Given a list of pages, this function returns lists of pages that are either -- non-existing (invalid), redirects or duplicates. -- The maximum list length is constrained only by MediaWiki's maximum -- 'Expensive parser function count', which at the time of writing is set to 100. function p.pagelistc...")
- 23:36, 11 October 2024 Alex talk contribs created page Module:Used in recommended equipment (Created page with "local p = {} local contains = require('Module:Array').contains local pagesWithCats = require('Module:PageListTools').pageswithcats local paramTest = require('Module:Paramtest') local ask = mw.smw.ask local decode = mw.text.jsonDecode local html = mw.html local title = mw.title local trim = mw.text.trim function buildRow(positions, page, tableStyle) local row = html.create('tr') row:tag('td'):attr('data-sort-value', string.sub(positions, 1, 1)):wikitext(positions):do...")
- 23:35, 11 October 2024 Alex talk contribs created page Template:Used in recommended equipment/doc (Created page with "{{Documentation}} This template is used to generate a list of items use in {{T|Recommended equipment}} tables. Weapons used in the special attack row are separated into their own ranking table automatically, assuming the page has Category:Weapons with Special attacks. ==Usage== <pre> {{Used in recommended equipment | <!-- (Optional) Comma separated list of items starting with the primary item; Defaults to page name --> }} </pre> ==Examples== ===Weapon with specia...")
- 23:35, 11 October 2024 Alex talk contribs created page Template:Used in recommended equipment (Created page with "<includeonly>{{#invoke:Used in recommended equipment|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 23:35, 11 October 2024 Alex talk contribs created page Module:Purge (Created page with "-- <nowiki> -- Implements Template:Purge -- local p = {} function p._purge(anchor, text, tag, noinplace) local page_title = mw.title.getCurrentTitle().fullText local link = string.format('[%s#%s %s]',tostring(mw.uri.fullUrl(page_title,'action=purge')),anchor or 'res', text or '(wrong?)') link = string.format('<%s class="plainlinks%s" id="res" title="If this information seems incorrect, click here to force an update.">%s</%s>', tag or 'small', (noinplace and '') o...")
- 23:34, 11 October 2024 Alex talk contribs created page Property:Version count (Created page with "{{property|type=number}}")
- 23:33, 11 October 2024 Alex talk contribs created page Property:Is members only (Created page with "{{property|type=boolean}}")
- 23:32, 11 October 2024 Alex talk contribs created page Template:Property (Created page with "This page tracks and controls the '''{{PAGENAME}}''' property. This property accepts and displays values that are [[has type::{{{type|page}}}]]s. {{{notes|}}} {{#if:{{{templates|}}}|This property is added by the following templates: {{{templates}}} |This property is not added by any template.}} ---- [{{fullurl:Special:Ask|q={{urlencode:[[{{PAGENAME}}::+]]}}&limit=500&po={{urlencode:?{{PAGENAME}}}} }} '''Table of all articles using this property''']<noinclude>{{/doc}}...")
- 23:32, 11 October 2024 Alex talk contribs created page Property:Release date (Created page with "{{property|type=date}}")
- 23:30, 11 October 2024 Alex talk contribs created page Module:References/Postbag/doc (Created page with "{{Documentation}} Data module responsible for linking to transcript pages of postbags in {{t|CitePostbag}}.")
- 23:30, 11 October 2024 Alex talk contribs created page Module:References/GodLetter/doc (Created page with "{{Documentation}} Data module responsible for linking to transcript pages of god letters in {{t|CiteGodLetter}}.")
- 23:30, 11 October 2024 Alex talk contribs created page Module:References/GodLetter (Created page with "return { [1] = "Transcript:Saradomin_Speaks", [2] = "Transcript:The_People_Rejoice", [3] = "Transcript:Ep_Three:_A_New_Bone", [4] = "Transcript:The_All-powerful_Jellyfish", [5] = "Transcript:Moody_monsters", [6] = "Transcript:All_Hallow's_Eve", [7] = "Transcript:Unisex%3F", [8] = "Transcript:Monk_bashing", [9] = "Transcript:Zamorak_retaliates!", [10] = "Transcript:Zamorak_does_one", [11] = "Transcript:Zamorak_Loves_Letters", [12] = "Transcript:Guthix_Manifest...")
- 23:29, 11 October 2024 Alex talk contribs created page Module:References/Postbag (Created page with "return { 'Transcript:Poultry, Dragons and Zombies', 'Transcript:Magic, Hans and Bankers!', 'Transcript:Barbarians, Tree Spirits, and an embarrassed Demon!', 'Transcript:Goblins, globes and golems!', 'Transcript:Chaotic chat, family trouble and secrets revealed!', 'Transcript:Me! Oh, and a few others.', 'Transcript:May Mixup!', 'Transcript:Pull the udder one!', 'Transcript:Sawdust, Wallbeasts and Kebabs!', 'Transcript:Jellies, Rocnars and Rantz gets literate!',...")
- 23:29, 11 October 2024 Alex talk contribs created page Module:References (Created page with "-- Main module implementing reference templates -- local onmain = require('Module:Mainonly').on_main local paramtest = require('Module:Paramtest') local hc = paramtest.has_content local dt = paramtest.default_to local yn = require('Module:Yesno') local lang = mw.getContentLanguage() local p = {} --all template entrance points here local r = {} --reference formatters here to not expose them to #invoke, and to not clutter p local reftext, c...")
- 23:28, 11 October 2024 Alex talk contribs created page Template:References standard parameters/doc (Created page with "{{documentation}} This template is for documenting the same parameters on all of the citation templates. ==Usage== <pre>{{References standard parameters}}</pre> If the template is a 'plain' template (it doesn't use a ref tag so the 'name' and 'group' parameters are irrelevant), define the first unnamed parameter to hide those: <pre>{{References standard parameters|plain}}</pre> <includeonly>Category:Template documentationCategory:Transclusion templates</include...")
- 23:28, 11 October 2024 Alex talk contribs created page Template:References standard parameters (Created page with "<includeonly>===Standard parameters=== The following parameters are standard across all citation templates. ====notes==== Optional. This parameter allows you to add text beginning one space after the end of the citation. Having no formatting (meaning you will have to format it yourself), this area can be used for anything you require. {{#if:{{{1|}}}|| ====name==== Optional. If you want to use this reference more than once, you must name it the first time you use it, then...")
- 23:27, 11 October 2024 Alex talk contribs created page Module:Similar Vars/doc (Created page with "{{documentation}} Generates {{t|Similar Vars}} navbox used in Varbits project pages.")
- 23:27, 11 October 2024 Alex talk contribs created page Module:Similar Vars (Created page with "local navbox = require('Module:Navbox') local VariablesLua = mw.ext.VariablesLua local p = {} -- Create a link the the varb/varp page with the text 'NAME(index)' local function generatePagelink(t) if t['Variable index'] and t['Variable name'] then return '*[['..t[1]..'|'..t['Variable name']..'('..t['Variable index']..')]]' end -- If missing any of the required SMW data, just return the pagelink return '*[['..t[1]..']]' end local function getRelatedVars(content)...")
- 23:27, 11 October 2024 Alex talk contribs created page Module:Tnavbar/doc (Created page with "{{Documentation}} Generates {{T|Navbar}}. Most prominently used by Module:Navbox.")
- 23:27, 11 October 2024 Alex talk contribs created page Module:Tnavbar (Created page with "-- <nowiki> -- -- Implements {{tnavbar}} and variants -- -- @todo move the hardcoded css to MediaWiki:Common.css given how many pages it's found on -- require('strict') local p = {} local yesno = require( 'Module:Yesno' ) function p._navbar( args ) local navbarstyle = args.style or '' local fontstyle = args.fontstyle or '' local view, talk, edit = (args.view or true), (args.talk or true), (args.edit or true) local desc = { view = 'view', talk = 'talk', e...")
- 23:26, 11 October 2024 Eq talk contribs created page File:Ranged defence icon.png
- 23:26, 11 October 2024 Eq talk contribs uploaded File:Ranged defence icon.png
- 23:26, 11 October 2024 Alex talk contribs created page 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...")
- 23:26, 11 October 2024 Eq talk contribs created page File:Ranged Strength icon.png
- 23:26, 11 October 2024 Eq talk contribs uploaded File:Ranged Strength icon.png
- 23:26, 11 October 2024 Alex talk contribs created page Template:Navbox (Created page with "{{#invoke:Navbox|navbox}}<noinclude>{{/doc}}</noinclude>")
- 23:25, 11 October 2024 Alex talk contribs created page 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...")
- 23:25, 11 October 2024 Alex talk contribs created page Template:Citations (Created page with "{{navbox |doc = no |hidecat = yes |state = uncollapse |name = Citations |title = References and citations |gtitle1 = Footnote-style |gtype1 = Subgroup |group1 = {{navbox |subgroup = Yes |gtitle1 = ''Old School RuneScape''-specific |group1 = * DevBlog * Forum * GodLetter * News * Template:CiteNPC|...")
- 23:25, 11 October 2024 Alex talk contribs created page Template:CiteTwitter/doc (Created page with "{{Documentation}} __NOTOC__ {{invokes|References}} ==Usage== Remember to only cite tweets made by Jagex-approved accounts. A list may be found [https://twitter.com/runescape/lists/official-jmods-on-twitter?lang=en here]. <pre>{{CiteTwitter|author=|url=|date=|archiveurl=|archivedate=|quote=|notes=|name=|group=}}</pre> ===author=== The author of the tweet(s). Include "Mod" prefixes, such as "Mod Mark" instead of simply "Mark". Use their mod name rather than their twitter...")
- 23:25, 11 October 2024 Eq talk contribs created page File:Magic Damage icon.png
- 23:25, 11 October 2024 Eq talk contribs uploaded File:Magic Damage icon.png
- 23:24, 11 October 2024 Alex talk contribs created page Template:CiteTwitter (Created page with "<includeonly>{{#invoke:References|twitterref}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 23:24, 11 October 2024 Eq talk contribs created page File:Magic defence icon.png
- 23:24, 11 October 2024 Eq talk contribs uploaded File:Magic defence icon.png
- 23:24, 11 October 2024 Eq talk contribs created page File:Magic icon.png
- 23:24, 11 October 2024 Eq talk contribs uploaded File:Magic icon.png
- 23:23, 11 October 2024 Alex talk contribs created page Template:Infobox Bonuses/doc (Created page with "{{documentation}} Template used to insert Infobox Bonuses on a page. Where to use: *Items that are equipable and obtainable (or have been). This means discontinued items are fine. Equippable fun weapons are also fine. *Beta items; items that have been proposed but haven't fully made it into the game, most likely because they was voted down. *:Category:Unobtainable items|Uno...")
- 23:23, 11 October 2024 Alex talk contribs created page Template:Infobox Bonuses (Created page with "<includeonly>{{#invoke:Infobox Bonuses|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 23:21, 11 October 2024 Alex talk contribs created page File:Information icon-grey.svg
- 23:21, 11 October 2024 Alex talk contribs uploaded File:Information icon-grey.svg
- 23:18, 11 October 2024 Eq talk contribs created page File:Energy Drain.gif
- 23:18, 11 October 2024 Eq talk contribs uploaded File:Energy Drain.gif
- 23:14, 11 October 2024 Alex talk contribs created page Template:Clear/doc (Created page with "{{Documentation}} The '''clear''' template is used when the text needs to be moved below, for example, after an image or an infobox. ==Usage== <pre>{{clear}}</pre> :substitutes: '''<nowiki><div class="clear-template clear-both" style="clear:both;"></div></nowiki>''' <pre>{{clear|left}}</pre> :substitutes: '''<nowiki><div class="clear-template clear-left" style="clear:left;"></div></nowiki>''' <pre>{{clear|right}}</pre> :substitutes: '''<nowiki><div class="clear-templa...")
- 23:14, 11 October 2024 Alex talk contribs created page Template:Clear (Created page with "<div class="clear-template clear-{{lc:{{{1|both}}}}}" style="clear:{{{1|both}}};"></div><noinclude>{{/doc}}</noinclude>")
- 23:13, 11 October 2024 Alex talk contribs created page Template:Infobox Item/doc (Created page with "{{Documentation}} {{invokes|Infobox Item}} {{ToC|left}} {{clear}} {{Standard infobox parameters}} ==Parameters== ===name=== The name of the item '''exactly''' as it appears in game (identical case and spacing). ===image=== The inventory image of the item, formatted as <nowiki>File:Image.png</nowiki>. Ideally in PNG format (or GIF format if the image is animated). For stackable items with multiple images, a...")
- 23:12, 11 October 2024 Alex talk contribs created page Module:ExchangeData (Created page with "-- <pre> -- Implements {{ExcgData}} -- local p = {} -- required modules local excg = require( 'Module:Exchange' ) -- -- @param args {table} -- @param baseExcgPage {boolean} Shouldn't be used by any method here, -- only used by Module:ExchangeDefault -- function p._main( args, baseExcgPage ) -- prefer args[1] but that'll break on exchange /data pages due to the data being the first positional arg -- @todo change the order of th...")
- 23:12, 11 October 2024 Eq talk contribs created page File:Willow logs (historical).png
- 23:12, 11 October 2024 Eq talk contribs uploaded File:Willow logs (historical).png