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).
- 01:19, 16 October 2024 Alex talk contribs created page Template:Infobox Shop/doc (Created page with "{{Documentation}} {{Standard infobox parameters}} ==Parameters== ===name=== The name of the shop as seen in the shop interface. ===image=== An image of the shop location. ===release=== The relase date of the shop. ===update=== The update post associated with the release date. ===removal=== (Optional) The removal date of the shop. ===removalupdate=== (Optional) The update post associated with the removal date. ===members=== Whether the shop is members only. ===ic...")
- 01:19, 16 October 2024 Alex talk contribs created page Template:Infobox Shop (Created page with "{{#invoke:Infobox Shop|main}}<noinclude>{{/doc}}</noinclude>")
- 01:19, 16 October 2024 Alex talk contribs created page Module:Infobox Shop/doc (Created page with "{{No_documentation}}")
- 01:18, 16 October 2024 Alex talk contribs created page Module:Infobox Shop (Created page with "-------------------------- -- Module for Template:Infobox Shop -------------------------- local p = {} local onmain = require('Module:Mainonly').on_main local paramtest = require('Module:Paramtest') local infobox = require('Module:Infobox') function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', func = 'name' }, { name = 'image', func = 'has_content' }, { name = 'release', func = 'release...")
- 01:17, 16 October 2024 Eq talk contribs created page File:Teleport to house (tablet).png
- 01:17, 16 October 2024 Eq talk contribs uploaded File:Teleport to house (tablet).png
- 01:17, 16 October 2024 Alex talk contribs created page Template:Infobox NPC/doc (Created page with "{{Documentation}} {{invokes|Infobox NPC}} {{Standard infobox parameters}} ==Parameters== ===name=== The exact name of the NPC. ===image=== An image of the NPC. ===release=== The release date of the NPC. ===update=== The update post associated with the release date. ===removal=== (Optional) The date the NPC was removed. ===removalupdate=== (Optional) The update post associated with the removal date. ===aka=== (Optional) Alternate names for the NPC. ===level=== (O...")
- 01:17, 16 October 2024 Alex talk contribs created page Template:Infobox NPC (Created page with "{{#invoke:Infobox NPC|main}}<noinclude>{{/doc}}</noinclude>")
- 01:16, 16 October 2024 Alex talk contribs created page Module:Infobox NPC/doc (Created page with "{{No_documentation}}")
- 01:16, 16 October 2024 Alex talk contribs created page Module:Infobox NPC (Created page with "-------------------------- -- Module for Template:Infobox NPC ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local paramtest = require('Module:Paramtest') local infobox = require('Module:Infobox') function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', func = 'name' }, { name = 'image', func = 'image' }, { name = 'image_smw', func = { name = image_...")
- 01:15, 16 October 2024 Alex talk contribs created page Template:Infobox Music/doc (Created page with "{{Documentation}} ==Parameters== ===name=== The name of the music track. ===number=== (Optional) The track number when ordered by release date. ===file=== The filename for the audio file, for example "Adventure.ogg". ===release=== The release date of the music track. ===update=== The update post associated with the release date. ===members=== Whether the music track is members only. ===location=== The location where the music track plays. ===hint=== The unlock hi...")
- 01:15, 16 October 2024 Alex talk contribs created page Template:Infobox Music (Created page with "{| class="infobox {{parentitle|{{{name}}}}} infobox-music" |- ! class="infobox-header" colspan="5" | {{#if:{{{name|}}}|[[Music track title::{{{name}}}]]|{{PAGENAME}}}} {{#if:{{{number|}}}|<span style="font-size: 80%;">(#[[Music number::{{{number}}}]])</span>}} |- | class="infobox-padding" colspan="5" | |- | class="infobox-full-width-content infobox-media-player" colspan="5" | {{#if:{{{file|}}}|{{{file}}}|Please add an audio sample!}} |- | class="infobo...")
- 01:15, 16 October 2024 Alex talk contribs created page Module:Infobox Music/doc (Created page with "{{Documentation}} Category handler for Template:Infobox Music.")
- 01:15, 16 October 2024 Alex talk contribs created page Module:Infobox Music (Created page with "-- <pre> -- This will likely be expanded when other infoboxes are converted to Lua -- For now, it will just be a categories handler local p = {} local onmain = require('Module:Mainonly').on_main local yesno = require('Module:Yesno') local empty = require('Module:Paramtest').is_empty local composers = { ['ian t'] = 'Ian Taylor', ['grace d'] = 'Grace Docksey', ['adam b'] = 'Adam Bond', ['stephen l'] = 'Stephen Lord', ['jed s'] = 'Jed Sanderson', ['adam r'] = 'Adam...")
- 01:14, 16 October 2024 Alex talk contribs created page Module:Get drop info/doc (Created page with "{{No_documentation}}")
- 01:09, 16 October 2024 Alex talk contribs created page Template:Quest reward scroll/doc (Created page with "{{documentation}} This template allows you to create a custom-made quest reward scroll. The quest name, reward, quest points and image can be customised. ==Usage== <pre> {{Quest reward scroll |image=<!-- image, preferably 75x75px and without link, e.g. 75x75px|link= --> |quest=<!-- quest name --> |reward=<!-- List of rewards. Whitespace enters do work. --> |qp=<!-- Total quest points after quest --> }} </pre> Note that the <code>qp</co...")
- 01:09, 16 October 2024 Alex talk contribs created page Template:Quest reward scroll (Created page with "<div style="width: 488px; height: 320px; margin: 0 auto; position: relative;"> <span style="position: absolute;">link=</span> <span style="position:absolute; top: 125px; left: 65px; image-rendering: pixelated;">{{{image|75x75px|link=}}}</span> <div style="padding-top: 86px; text-align: center; font-family: runescape; font-size: 16px; color: #37242b; white-space: pre-wrap; line-height: 17px;"> <div sty...")
- 01:07, 16 October 2024 Alex talk contribs created page Template:Looting bag/doc (Created page with "{{documentation}} This template provides basic formatting to display the contents of a looting bag. ==Usage== This template can be used by entering the following onto a relevant page. <pre>{{Looting bag|align=right |Item1 |Item2 |Item3 |Item4 |Item5 |Item6 |Item7 |Item8 |Item9 |Item10 |Item11 |Item12 |Item13 |Item14 |Item15 |Item16 |Item17 |Item18 |Item19 |Item20 |Item21 |Item22 |Item23 |Item24 |Item25 |Item26 |Item27 |Item28 }}</pre> To specify an amount for a stacka...")
- 01:07, 16 October 2024 Eq talk contribs created page File:Weight icon.png
- 01:07, 16 October 2024 Eq talk contribs uploaded File:Weight icon.png
- 01:07, 16 October 2024 Alex talk contribs created page Template:Looting bag (Created page with "{{#invoke:Inventory|main|bgType=lootingbag}}<noinclude>{{/doc}}</noinclude>")
- 01:04, 16 October 2024 Alex talk contribs created page Template:Equipment/doc (Created page with "{{documentation}} The '''Equipment''' template mimics the in-game display of equipped items. ==Usage== <pre> {{Equipment|align=left/center/right |buttons = "yes" to show equipment interface buttons (defaults "no" if omitted) |stats = "yes" to show equipment stats (defaults "no" if omitted) |head = Head slot item |cape = Cape slot item |neck = Neck slot item |ammo = Ammo slot item |ammoquantity = Optional: Item quantity |ammo2 = Optional: Second ammo slot item (for use w...")
- 01:04, 16 October 2024 Alex talk contribs created page Template:Equipment (Created page with "{{#invoke:Equipment|main}}<noinclude>{{clear}}{{/doc}}</noinclude>")
- 01:04, 16 October 2024 Alex talk contribs created page Module:Equipment/doc (Created page with "{{documentation}} Module for Template:Equipment")
- 01:03, 16 October 2024 Alex talk contribs created page Module:Equipment (Created page with "-- <pre>Sandbox for testing stuff. Infoked by User:Joeytje50/Module -- Current module being tested: Module:Equipment local p = {} local hasc = require('Module:Paramtest').has_content local itemstats = require('Module:FetchItemStats') local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local GEPrice = require('Module:Exchange')._price -- Parse item string and check if GIF icons are allowed local function parseItem(ret, itemString, eq...")
- 01:03, 16 October 2024 Alex talk contribs created page Template:DropsLine/doc (Created page with "{{Documentation}} {{ToC|right}} The '''DropsLine''' templates are used to list a monster's drops. Three templates are used to form the drop logs: * {{T|DropsTableHead}} - Contains table headers for the top of the drop table * {{T|DropsLine}} - Template for all of the individual drop lines * {{T|DropsTableBottom}} - Contains table footers for the bottom of the drop table ==Predefined and alternate templates== Several predefined templates have been made to assist with s...")
- 01:02, 16 October 2024 Alex talk contribs created page Template:DropsLine (Created page with "<includeonly>{{#if:{{{namenotes|}}}{{{quantitynotes|}}}{{{raritynotes|}}}{{{version|}}}|{{var|_refs_used_|true}}}}{{#invoke:DropsLine|main|dtype=combat|version={{#var:Version}}|smw={{#var:_smw}}}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:02, 16 October 2024 Alex talk contribs created page Template:DropsLineSkill/doc (Created page with "{{Documentation}} The '''DropsLineSkill''' templates are used to list drops from various skills. Drops tables should use the following 3 templates: * {{T|DropsTableHead}} - Contains table headers for the top of the drop table * {{T|DropsLineSkill}} - Template for all of the individual drop lines * {{T|DropsTableBottom}} - Contains table footers for the bottom of the drop table See related templates: * {{T|DropsLine}} for monster drops * {{T|DropsLineReward}} for reward...")
- 01:02, 16 October 2024 Alex talk contribs created page Template:DropsLineSkill (Created page with "<includeonly>{{#if:{{{namenotes|}}}{{{quantitynotes|}}}{{{raritynotes|}}}|{{var|_refs_used_|true}}}}{{#invoke:DropsLine|main|dtype={{lc:{{{skill|}}}}}|version={{#var:Version}}|smw={{#var:_smw}}}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:01, 16 October 2024 Alex talk contribs created page Template:DropsLineReward/doc (Created page with "{{Documentation}} The '''DropsLineReward''' templates are used to list rewards from sources such as from event items, caskets, and the like. It uses the same backend Module as {{T|DropsLine}} (for monster drops). Three templates are used to form the drop logs: * {{T|DropsTableHead}} - Contains table headers for the top of the drop table * {{T|DropsLineReward}} - Template for all of the individual drop lines * {{T|DropsTableBottom}} - Contains table footers for the botto...")
- 01:01, 16 October 2024 Alex talk contribs created page Template:DropsLineReward (Created page with "<includeonly>{{#if:{{{namenotes|}}}{{{quantitynotes|}}}{{{raritynotes|}}}|{{var|_refs_used_|true}}}}{{#invoke:DropsLine|main|dtype=reward|version={{#var:Version}}|smw={{#var:_smw}}}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:00, 16 October 2024 Alex talk contribs created page Module:GEHighAlchs/data.json (Created page with "{ "%LAST_UPDATE%": 1728988487, "%LAST_UPDATE_F%": "15 October 2024 10:34:47 (UTC)", "3rd age amulet": 30300, "3rd age axe": 33000, "3rd age bow": 90000, "3rd age cloak": 51000, "3rd age druidic cloak": 120000, "3rd age druidic robe bottoms": 120000, "3rd age druidic robe top": 120000, "3rd age druidic staff": 120000, "3rd age felling axe": 33000, "3rd age full helmet": 54000, "3rd age kiteshield": 108000, "3rd age longsword": 90000, "3rd age mage hat": 302...")
- 00:59, 16 October 2024 Alex talk contribs created page Module:DropsLine/itemData.json (Created page with "{ "Red boater": [ true, 135 ], "Monkey bones (bearded gorilla)": [ true, 0 ], "Clue scroll": [ false, 0 ], "Death rune": [ false, 108 ], "Mystic boots (dusk)": [ true, 6000 ], "Gold headband": [ true, 24 ], "Cooked karambwan": [ true, 150 ], "Grimy irit leaf": [ true, 10 ], "Gar...")
- 00:59, 16 October 2024 Alex talk contribs created page Module:Coins image/doc (Created page with "{{No_documentation}}")
- 00:59, 16 October 2024 Alex talk contribs created page Module:Coins image (Created page with "-- Like Module:Coins, but only for the image return function(q) return require('Module:Currency Image')('coins', q) end")
- 00:58, 16 October 2024 Alex talk contribs created page Module:DropsLine/doc (Created page with "{{No_documentation}}")
- 00:58, 16 October 2024 Alex talk contribs created page Module:DropsLine (Created page with "-- <nowiki> local p = {} local params = require('Module:Paramtest') local lang = mw.language.getContentLanguage() local coins_image = require('Module:Coins image') local curr_image = require('Module:Currency Image') local exchange = require('Module:Exchange') local yesno = require('Module:Yesno') local var = mw.ext.VariablesLua -- precalculated cached data local droppeditem_data = mw.loadJsonData('Module:DropsLine/itemData.json') local geprices_data = mw.loadJsonData...")
- 00:57, 16 October 2024 Alex talk contribs deleted MediaWiki:Gadget-gadget-switch-infobox (content was: "#REDIRECT MediaWiki:Gadget-switch-infobox", and the only contributor was "Alex" (talk))
- 00:57, 16 October 2024 Alex talk contribs moved MediaWiki:Gadget-gadget-switch-infobox to MediaWiki:Gadget-switch-infobox
- 00:56, 16 October 2024 Alex talk contribs created page MediaWiki:Gadget-gadget-switch-infobox (Created page with "Switch-infobox: Enables infoboxes to have buttons or dropdowns allowing them to switch between versions.")
- 00:49, 16 October 2024 Alex talk contribs created page MediaWiki:Gadget-section-Other (Created page with "Other gadgets")
- 00:49, 16 October 2024 Alex talk contribs created page MediaWiki:Gadget-section-Tools (Created page with "Wiki tools")
- 00:48, 16 October 2024 Alex talk contribs created page MediaWiki:Gadget-section-Appearance (Created page with "Wiki appearance")
- 00:48, 16 October 2024 Alex talk contribs created page MediaWiki:Gadget-section-User (Created page with "User settings")
- 00:48, 16 October 2024 Alex talk contribs created page MediaWiki:Gadget-section-Calculators (Created page with "Calculators")
- 00:48, 16 October 2024 Alex talk contribs created page MediaWiki:Gadget-section-Core (Created page with "Wiki core gadgets")
- 00:37, 16 October 2024 Alex talk contribs created page Module:Shortcut/doc (Created page with "{{No_documentation}}")
- 00:36, 16 October 2024 Alex talk contribs created page Module:Shortcut (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) local div = mw.html.create('div') :addClass('shortcut noprint plainlist') :wikitext('Shortcut') local numargs = 0 for i, v in ipairs(args) do numargs = numargs + 1 end if numargs > 1 then div:node('s') end div:node(':') local list = div:tag('ul')...")
- 00:36, 16 October 2024 Alex talk contribs created page Template:Sandboxheader/doc (Created page with "{{documentation}} This template displays a header for sandbox pages. <includeonly>{{PAGENAME}}</includeonly>")
- 00:34, 16 October 2024 Alex talk contribs created page Template:Shortcut/doc (Created page with "{{documentation}} {{Invokes|Shortcut}} The '''Shortcut''' template adds a shortcut box to the right of an article or a section which provides the shortcut link to that article or section. ==Usage== {{T|Shortcut|shortcut1|shortcut2|shortcut...}} ==Example== {{T|shortcut|RS:SG|RS:STYLE}} {{Shortcut|RS:SG|RS:STYLE}} {{clear}} ---- {| class="wikitable" |- ! Domain name ! abbreviation |- | (Mainspace) | none |- | RuneScape: | RS: |- | Template: |...")