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)

17 October 2024

  • 01:1201:12, 17 October 2024 diff hist −97 Module:References/GodLetter/docNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist +12 Module:ReferencesNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist 0 Module:Recommended equipment/docNo edit summary current
  • 01:1201:12, 17 October 2024 diff hist 0 Module:Recipe/docNo edit summary current
  • 01:1201:12, 17 October 2024 diff hist +20 N Module:Raids loot/docCreated page with "{{No documentation}}" current
  • 01:1201:12, 17 October 2024 diff hist +2,265 N Module:Raids lootCreated 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/docCreated page with "{{No documentation}}" current
  • 01:1201:12, 17 October 2024 diff hist +40,984 N Module:Questreq/dataCreated 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:QuestreqCreated 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/docNo edit summary current
  • 01:1201:12, 17 October 2024 diff hist +20 N Module:Purge/docCreated page with "{{No documentation}}" current
  • 01:1201:12, 17 October 2024 diff hist +4,581 N Module:Profitable shopsCreated 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 listCreated 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 ShardsCreated 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/docNo edit summary current
  • 01:1201:12, 17 October 2024 diff hist 0 Module:PollArchive/docNo edit summary current
  • 01:1201:12, 17 October 2024 diff hist +21 Module:PageListTools/docNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist +8,662 N Module:Ourania Altar TableCreated 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/docNo edit summary current
  • 01:1201:12, 17 October 2024 diff hist +20 N Module:OccDur/docCreated page with "{{No documentation}}" current
  • 01:1201:12, 17 October 2024 diff hist +887 N Module:OccDurCreated 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/docNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist −676 Module:FloorNumberNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist 0 Module:NPCQuery/docNo edit summary current
  • 01:1201:12, 17 October 2024 diff hist +3 Module:Navbox/docNo edit summary current
  • 01:1201:12, 17 October 2024 diff hist +6 Module:NavboxNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist 0 Module:MusicTable/docNo edit summary current
  • 01:1201:12, 17 October 2024 diff hist +20 N Module:MusicList/docCreated page with "{{No documentation}}" current
  • 01:1201:12, 17 October 2024 diff hist +868 N Module:MusicListCreated 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/docCreated page with "{{no documentation}}" current
  • 01:1201:12, 17 October 2024 diff hist +4,928 N Module:Music mapCreated 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/docCreated page with "{{No documentation}}" current
  • 01:1201:12, 17 October 2024 diff hist +252 N Module:MultiCreated 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/docCreated page with "{{No documentation}}" current
  • 01:1201:12, 17 October 2024 diff hist +482 N Module:Multi InfoboxCreated 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/displaysandboxNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist +3,683 N Module:Mmgtable/jsonCreated 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/docNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist +7,552 N Module:Mmgtable/displaysandboxCreated 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:MmgtableCreated 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 calculatorCreated 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/docNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist −1,399 Module:GEMinMaxNo edit summary Tag: Reverted
  • 01:1201:12, 17 October 2024 diff hist +322 N Module:MergeArgs/docCreated 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:MergeArgsCreated 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/docCreated page with "{{No documentation}}" current
  • 01:1201:12, 17 October 2024 diff hist +2,554 N Module:Master farmer special seed calculatorCreated 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 calculatorCreated 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/SandboxCreated 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/docNo edit summary Tag: Reverted
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)