User contributions for Alex

A user with 47,390 edits. Account created on 10 October 2024.
Jump to navigation Jump to search
Search for contributionsshowhide
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

16 October 2024

  • 02:0002:00, 16 October 2024 diff hist +13,774 N Module:SlayerConstsCreated 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_..." current
  • 02:0002:00, 16 October 2024 diff hist +20 N Module:Slayer task library/docCreated page with "{{No_documentation}}"
  • 01:5901:59, 16 October 2024 diff hist +15,329 N Module:Slayer task libraryCreated 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..." current
  • 01:5901:59, 16 October 2024 diff hist +20 N Module:Slayer weight calculator/docCreated page with "{{No_documentation}}"
  • 01:5901:59, 16 October 2024 diff hist +6,712 N Module:Slayer weight calculatorCreated 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..." current
  • 01:5901:59, 16 October 2024 diff hist +20 N Template:Skill table/docCreated page with "{{No_documentation}}"
  • 01:5901:59, 16 October 2024 diff hist +86 N Template:Skill tableCreated page with "<includeonly>{{#invoke:Skill table|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 01:5801:58, 16 October 2024 diff hist +20 N Module:Skill table/docCreated page with "{{No_documentation}}"
  • 01:5801:58, 16 October 2024 diff hist +8,651 N Module:Skill tableCreated 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:5701:57, 16 October 2024 diff hist +2,037 N Template:SeedPackValue/docCreated 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..." current
  • 01:5701:57, 16 October 2024 diff hist +97 N Template:SeedPackValueCreated page with "<includeonly>{{#invoke:SeedPackValue|main|table=No}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 01:5601:56, 16 October 2024 diff hist +2,142 N Template:SeedPackTable/docCreated 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> {{..." current
  • 01:5601:56, 16 October 2024 diff hist +98 N Template:SeedPackTableCreated page with "<includeonly>{{#invoke:SeedPackValue|main|table=Yes}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 01:5501:55, 16 October 2024 diff hist +4,653 N Template:Average drop value/docCreated 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..." current
  • 01:5501:55, 16 October 2024 diff hist +93 N Template:Average drop valueCreated page with "<includeonly>{{#invoke:Average drop value|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 01:5201:52, 16 October 2024 diff hist +296 N Template:KDTValue/docCreated 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}}}}}}" current
  • 01:5201:52, 16 October 2024 diff hist +1,601 N Template:KDTValueCreated 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..." current
  • 01:5201:52, 16 October 2024 diff hist +325 N Template:KDTAlchValue/docCreated 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}}}}}}" current
  • 01:5101:51, 16 October 2024 diff hist +1,629 N Template:KDTAlchValueCreated 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 +..." current
  • 01:5101:51, 16 October 2024 diff hist +20 N Module:Average drop value/docCreated page with "{{No_documentation}}"
  • 01:5101:51, 16 October 2024 diff hist +5,767 N Module:Average drop valueCreated 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(..." current
  • 01:5101:51, 16 October 2024 diff hist +20 N Module:SeedPackValue/docCreated page with "{{No_documentation}}"
  • 01:5101:51, 16 October 2024 diff hist +10,930 N Module:SeedPackValueCreated 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..." current
  • 01:5001:50, 16 October 2024 diff hist +1,442 N Template:Rsday/docCreated 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..." current
  • 01:5001:50, 16 October 2024 diff hist +80 N Template:RsdayCreated page with "<includeonly>{{#invoke:Rsday|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 01:4901:49, 16 October 2024 diff hist +20 N Module:Rsday/docCreated page with "{{No_documentation}}"
  • 01:4901:49, 16 October 2024 diff hist +2,171 N Module:RsdayCreated 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('[..." current
  • 01:4801:48, 16 October 2024 diff hist +1,451 N Template:Rocktable/docCreated 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..." current
  • 01:4801:48, 16 October 2024 diff hist +92 N Template:RocktableCreated page with "<includeonly>{{#invoke:Rocky Horror|rocktable}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 01:4701:47, 16 October 2024 diff hist +189 N Template:Mine locations/docCreated 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}}" current
  • 01:4701:47, 16 October 2024 diff hist +96 N Template:Mine locationsCreated page with "<includeonly>{{#invoke:Rocky Horror|minelocations}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 01:4601:46, 16 October 2024 diff hist +20 N Module:Rocky Horror/docCreated page with "{{No_documentation}}"
  • 01:4601:46, 16 October 2024 diff hist +7,995 N Module:Rocky HorrorCreated 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']..." current
  • 01:4501:45, 16 October 2024 diff hist +20 N Module:References/docCreated page with "{{No_documentation}}"
  • 01:4201:42, 16 October 2024 diff hist +3 Module:Recommended equipment/docNo edit summary
  • 01:4001:40, 16 October 2024 diff hist +109,362 N Module:GEValues/data.jsonCreated 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:4001:40, 16 October 2024 diff hist +114,687 N Module:GEMembers/data.jsonCreated 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:4001:40, 16 October 2024 diff hist +100,721 N Module:GELimits/data.jsonCreated 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:3701:37, 16 October 2024 diff hist +1,212 N Module:Profitable alchemy/docCreated 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..." current
  • 01:3701:37, 16 October 2024 diff hist +4,979 N Module:Profitable alchemyCreated 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..." current
  • 01:3601:36, 16 October 2024 diff hist +429 N Template:PollWrapper/docCreated 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:3601:36, 16 October 2024 diff hist +116 N Template:PollWrapperCreated page with "<includeonly>{{#ifeq:{{{1|top}}}|top|<div class="pollwrapper">|</div>}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 01:3601:36, 16 October 2024 diff hist +1,068 N Template:Confuse/docCreated 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:3501:35, 16 October 2024 diff hist +184 N Template:ConfuseCreated page with "{{Hatnote|Not to be confused with {{#if:{{{text|}}}|{{{text}}}|{{#if:{{{1|}}}|[[{{{1}}}]]|{{{1}}}}}{{#if:{{{2|}}}|<nowiki> </nowiki>or [[{{{2}}}]]}}}}.}}<noinclude>{{/doc}}</noinclude>" current
  • 01:3501:35, 16 October 2024 diff hist +1,820 N Template:PollArchive/docCreated 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:3501:35, 16 October 2024 diff hist +86 N Template:PollArchiveCreated page with "<includeonly>{{#invoke:PollArchive|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 01:3401:34, 16 October 2024 diff hist +20 N Module:PollArchive/docCreated page with "{{No_documentation}}"
  • 01:3401:34, 16 October 2024 diff hist +2,216 N Module:PollArchiveCreated 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..." current
  • 01:3001:30, 16 October 2024 diff hist +286 N Template:Old School RuneScape Wiki/Poll/docCreated 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>"
  • 01:3001:30, 16 October 2024 diff hist +399 N Template:Old School RuneScape Wiki/PollCreated page with "<noinclude>{{/doc}}</noinclude><div class="mainpage-poll tile nomobile"> <h2>Poll</h2> <p><poll> Which skilling guild would you like to see added next? Agility Guild Construction Guild Fletching Guild Herblore Guild Prayer Guild Runecrafting Guild Slayer Guild Smithing Guild Thieving Guild Rework an existing guild </poll></p> </div>" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)