User contributions for Alex
Jump to navigation
Jump to search
17 October 2024
- 01:1201:12, 17 October 2024 diff hist −97 Module:References/GodLetter/doc No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist +12 Module:References No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist 0 Module:Recommended equipment/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist 0 Module:Recipe/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist +20 N Module:Raids loot/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +2,265 N Module:Raids loot Created page with "local p = {} function sf(num, prec) local n = math.floor(math.log10(num)) + 1 - prec return math.floor(10^(-n)*num)*10^n, -n end function p.main(frame) local args = frame:getParent().args return p._main(tonumber(args.points) or 0) end function p._main(points) local unique_rate = 0.8 * (points % 570000) / 570000 if points >= 570000 * 3 or points % 570000 == 0 then unique_rate = 0.8 end local tworolls = false function make_row(items, rate) local crate = un..." current
- 01:1201:12, 17 October 2024 diff hist +20 N Module:Questreq/data/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +40,984 N Module:Questreq/data Created page with "-- -- Part of Template:Questreq's implementation --[[ To add a new quest to this database, please copy and paste the template below. Replace Name_of_quest, skill_name, and skill_level with appropriate parameters. 'ironman' and 'boostable' are optional arguments for skill requirements. Please try to maintain alphabetical order ('The' is ignored in quest name similar to how it is in the in-game quest list). Pay close attention to formatting of commas. Double check tha..." current
- 01:1201:12, 17 October 2024 diff hist +7,677 N Module:Questreq Created page with "-- -- Part of Template:Questreq's implementation -- For information on how to update this page, please see Module talk:Questreq -- <nowiki> -- local p = {} -- Load data from quest list local reqData = mw.loadData('Module:Questreq/data') -- Main function function p.main(frame) local args = frame:getParent().args local name = args[1]:gsub(''', "'") local option = tonumber(args[3]) or 9 local closed = args[4] ~= 'open' if args[2] == 'quests' then..." current
- 01:1201:12, 17 October 2024 diff hist 0 Module:QuestDetails/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist +20 N Module:Purge/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +4,581 N Module:Profitable shops Created page with "local p = {} local prices = mw.loadJsonData('Module:GEPrices/data.json') local limits = mw.loadJsonData('Module:GELimits/data.json') local members = mw.loadJsonData('Module:GEMembers/data.json') local volumes = mw.loadJsonData('Module:GEVolumes/data.json') local coins = require( 'Module:Coins' )._amount function createPagination(currentPage) local ret = mw.html.create('div') if (currentPage > 0) then ret:tag('span'):wikitext('First Page'):done() ret:tag('span'..." current
- 01:1201:12, 17 October 2024 diff hist +1,848 N Module:Profitable alchemy list 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 paramTest = require('Module:Paramtest') local yesNo = require('Module:Yesno') function getData(minBuyLimit, minVolume, f2pOnly) local natureRunePric..." current
- 01:1201:12, 17 October 2024 diff hist +3,541 N Module:Prayer/Blessed Bone Shards Created page with "local p = {} local default = require('Module:Paramtest').default_to local geprice = require('Module:Exchange')._price local coins = require('Module:Coins')._amount local commas = require('Module:Addcommas')._add local boneTypes = { {name = "Bones", shards = 4}, {name = "Bat bones", shards = 5}, {name = "Big bones", shards = 12}, {name = "Zogre bones", shards = 18}, {name = "Wyrmling bones", shards = 21}, {name = "Babydragon bones", shards = 24}, {name = "Wyrm bo..." current
- 01:1201:12, 17 October 2024 diff hist 0 Module:Poll/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist 0 Module:PollArchive/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist +21 Module:PageListTools/doc No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist +8,662 N Module:Ourania Altar Table Created page with "local p = {} local geprice = require('Module:Exchange')._price local coins = require('Module:Coins')._amount local chart = require('Module:Chart data') local rune_order = { "Soul", "Blood", "Death", "Law", "Nature", "Astral", "Chaos", "Cosmic", "Body", "Fire", "Earth", "Water", "Mind", "Air" } local rune_exp = { Air = 5, Mind = 5.5, Water = 6, Earth = 6.5, Fire = 7, Body = 7.5, Cosmic = 8, Chaos = 8.5, Astral = 8.7, Nat..." current
- 01:1201:12, 17 October 2024 diff hist 0 Module:Ordinal/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist +20 N Module:OccDur/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +887 N Module:OccDur Created page with "local p = {} function p.invoke_main(frame) local args = frame:getParent().args return p.main(args) end function p.main(args) if args[1] == nil then return '<div class="noprint seealso">No argument has been specified for Template:OccDur.</div>' end local MAX_PARAMS = 7 local text = '<div class="noprint seealso">The following takes place during ' for i,v in ipairs(args) do if ( i > MAX_PARAMS ) then break end local link = '' .. v .. '' -- if t..." current
- 01:1201:12, 17 October 2024 diff hist +399 Module:FloorNumber/doc No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist −676 Module:FloorNumber No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist 0 Module:NPCQuery/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist +3 Module:Navbox/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist +6 Module:Navbox No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist 0 Module:MusicTable/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist +20 N Module:MusicList/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +868 N Module:MusicList Created page with "-- <nowiki> local p = {} function p.main(frame) local args = frame:getParent().args local i = 1 local ret = mw.html.create('table') ret:addClass('wikitable sortable') :tag('tr') :tag('th'):wikitext('Name'):done() :tag('th'):wikitext('Unlock details'):addClass('unsortable'):done() :tag('th'):wikitext('Music track'):addClass('unsortable'):done() :done() while args[i] ~= nil do local name = args[i] local unlock = args[i + 1] local namef = name l..." current
- 01:1201:12, 17 October 2024 diff hist +20 N Module:Music map/doc Created page with "{{no documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +4,928 N Module:Music map Created page with "local var = mw.ext.VariablesLua local p = {} -- Property:Name for Map: mw.pages that should be in/excluded in the smw='hist' map. -- By default, excluded are all Map: mw.pages with multiple music tracks, -- and included are all Map: mw.pages with a single music track. local include_historic = { ['Prifddinas'] = true, } local exclude_historic = { ['Alone'] = true, } -- Convert a link to a "Play track" link -- Use text='%1' to use the music file's filename without the..."
- 01:1201:12, 17 October 2024 diff hist +20 N Module:Multi/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +252 N Module:Multi Created page with "--<nowiki> local p = {} function p.multi(str, count) return string.rep(str, count) end function p.main(frame) local args = frame:getParent().args local str = args[1] local times = args[2] or 2 return p.multi(str, times) end return p --</nowiki>" current
- 01:1201:12, 17 October 2024 diff hist +20 N Module:Multi Infobox/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +482 N Module:Multi Infobox Created page with "local p = {} function p.main(frame) local args = frame:getParent().args if not args['text1'] then return '' end local cur = args['text1']..'='..args['item1'] local i = 2 while args['text'..i] do cur = cur..'|-|'..args['text'..i]..'='..args['item'..i] i = i + 1 end local res = frame:callParserFunction{ name = '#tag', args = { 'Tabber', cur } } return '<div class="multi-infobox">'..res..'</div>' end r..." current
- 01:1201:12, 17 October 2024 diff hist +14,999 Module:Mmgtable/displaysandbox No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist +3,683 N Module:Mmgtable/json Created page with "-- <nowiki> local timefunc = require('Module:Time') local exg = require('Module:Exchange')._price local p = {} local lang = mw.getContentLanguage() function gep(x) return exg(x, 1, nil, nil, 0) end local MEMBERS_ICON = { [false] = "center|link=Free-to-play", [true] = "center|link=Members" } function round1k(x, f) if not tonumber(x) then return x end local _x = math.abs(x) _x = 1000 * math.floor(_x / 100..." current
- 01:1201:12, 17 October 2024 diff hist +47 Module:Mmgtable/display/doc No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist +7,552 N Module:Mmgtable/displaysandbox Created page with "-- <nowiki> local timefunc = require('Module:Time') local exg = require('Module:Exchange')._price local p = {} local lang = mw.getContentLanguage() function gep(x) return exg(x, 1, nil, nil, 0) end local MEMBERS_ICON = { [false] = "20px|center|link=Free-to-play", [true] = "20px|center|link=Members" } function round1k(x, f) if not tonumber(x) then return x end local _x = math.abs(x) _x = 1000 * mat..."
- 01:1201:12, 17 October 2024 diff hist +23,942 N Module:Mmgtable Created page with "local p = {} -- imports local gePrice = require('Module:Exchange')._price local yn = require('Module:Yesno') local round = require('Module:Number')._round local _coins = require('Module:Currency')._amount local vdf = mw.ext.VariablesLua.vardefine local lang = mw.getContentLanguage() local title = mw.title.getCurrentTitle() local onmain = require('Module:Mainonly').on_main TAX_EXEMPT = mw.smw.ask({'Category:Items exempt from Grand Exchange tax'}) function expr(x)..." current
- 01:1201:12, 17 October 2024 diff hist +15,575 N Module:Miscellania calculator Created page with "local p = {} --Add favour maintaining every other day, every 3 days sorta thing to help see how much it drops off by as times go on local coins = require('Module:Coins')._amount local gePrice = require('Module:Exchange')._price local yesNo = require('module:Yesno') local materials = { {category = 'Wood (Maple)', inverseCost = 160, icon = 'Maple logs.png'}, {category = 'Mining (Coal)', inverseCost = 98, icon = 'Coal.png'}, {category = 'Fishing (Raw)', inverseCost =..." current
- 01:1201:12, 17 October 2024 diff hist −95 Module:GEMinMax/doc No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist −1,399 Module:GEMinMax No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist +322 N Module:MergeArgs/doc Created page with "{{documentation}} {{Helper module|name=MergeArgs |fname1=merge |ftype1=Frame |fuse1=Merges the parent and frame args returning a table containing the arg values instead of an empty table with an attached metatable. Parent args overwrite invoke args allowing invoke args to be used as a "default" value for an argument. }}" current
- 01:1201:12, 17 October 2024 diff hist +386 N Module:MergeArgs Created page with "-- <pre> local p = {} function p.merge(frame) local origArgs = frame.args local parentArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = mw.text.trim(tostring(v)) if v ~= '' then args[k] = v end end for k, v in pairs(parentArgs) do v = mw.text.trim(tostring(v)) if v ~= '' then args[k] = v end end return args end -- </pre>" current
- 01:1201:12, 17 October 2024 diff hist +20 N Module:Master farmer special seed calculator/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +2,554 N Module:Master farmer special seed calculator Created page with "local p = {} local prices = mw.loadJsonData('Module:GEPrices/data.json') local commas = require('Module:Addcommas')._add local HerbSeedTable = { { name = 'Guam seed', image = 'File:Guam seed.png', qty = 1, numerator = 320, denom = 1000 }, { name = 'Ranarr seed', image = 'File:Ranarr seed.png', qty = 1, numerator = 69, denom = 81 }, { name = 'Snapdragon seed', image = 'File:Snapdragon seed.png', qty = 1, numerator = 10, denom = 81 }, { name = 'Torstol seed', image =..." current
- 01:1201:12, 17 October 2024 diff hist +13,615 N Module:Master comparison calculator Created page with "local Paramtest = require( 'Module:Paramtest' ) local Slayerlib = require ('Module:Slayer_task_library' ) local SlayerConsts = require('Module:SlayerConsts') 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 desiredTask = Paramtest.defaults{ { args.wantedTask, 'None' }..." current
- 01:1201:12, 17 October 2024 diff hist +17,750 N Module:Map/Sandbox Created page with "-- <nowiki> local hc = require('Module:Paramtest').has_content local p = {} local zoomSizes = { { 3, 8 }, { 2, 4 }, { 1, 2 }, { 0, 1 }, { -1, 1/2 }, { -2, 1/4 }, { -3, 1/8 } } -- Default size of maps (to calc zoom) local default_size = 800 -- 800px for full screen -- Map feature (overlay) types local featureMap = { none = {}, square = { square=true }, rectangle = { square=true }, polygon = { polygon=true }, line = { line=true }, lines = { line=true }, cir..." current
- 01:1201:12, 17 October 2024 diff hist +3 Module:Map/doc No edit summary Tag: Reverted