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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 02:20, 12 October 2024 Alex talk contribs created page Module:Used in recommended equipment/doc (Created page with "{{No_documentation}}")
  • 00:37, 12 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])...")
  • 00:37, 12 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...")
  • 00:36, 12 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...")
  • 00:35, 12 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...")
  • 00:35, 12 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>")
  • 00:35, 12 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...")
  • 00:34, 12 October 2024 Alex talk contribs created page Property:Version count (Created page with "{{property|type=number}}")
  • 00:33, 12 October 2024 Alex talk contribs created page Property:Is members only (Created page with "{{property|type=boolean}}")
  • 00:32, 12 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}}...")
  • 00:32, 12 October 2024 Alex talk contribs created page Property:Release date (Created page with "{{property|type=date}}")
  • 00:30, 12 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}}.")
  • 00:30, 12 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}}.")
  • 00:30, 12 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...")
  • 00:29, 12 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!',...")
  • 00:29, 12 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...")
  • 00:28, 12 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...")
  • 00:28, 12 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...")
  • 00:27, 12 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.")
  • 00:27, 12 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)...")
  • 00:27, 12 October 2024 Alex talk contribs created page Module:Tnavbar/doc (Created page with "{{Documentation}} Generates {{T|Navbar}}. Most prominently used by Module:Navbox.")
  • 00:27, 12 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...")
  • 00:26, 12 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...")
  • 00:26, 12 October 2024 Alex talk contribs created page Template:Navbox (Created page with "{{#invoke:Navbox|navbox}}<noinclude>{{/doc}}</noinclude>")
  • 00:25, 12 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...")
  • 00:25, 12 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|...")
  • 00:25, 12 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...")
  • 00:24, 12 October 2024 Alex talk contribs created page Template:CiteTwitter (Created page with "<includeonly>{{#invoke:References|twitterref}}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 00:23, 12 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...")
  • 00:23, 12 October 2024 Alex talk contribs created page Template:Infobox Bonuses (Created page with "<includeonly>{{#invoke:Infobox Bonuses|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 00:21, 12 October 2024 Alex talk contribs created page File:Information icon-grey.svg
  • 00:21, 12 October 2024 Alex talk contribs uploaded File:Information icon-grey.svg
  • 00:14, 12 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...")
  • 00:14, 12 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>")
  • 00:13, 12 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...")
  • 00:12, 12 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...")
  • 00:11, 12 October 2024 Alex talk contribs created page Module:TimeAgo/doc (Created page with "{{Documentation}} Module used by Module:Exchange.")
  • 00:10, 12 October 2024 Alex talk contribs created page Module:TimeAgo (Created page with "-- <nowiki> -- -- Implements {{time ago}} -- local p = {} local yesno = require( 'Module:Yesno' ) -- assumes 31 days in a month (might need tweaking?) -- assumes 365.25 days in a year to account for leap years local convert = {60, 3600, 86400, 604800, 2678400, 31557600} -- used to convert units to magnitudes local magnitudes = { years = 6, months = 5, weeks = 4, days = 3, hours = 2, minutes = 1, seconds = 0 } -- units to append to time dif...")
  • 00:09, 12 October 2024 Alex talk contribs created page Module:Number/doc (Created page with "{{documentation}} {{Helper module |name = Number |fname1 = _round(num, dp) |ftype1 = float, int |fuse1 = Rounds <code>num</code> to a precision given by <code>dp</code>, if <code>dp</code> is not specified, it defaults to zero. Rounds half up. |fname2 = _short(str) |ftype2 = String |fuse2 = Convert numbers ending in k, m or b to the actual correct number. Example: 3.5k -> 3500 }}")
  • 00:09, 12 October 2024 Alex talk contribs created page Module:Number (Created page with "--[[ {{Helper module |name = Number |fname1 = _round(num, dp) |ftype1 = float, int |fuse1 = Rounds <code>num</code> to a precision given by <code>dp</code>, if <code>dp</code> is not specified, it defaults to zero. |fname2 = _short(str) |ftype2 = String |fuse2 = Convert numbers ending in k, m or b to the actual correct number. Example: 3.5k -> 3500 }} -- ]] -- -- Number manipulation methods -- -- Many methods are already available in the math library, so this will be fai...")
  • 00:09, 12 October 2024 Alex talk contribs created page Module:ChangePerDay (Created page with "-- <nowiki> -- -- Implements {{ChangePerDay}} -- local p = {} local round = require( 'Module:Number' )._round function p._change( args ) local lang = mw.language.getContentLanguage() local price = tonumber( args[1] ) or 1 local last = tonumber( args[2] ) or 1 local date = args[3] or 'January 1' local lastDate = args[4] or 'July 1' local diff = lang:formatDate( 'U', date ) - lang:formatDate( 'U', lastDate ) local ret diff = diff / 8640...")
  • 00:08, 12 October 2024 Alex talk contribs created page Module:Exchange/doc (Created page with "{{documentation}} Powers most exchange pages and exchange-related modules and templates. {{Helper module|name=Exchange |fname1=_price(arg) |ftype1=String |fuse1=Gets the current GE price of item named arg |fname2=_price(arg, multi, format, round, default) |ftype2=String |fuse2=Gets the current GE price of item named arg, multiplied by [multi] (default 1), rounded to [round] decimal places (default unrounded), and if [format] is true, formatted with thousands separators...")
  • 00:08, 12 October 2024 Alex talk contribs created page Module:Exchange (Created page with "--[[ {{Helper module|name=Exchange |fname1=_price(arg) |ftype1=String |fuse1=Gets the current median price of item named arg |fname2=_value(arg) |ftype2=String |fuse2=Gets the value of item named arg }} --]] -- <nowiki> -- -- Implements various exchange templates -- See Individual method docs for more details -- -- See also: -- - Module:ExchangeData -- - Module:ExchangeDefault -- -- Original version: http://runescape.wiki/w/Module:Exchange local p = {} -- only...")
  • 00:07, 12 October 2024 Alex talk contribs created page Module:Infobox Item (Created page with "-------------------------- -- Module for Template:Infobox Item ------------------------ local p = {} local infobox = require('Module:Infobox') local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add local exchange = require('Module:Exchange') local chart = require('Module:ExchangeData')._chart function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', fu...")
  • 00:05, 12 October 2024 Alex talk contribs created page Template:Main/doc (Created page with "{{Documentation}} {{Invokes|Main article}} This template can be used to link to another relevant article or set of articles when there is no way to fluently link the article in prose. ;Good example <pre> ==Strategies== {{Main|/Strategies}} Abyssal demons are weak to slash. </pre> ;Bad example Below, it makes more sense to simply link Guthix in the paragraph: <pre> ==Guthix== {{Main|Guthix}} Guthix is a god. </pre> {{TemplateData|<templatedata> { "params": { "...")
  • 00:03, 12 October 2024 Alex talk contribs created page Module:Hatnote/doc (Created page with "{{Documentation}} Implements {{T|Hatnote}} for use on top of pages. See template for more info.")
  • 00:03, 12 October 2024 Alex talk contribs created page Module:Hatnote (Created page with "-- repurposed from -- -- https://en.wikipedia.org/w/index.php?title=Module:Hatnote&oldid=1063743122 -- -- -- -- Implements {{hatnote}} template -- local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} -- Helper functions...")
  • 00:03, 12 October 2024 Alex talk contribs created page Module:Main article (Created page with "-- <pre> local p = {} function p.main(frame) local hat = require('Module:Hatnote') local args = frame:getParent().args local ret = mw.html.create('') -- list of all articles local params = {} -- total arguments counted counted local ttl = 0 for _, v in ipairs(args) do ttl = ttl + 1 table.insert(params,v) end -- main return string ret:wikitext('Main article'..(#params > 1 and 's' or '')..': ') -- helper function local function link(article) article...")
  • 00:02, 12 October 2024 Alex talk contribs created page Template:Main (Created page with "{{#invoke:Main article|main}}<noinclude> {{/doc}}{{PAGENAME}}</noinclude>")
  • 00:01, 12 October 2024 Alex talk contribs created page Template:Standard infobox parameters (Created page with "<noinclude>This template explains the standard parameters for infoboxes based on Module:Infobox. ----</noinclude> ==Standard infobox parameters== <div class="tile mw-collapsible mw-collapsed" style="max-width:none;"> This infobox uses Module:Infobox, which provides a number of standard parameters. <div class="mw-collapsible-content"> ===Versioning=== This infobox supports switching between multiple versions. Each version needs to have a name defined in a paramete...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)