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).
- 02:01, 16 October 2024 Alex talk contribs created page Module:SlayerConsts/MasterTables (Created page with "local SlayerConsts = require ('Module:SlayerConsts') local p = {} local turael = { [SlayerConsts.TASK_BANSHEES] = { name = "Banshees", requirements = {Slayer = 15, Combat = 20, Quest = SlayerConsts.QUEST_PRIEST_IN_PERIL}, weight = 8}, [SlayerConsts.TASK_BATS] = { name = "Bats", requirements = {Combat = 5}, weight = 7}, [SlayerConsts.TASK_BIRDS] = { name = "Birds", requirements = {}, weight = 6}, [SlayerConsts.TASK_BEARS] = { name = "Bears", requirements...")
- 02:00, 16 October 2024 Alex talk contribs created page Module:SlayerConsts/doc (Created page with "{{No_documentation}}")
- 02:00, 16 October 2024 Alex talk contribs created page Module:SlayerConsts (Created page with "p = {} p.UNLOCK_SEEING_RED = 1 p.UNLOCK_I_HOPE_YOU_MITH_ME = 2 p.UNLOCK_WATCH_THE_BIRDIE = 3 p.UNLOCK_HOT_STUFF = 4 p.UNLOCK_REPTILE_GOT_RIPPED = 5 p.UNLOCK_LIKE_A_BOSS = 6 p.UNLOCK_STOP_THE_WYVERN = 7 p.UNLOCK_BASILOCKED = 8 p.UNLOCK_VAMPYRES = 9 p.UNLOCK_I_WILDY_MORE_SLAYER = 10 p.UNLOCK_WARPED_REALITY = 11 p.QUEST_PRIEST_IN_PERIL = 1 p.QUEST_DRAGON_SLAYER_II = 2 p.QUEST_DRAGON_SLAYER = 3 p.QUEST_CABIN_FEVER = 4 p.QUEST_HORROR_FROM_THE_DEEP = 5 p.QUEST_MOURNINGS_END_...")
- 02:00, 16 October 2024 Alex talk contribs created page Module:Slayer task library/doc (Created page with "{{No_documentation}}")
- 01:59, 16 October 2024 Alex talk contribs created page Module:Slayer task library (Created page with "local SlayerConsts = require ('Module:SlayerConsts' ) local MasterTables = require ('Module:SlayerConsts/MasterTables' ) local p = {} -- -- Creates a "status" table that holds all information needed to check -- if a player meets task requirements. This function is purely for convenience. -- You are free to create your own table and pass it to the various functions, -- but using this to create your table helps to keep it from being malformed. -- -- The strings in quests...")
- 01:59, 16 October 2024 Alex talk contribs created page Module:Slayer weight calculator/doc (Created page with "{{No_documentation}}")
- 01:59, 16 October 2024 Alex talk contribs created page Module:Slayer weight calculator (Created page with "local Paramtest = require( 'Module:Paramtest' ) local Slayerlib = require ('Module:Slayer_task_library' ) local p = {} function p.invoke_main( frame ) local result = p.main( frame:getParent().args ) return result end function p.tobool(str) if str == 'true' then return true end return false end function p.main( args ) -- Handle inputs local combatLevel, slayerLevel, defenceLevel, agilityLevel, rangedLevel, strengthLevel, hitpointsLevel, thievingCheck, fire...")
- 01:59, 16 October 2024 Alex talk contribs created page Template:Skill table/doc (Created page with "{{No_documentation}}")
- 01:59, 16 October 2024 Alex talk contribs created page Template:Skill table (Created page with "<includeonly>{{#invoke:Skill table|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:58, 16 October 2024 Alex talk contribs created page Module:Skill table/doc (Created page with "{{No_documentation}}")
- 01:58, 16 October 2024 Alex talk contribs created page Module:Skill table (Created page with "local p = {} local scp = require('Module:SCP')._main local yesNo = require('Module:Yesno') local paramTest = require('Module:Paramtest') local trim = mw.text.trim local split = mw.text.split local ustring = mw.ustring local listToText = mw.text.listToText function plinkify(tbl) if tbl == nil then return nil elseif type(tbl) == 'string' then tbl = {tbl} end for i, v in ipairs(tbl) do local name = ustring.gsub(v, '[^%[]*%[%[:?([^%|]+).*', '%1') local fileNam...")
- 01:57, 16 October 2024 Alex talk contribs created page Template:SeedPackValue/doc (Created page with "{{Documentation}} The '''SeedPackValue''' template outputs the profit of seed packs as a number. ==Usage== ===Basic usage=== <pre> {{SeedPackValue|1}} </pre> '''OR''' <pre> {{SeedPackValue|easy}} </pre> The first parameter must be used to specify either which difficulty or which tier of seed pack to display, either <code>easy</code>, <code>medium</code>, <code> hard</code>, or a number 1 through 5. ===Optional other parameters=== <pre> {{SeedPackValue|1|spirit...")
- 01:57, 16 October 2024 Alex talk contribs created page Template:SeedPackValue (Created page with "<includeonly>{{#invoke:SeedPackValue|main|table=No}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:56, 16 October 2024 Alex talk contribs created page Template:SeedPackTable/doc (Created page with "{{Documentation}} The '''SeedPackTable''' template outputs a wikitable displaying the profit and output of seed packs. ==Usage== ===Basic usage=== <pre> {{SeedPackTable|1}} </pre> '''OR''' <pre> {{SeedPackTable|easy}} </pre> The first parameter must be used to specify either which difficulty or which tier of seed pack to display, either <code>easy</code>, <code>medium</code>, <code> hard</code>, or a number 1 through 5. ===Optional other parameters=== <pre> {{...")
- 01:56, 16 October 2024 Alex talk contribs created page Template:SeedPackTable (Created page with "<includeonly>{{#invoke:SeedPackValue|main|table=Yes}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:55, 16 October 2024 Alex talk contribs created page Template:Average drop value/doc (Created page with "{{documentation}} {{invokes|Average drop value}} Calculates the average drop value of a monster, using the SMW data for that monster. This should really only be used on drop tables where the exact or near-exact format is known. ==Details== This will calculate using the item name, the quantity, and the rarity. If it fails to parse any of these, it will ignore that item. * Item name must be a GE item and present in Module:GEPrices/data.json, or be 'Coins'. * Rarity...")
- 01:55, 16 October 2024 Alex talk contribs created page Template:Average drop value (Created page with "<includeonly>{{#invoke:Average drop value|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:52, 16 October 2024 Alex talk contribs created page Template:KDTValue/doc (Created page with "{{documentation}} This template displays the value of rolling Konar's drop table, excluding fish. ==Usage== This template can be used by entering the following onto a relevant page. <pre>{{KDTValue}} {{Coins|{{formatnum:{{KDTValue}}}}}}</pre> {{KDTValue}} {{Coins|{{formatnum:{{KDTValue}}}}}}")
- 01:52, 16 October 2024 Alex talk contribs created page Template:KDTValue (Created page with "<includeonly>{{#expr:5/60*{{GEP|Uncut diamond}}*30 + 5/60*{{GEP|Uncut ruby}}*30 + 5/60*{{GEP|Coal}}*400 + 5/60*100000 + 4/60*{{GEP|Gold ore}}*150 + 4/60*{{GEP|Dragon arrowtips}}*125 + 3/60*{{GEP|Iron ore}}*425 + 3/60*{{GEP|Rune full helm}}*3 + 3/60*{{GEP|Rune platelegs}}*1.5 + 3/60*{{G...")
- 01:52, 16 October 2024 Alex talk contribs created page Template:KDTAlchValue/doc (Created page with "{{documentation}} This template displays the high alchemy value of rolling Konar's drop table, excluding fish. ==Usage== This template can be used by entering the following onto a relevant page. <pre>{{KDTAlchValue}} {{Coins|{{formatnum:{{KDTAlchValue}}}}}}</pre> {{KDTAlchValue}} {{Coins|{{formatnum:{{KDTAlchValue}}}}}}")
- 01:51, 16 October 2024 Alex talk contribs created page Template:KDTAlchValue (Created page with "<includeonly>{{#expr:5/60*{{Alch|Uncut diamond}}*30 + 5/60*{{Alch|Uncut ruby}}*30 + 5/60*{{Alch|Coal}}*400 + 5/60*100000 + 4/60*{{Alch|Gold ore}}*150 + 4/60*{{Alch|Dragon arrowtips}}*125 + 3/60*{{Alch|Iron ore}}*425 + 3/60*{{Alch|Rune full helm}}*3 + 3/60*{{Alch|Rune platelegs}}*1.5 +...")
- 01:51, 16 October 2024 Alex talk contribs created page Module:Average drop value/doc (Created page with "{{No_documentation}}")
- 01:51, 16 October 2024 Alex talk contribs created page Module:Average drop value (Created page with "local curr = require('Module:Currency')._amount local dpl = require('Module:DPLlua') local geprices = mw.loadJsonData('Module:GEPrices/data.json') local p = {} function calcValue(item, lowqty, highqty, rarity, rolls, alchprice, alchonly, options) local avgqty = (tonumber(lowqty) + tonumber(highqty)) / 2 local rar_good, price -- parse price local i_lo = item:lower() if i_lo == 'brimstone key' and options.brimstone ~= nil then if alchonly then price = tonumber(...")
- 01:51, 16 October 2024 Alex talk contribs created page Module:SeedPackValue/doc (Created page with "{{No_documentation}}")
- 01:51, 16 October 2024 Alex talk contribs created page Module:SeedPackValue (Created page with "local p = {} local ask = mw.smw.ask local decode = mw.text.jsonDecode local html = mw.html local avgDropVal = require('Module:Average drop value').totalval local coins = require('Module:Coins')._amount local commas = require('Module:Addcommas')._add local default = require('Module:Paramtest').default_to local yesNo = require('Module:Yesno') local prices = mw.loadJsonData('Module:GEPrices/data.json') sortKey = {--allotment "Potato seed", "Onion seed", "Cabbage seed...")
- 01:50, 16 October 2024 Alex talk contribs created page Template:Rsday/doc (Created page with "{{Documentation}} {{invokes|Rsday}} The '''RSday''' template is used to display the ''RuneScape'' date based on the real-world equivalent date. ==Usage== {{t|rsday|date|nolink<nowiki>=</nowiki>yes/no}} *The "nolink" parameter is used to add/remove the link to the Calendar article. By default, the date links to the article. To remove the link, use "nolink=yes". *At the date the official abbreviation or the month number (in "dd mm") is also allowed, for example 2 Apr...")
- 01:50, 16 October 2024 Alex talk contribs created page Template:Rsday (Created page with "<includeonly>{{#invoke:Rsday|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:49, 16 October 2024 Alex talk contribs created page Module:Rsday/doc (Created page with "{{No_documentation}}")
- 01:49, 16 October 2024 Alex talk contribs created page Module:Rsday (Created page with "local p = {} local hc = require('Module:Paramtest').has_content local yn = require('Module:Yesno') function p.main(frame) local args = frame:getParent().args local lang = mw.getContentLanguage() local z,l if hc(args[1]) then z = lang:formatDate('z', args[1]) l = lang:formatDate('L', args[1]) else z = lang:formatDate('z') l = lang:formatDate('L') end local rs = p._main(z, l) if yn(args.nolink, false) then return rs else return string.format('[...")
- 01:48, 16 October 2024 Alex talk contribs created page Template:Rocktable/doc (Created page with "{{Documentation}} The '''Rocktable''' template is used to display the number of ores present in a mine, along with the required mining level and experience gained by mining them. ==Usage== <pre> {{Rocktable |rock1 = quantity1 |rock2 = quantity2 ... |rockn = quantityn }} </pre> ==Examples== <pre> {{Rocktable |clay=5 |rune essence=10 |copper=1 |tin=1 |limestone=1 |blurite=1 |iron=1 |elemental=1 |daeyalt=333 |silver=1 |volcanic ash=1 |coal=1 |ore vein=1 |sandstone=1 |den...")
- 01:48, 16 October 2024 Alex talk contribs created page Template:Rocktable (Created page with "<includeonly>{{#invoke:Rocky Horror|rocktable}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:47, 16 October 2024 Alex talk contribs created page Template:Mine locations/doc (Created page with "{{Documentation}} ==About== This is used to generate the list of locations that a particular rock can be found. ==Usage== <pre> {{Mine locations|copper}} </pre> {{Mine locations|copper}}")
- 01:47, 16 October 2024 Alex talk contribs created page Template:Mine locations (Created page with "<includeonly>{{#invoke:Rocky Horror|minelocations}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:46, 16 October 2024 Alex talk contribs created page Module:Rocky Horror/doc (Created page with "{{No_documentation}}")
- 01:46, 16 October 2024 Alex talk contribs created page Module:Rocky Horror (Created page with "-- Rewrite of Template:RockLine and Template:Mine locations, -- which were originally made by Towelcat and Jakesterwars. local p = {} local yesno = require('Module:Yesno') local pt = require('Module:Paramtest') -- Table format: argument = page, name, picture, level, experience local rocks = { ['clay'] = { 'Clay rocks', 'Clay', 'Clay', '1', '5' }, ['rune essence'] = { 'Rune Essence (rock)', 'Rune Essence', 'Rune essence', '1', '5' }, ['copper']...")
- 01:45, 16 October 2024 Alex talk contribs created page Module:References/doc (Created page with "{{No_documentation}}")
- 01:40, 16 October 2024 Alex talk contribs created page Module:GEValues/data.json (Created page with "{ "%LAST_UPDATE%": 1728988487, "%LAST_UPDATE_F%": "15 October 2024 10:34:47 (UTC)", "3rd age amulet": 50500, "3rd age axe": 55000, "3rd age bow": 150000, "3rd age cloak": 85000, "3rd age druidic cloak": 200000, "3rd age druidic robe bottoms": 200000, "3rd age druidic robe top": 200000, "3rd age druidic staff": 200000, "3rd age felling axe": 55000, "3rd age full helmet": 90000, "3rd age kiteshield": 180000, "3rd age longsword": 150000, "3rd age mage hat": 5...")
- 01:40, 16 October 2024 Alex talk contribs created page Module:GEMembers/data.json (Created page with "{ "%LAST_UPDATE%": 1728988487, "%LAST_UPDATE_F%": "15 October 2024 10:34:47 (UTC)", "3rd age amulet": true, "3rd age axe": true, "3rd age bow": true, "3rd age cloak": true, "3rd age druidic cloak": true, "3rd age druidic robe bottoms": true, "3rd age druidic robe top": true, "3rd age druidic staff": true, "3rd age felling axe": true, "3rd age full helmet": true, "3rd age kiteshield": true, "3rd age longsword": true, "3rd age mage hat": true, "3rd age pick...")
- 01:40, 16 October 2024 Alex talk contribs created page Module:GELimits/data.json (Created page with "{ "%LAST_UPDATE%": 1728988487, "%LAST_UPDATE_F%": "15 October 2024 10:34:47 (UTC)", "3rd age amulet": 8, "3rd age axe": 40, "3rd age bow": 8, "3rd age cloak": 8, "3rd age druidic cloak": 8, "3rd age druidic robe bottoms": 4, "3rd age druidic robe top": 4, "3rd age druidic staff": 8, "3rd age full helmet": 8, "3rd age kiteshield": 8, "3rd age longsword": 8, "3rd age mage hat": 8, "3rd age pickaxe": 40, "3rd age platebody": 8, "3rd age platelegs": 8, "3rd...")
- 01:37, 16 October 2024 Alex talk contribs created page Module:Profitable alchemy/doc (Created page with "{{Documentation}} The '''Profitable alchemy''' Module is used to display profitable items when alchemising them or selling to shops. ==Usage== <pre> {{#invoke:Profitable alchemy|main |alchtype = <!-- The action type to use in profit calculations. See below. Defaults to 'fire staff' --> |minbuylimit = <!-- The minimum buy limit items should have for them to be listed. Defaults to 0 --> }} </pre> {| class="wikitable" !alchtype !! Cost !! Items per hour !! Item value...")
- 01:37, 16 October 2024 Alex talk contribs created page Module:Profitable alchemy (Created page with "local p = {} local prices = mw.loadJsonData('Module:GEPrices/data.json') local values = mw.loadJsonData('Module:GEValues/data.json') local limits = mw.loadJsonData('Module:GELimits/data.json') local volumes = mw.loadJsonData('Module:GEVolumes/data.json') local members = mw.loadJsonData('Module:GEMembers/data.json') local natureRunePrice = prices['Nature rune'] local fireRunePrice = prices['Fire rune'] local commas = require('Module:Addcommas')._add local paramTest = r...")
- 01:36, 16 October 2024 Alex talk contribs created page Template:PollWrapper/doc (Created page with "{{documentation}} This template provides a <nowiki><center></nowiki> and <nowiki></center></nowiki> wrapper for poll pages based on the input provided. The values <code>top</code> and <code>bottom</code> should be used to describe which tag is output. ==Usage== This template can be used by entering the following code. <pre> {{PollWrapper|top}} </pre> <includeonly>{{PAGENAME}}</includeonly>")
- 01:36, 16 October 2024 Alex talk contribs created page Template:PollWrapper (Created page with "<includeonly>{{#ifeq:{{{1|top}}}|top|<div class="pollwrapper">|</div>}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:36, 16 October 2024 Alex talk contribs created page Template:Confuse/doc (Created page with "{{Documentation}} Use this template to link (at the top of articles) 1 or 2 other pages that are easily confused with the page. ==Usage== <pre>{{Confuse|page}} {{Confuse|page1|page2}} </pre> {{t|Confuse|Kalphite Lair}} will result in: {{Confuse|Kalphite Lair}} The text can be customised in case there's a need for extra context on the link: {{t|Confuse|text=<nowiki>Emir's Arena</nowiki>, also known as the PvP Arena}} will result in: {{Confuse|text=Emir's Arena...")
- 01:35, 16 October 2024 Alex talk contribs created page Template:Confuse (Created page with "{{Hatnote|Not to be confused with {{#if:{{{text|}}}|{{{text}}}|{{#if:{{{1|}}}|[[{{{1}}}]]|{{{1}}}}}{{#if:{{{2|}}}|<nowiki> </nowiki>or [[{{{2}}}]]}}}}.}}<noinclude>{{/doc}}</noinclude>")
- 01:35, 16 October 2024 Alex talk contribs created page Template:PollArchive/doc (Created page with "{{documentation}} {{Confuse|Template:Poll|Template:Old School RuneScape Wiki/Poll}} This template provides formatting for poll results for use in transciption of the ''RuneScape'' website [https://secure.runescape.com/m=poll/archive poll archive]. This explicitly '''includes''' "Skip" votes in overall vote percentage calculation, as is reflected in the archive. ==Usage== This template can be used by entering the following code: <pre> {{PollArchive |Question <!-...")
- 01:35, 16 October 2024 Alex talk contribs created page Template:PollArchive (Created page with "<includeonly>{{#invoke:PollArchive|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:34, 16 October 2024 Alex talk contribs created page Module:PollArchive/doc (Created page with "{{No_documentation}}")
- 01:34, 16 October 2024 Alex talk contribs created page Module:PollArchive (Created page with "local p = {} local params = require('Module:Paramtest') local commas = require('Module:Addcommas')._add local math = math function p.main(frame) local args = frame:getParent().args local note = args.Note local q = args.Question local e = args.Error local totalVotes = findTotalVotes(args) local answers = answerList(args) local wrapper = mw.html.create('div'):addClass('pollbox'):addClass(e and "archivepollq e" or "archivepollq"):done() local tbl = mw.html...")
- 01:30, 16 October 2024 Alex talk contribs created page Template:Old School RuneScape Wiki/Poll/doc (Created page with "{{Documentation}} This template is used to contain the poll section of the main page, the appearance of which is shown below: <noinclude>{{Old School RuneScape Wiki/Poll}}</noinclude> <includeonly>Category:Transclusion templatesPoll</includeonly>")