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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Wintertodt damage calculator (Created page with "local p = {} local default = require('Module:Paramtest').default_to function truncate(num) local whole, decimal = math.modf(num + 0.000001) return whole end function createRow(attackName, damageAmount) return mw.html.create('tr') :tag('td'):wikitext(attackName .. ' attack'):done() :tag('td'):wikitext(damageAmount):done() end function createHeader() local ret = mw.html.create('table'):addClass('wikitable align-center-2'):done() ret:tag('tr'):tag('th'):wikitex...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sandbox/User:Microbrews/Wilderness agility calculator (Created page with "local gePrice = require('Module:Exchange')._price local yesNo = require('module:Yesno') local coins = require('module:Coins')._amount local addCommas = require('module:Addcommas')._add local p = {} local lapRanges = {{1, 15}, {16, 30}, {31, 60}, {61, 65536}} local angler = gePrice('Blighted anglerfish') angler = angler - math.floor(0.01 * angler) local manta = gePrice('Blighted manta ray') manta = manta - math.floor(0.01 * angler) local kbwan = gePrice('Blighted karam...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:VarTestSandbox (Created page with "local p = {} local var = mw.ext.VariablesLua function p.set(frame) for i=1,100 do mw.log(i, "set") var.vardefine(string.format("bigvar%d", i), i*i) end end function p.get(frame) local out = {} for i=1,100 do mw.log(i, "get") table.insert(out, var.var(i)) end return table.concat(out, "") end return p")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Utils/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Utils (Created page with " -- Ordered table iterator, allow to iterate on the natural order of the keys of a -- table. local p = {} function __genOrderedIndex( t ) local orderedIndex = {} for key in pairs(t) do table.insert( orderedIndex, key ) end table.sort( orderedIndex ) return orderedIndex end function orderedNext(t, state) -- Equivalent of the next function, but returns the keys in the alphabetic -- order. We use a temporary ordered key table that is...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Uses tool list/doc (Created page with "{{Documentation}} Generates {{t|Uses tool list}}.")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sandbox/User:Wolaznik/Uses tool list (Created page with "local p = {} local commas = require('Module:Addcommas') local skillPic = require('Module:SCP')._main local yesNo = require('Module:Yesno') local lang = mw.getContentLanguage() local trim = mw.text.trim local split = mw.text.split local jsonDecode = mw.text.jsonDecode function buildRow(recipe, tool) local ret = mw.html.create('tr') -- Outputs ret:tag('td'):wikitext(recipe.output.image) ret:tag('td'):attr('data-sort-value', recipe.output.name):wikitext(commas._add(...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Uses material list/Sandbox/doc (Created page with "{{Documentation}} Generates {{t|Uses material list}}.")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sandbox/User:Jakesterwars/Uses material list (Created page with "local p = {} local geprice = require('Module:Exchange')._price local commas = require('Module:Addcommas') local skillpic = require('Module:SCP')._main local yesno = require('Module:Yesno') local lang = mw.getContentLanguage() local trim = mw.text.trim -- Sorting function for two item objects, first by name, then by sub-text function sortItemsByNameSubtext(item1, item2) if (item1.output.name < item2.output.name) then return true elseif (item1.output.name > item2.out...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Uses facility list/doc (Created page with "{{Documentation}} Generates {{t|Uses facility list}}.")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Uses facility list (Created page with "local p = {} local commas = require('Module:Addcommas') local skillPic = require('Module:SCP')._main local yesNo = require('Module:Yesno') local lang = mw.getContentLanguage() local trim = mw.text.trim local split = mw.text.split local jsonDecode = mw.text.jsonDecode function buildRow(recipe, facility) local ret = mw.html.create('tr') -- Outputs ret:tag('td'):wikitext(recipe.output.image) ret:tag('td'):attr('data-sort-value', recipe.output.name):wikitext(commas._...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:User hiscores/doc (Created page with "{{documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:User hiscores (Created page with "require("strict") local virtual_level = require('Module:Experience')._level_at_xp_unr local hiscore = require('Module:Hiscores').get_stats local yesno = require('Module:Yesno') local lang = mw.getContentLanguage() require('Module:Mw.html extension') local p = {} -- Format numbers (add thousands separator, etc.) local function fnum(x) x = tonumber(x) if x then return lang:formatNum(x) end return '' end -- Calculate xp milestones and format to a labelled string lo...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Unfinished potion creation calculator (Created page with "local p = {} local coins = require('Module:Coins')._amount local gePrices = mw.loadJsonData('Module:GEPrices/data.json') local UnfinishedPotions = { { ['potion'] = 'Guam potion (unf)', ['herblore'] = 3, ['herb'] = 'Guam leaf', ['container'] = 'Vial of water' }, { ['potion'] = 'Marrentill potion (unf)', ['herblore'] = 5, ['herb'] = 'Marrentill', ['container'] = 'Vial of water' }, { ['potion'] = 'Tarromin potion (unf)', ['herblore'] = 12, ['herb'] = 'Tarromin', ['cont...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:TRLTaskRow (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local id = args.id return p._main(id) end function p._main(id) local completion_percent = mw.loadJsonData("Module:Trailblazer_Reloaded_League/Tasks/completion.json")[tonumber(id)] if (completion_percent ~= nil) then local color = "" if (completion_percent < 0.1) then completion_percent = "<0.1" color = "red" elseif (completion_percent < 1) then color = "orange" elseif (complet...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Transcript list/doc (Created page with "{{documentation}} {{Invokes|Transcript list}} Generates a list of links to NPC mw.pages for use on quest and event transcripts.")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Transcript list (Created page with "-- <pre> local p = {} function p.main(frame) local args = frame:getParent().args -- return tag local ret = mw.html.create('div') :addClass('seealso') local params = {} local ttl = 0 -- noplayer local hasplayer = true -- collect and count arguments for _, v in ipairs(args) do if string.lower(v) == 'noplayer' then hasplayer = false elseif string.lower(v) ~= 'player' then ttl = ttl + 1 table.insert(params,v) end end -- increase count if pl...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:TrailblazerReloadedSlayerLine/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:TrailblazerReloadedSlayerLine (Created page with "local tb = require('Module:Trailblazer Region')._badge local p = {} function p.main(frame) local args = frame:getParent().args local orRegions = args['or'] or 'No' local regions = {'misthalin', 'karamja', 'asgarnia', 'desert', 'fremennik', 'kandarin', 'morytania', 'tirannwn', 'wilderness', 'kourend'} local ret = mw.html.create('tr') mw.log(args[1]) if args['incompletable'] == 'Yes' then ret:tag('th'):wikitext(args[1]):addClass('table-bg-red') else ret:tag(...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:TrailblazerReloadedQuestLine/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:TrailblazerReloadedQuestLine (Created page with "local tb = require('Module:Trailblazer Region')._badge local p = {} function p.main(frame) local args = frame:getParent().args local orRegions = args['or'] or 'No' local regions = {'misthalin', 'karamja', 'asgarnia', 'desert', 'fremennik', 'kandarin', 'morytania', 'tirannwn', 'wilderness', 'kourend'} local ret = mw.html.create('tr') mw.log(args[1]) if args['incompletable'] == 'Yes' then ret:tag('th'):wikitext(args[1]):addClass('table-bg-red') else ret:tag(...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:TrailblazerQuestLine/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sandbox/User:Towelcat/TrailblazerQuestLine (Created page with "local tb = require('Module:Trailblazer Region')._badge local p = {} function p.main(frame) local args = frame:getParent().args local regions = {'misthalin', 'karamja', 'asgarnia', 'desert', 'fremennik', 'kandarin', 'morytania', 'tirannwn', 'wilderness'} local ret = mw.html.create('tr') mw.log(args[1]) if args['incompletable'] == 'Yes' then ret:tag('th'):wikitext(args[1]):addClass('table-bg-red') else ret:tag('th'):wikitext(args[1]) end mw.log(tostring(ret...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Trailblazer Reloaded League/Tasks/completion.json (Created page with "{ "0": 84, "1": 68.7, "2": 63.6, "3": 60.9, "4": 66.6, "5": 60.6, "6": 19.8, "7": 57.6, "8": 6, "9": 11.4, "10": 1.2, "11": 58.1, "12": 6.9, "13": 4.7, "14": 0.5, "15": 63, "16": 0.1, "17": 12.5, "18": 0.1, "19": 46.7, "20": 8.3, "21": 0.2, "22": 40, "23": 0.1, "24": 22.8, "25": 0.1, "30": 30.6, "31": 15.4, "39": 44.8, "40": 32.3, "48": 25, "49"...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Trailblazer Region/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sandbox/User:Riblet15/Trailblazer Region (Created page with "local p = {} local lang = mw.getContentLanguage() local regions = { misthalin = true, karamja = true, asgarnia = true, desert = true, fremennik = true, kandarin = true, morytania = true, tirannwn = true, wilderness = true, kourend = true, varlamore = true, } function p._main(region, note, link, global_highlight, league) if region == nil or string.lower(region) == "no" then return "None" end local ret = {} for value in string.gmatch(region, "[^,]+") do...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Tooltip/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Tile markers button (Created page with "local p = {}; function p.main(frame) local args = frame:getParent().args local pageName = args[1] return p._main(pageName) end function p._main(pageName) local jsonContent = mw.loadJsonData(pageName) local resultsDiv = mw.html.create( 'div' ) resultsDiv:css({display = 'none'}) resultsDiv:addClass('tilemarker-div') resultsDiv:node(mw.text.jsonEncode(jsonContent)) return resultsDiv; end return p;")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Theatre of Blood calculator/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Theatre of Blood calculator (Created page with "-- <nowiki> local geprice = require('Module:Exchange')._price local p = {} local uniques = { {name = 'Avernic defender hilt', chance = 8}, {name = 'Ghrazi rapier', chance = 2}, {name = 'Sanguinesti staff (uncharged)', chance = 2}, {name = 'Justiciar faceguard', chance = 2}, {name = 'Justiciar chestguard', chance = 2}, {name = 'Justiciar legguards', chance = 2}, {name = 'Scythe of vitur (uncharged)', chance = 1} } local uniquestotal = 19 local normies = { {name...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:TestGetTotalQuestPoints (Created page with "local p = {} -- create a new module table function p.countQuestPoints(frame) local args = frame:getParent().args return p._countQuestPoints(args) end -- create a function in the module function p._countQuestPoints(args) local html = require('Module:Mw.html extension') local pageHtml = mw.getCurrentFrame():preprocess('{{:{{FULLPAGENAME}}}}') local parsed = html.parse(pageHtml) local dpl = require( 'Module:DPLlua' ) local a, b = dpl.ask( { namespace...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Tempoross reward pool (Created page with "local p = {} local fishTables = { {level=81, rewardsPageLevelName="81+"}, {level=79, rewardsPageLevelName="79-80"}, {level=76, rewardsPageLevelName="76-78"}, {level=50, rewardsPageLevelName="50-75"}, {level=46, rewardsPageLevelName="46-49"}, {level=40, rewardsPageLevelName="40-45"}, {level=35, rewardsPageLevelName="35-39"}, } function p.possiblyReplaceWithSoakedPages(frame, rewards, replacementSoakedPages, shouldReplaceWithSoakedPages, soakedPageChance, drop) i...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Tempoross experience calculator (Created page with "local p = {} local paramTest = require('Module:Paramtest') local scp = require('Module:SCP')._main function p._main(args) local fishingLevel = paramTest.default_to(tonumber(args.fishingLevel), 35) local base_xp = 450 local base_level = 35 if (fishingLevel > 69) then base_xp = 890 base_level = 70 end local modifier, _ = math.modf(base_xp + (1000 - base_xp) * (fishingLevel - base_level) / (99 - base_level)) local fishingExperience, fishingExperienceDec =...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Table list/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Table list (Created page with "-- <pre> local p = {} local alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0' function p.main(frame) return p._main(frame:getParent().args) end function p._main(args) local columns = tonumber(args.columns) or 4 local header = args.header or '' local links = string.lower(args.links or '') local alphabeticalheaders = string.lower(args.alphaheader or '') if alphabeticalheaders == 'yes' then alphabeticalheaders = true else alphabeticalheaders = false end local entrie...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Tabber/doc (Created page with "{{Documentation}} {{Helper module |name = Tabber |fname1 = tabber({<br/>{"tab 1 label", "tab 1 content"},<br/>{"tab 2 label", "tab 2 content"},<br/>{"etc", "..."},<br/>}) |ftype1 = Table, Boolean |fuse1 = Returns a preprocessed string of a <code><tabber></code> containing each of the specified tabs.<br/>If preprocess is explicitly set to <code>false</code> the tabber will not be processed and instead return a mw:Extension:Scribunto/Lua reference manual#HTML libr...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sandbox/User:Riblet15/Tabber (Created page with "local p = {} -- Access point for other modules -- argument format: {{"tab 1 label", "tab 1 content"}, {"tab 2 label", "tab 2 content"}, {"etc", "..."}} function p.tabber(tabs) preprocess = preprocess == nil and true or preprocess -- if no preprocess defined, set to true local tabber = "" for i, tab in ipairs(tabs) do if i > 1 then tabber = tabber .. "|-|" end tabber = tabber .. mw.text.trim(tab[1]) .. '=' .. tab[2] end return mw.getCurrentFrame():callParse...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Exchange/Tai bwo wannai teleport (Created page with "-- <nowiki> -- Template:T -- local p = {} function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) local link = args[1] local uri local targs = {} local ns local i = 1 -- strip transclusion modifiers (mw:Help:Magic words#Transclusion modifiers) link = link :gsub('safesubst:', '') :gsub('subst:', '') :gsub('int:', '') :gsub('msg:', '')...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Switchfobox multi/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Switchfobox multi (Created page with "local p = {} local _defaults = function(s,d) if not s or not s:find('%S') then return d else return s end end function p.make_boxes(args,infobox_params,infobox_name) local all_args = {} all_args.universal = {} local max_i = 1 for i=1,20 do if not args['version'..i] then break else all_args['item_s_'..i] = { version_name = args['version'..i] } max_i = i end end all_args.max_value_i = max_i local chatheads = {} for _, v in ipairs(infobox_params) do...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Swimming calculator/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Swimming calculator (Created page with "local p = {} local levelAtXp = require('Module:Experience').level_at_xp_unr local xpAtLevel = require('Module:Experience').xp_at_level_unr function p.main(frame) local args = frame:getParent().args thievingXP = tonumber(args.thievingXP) thievingLvl = tonumber(args.thievingLvl) thievingType = args.thievingType agilityXP = tonumber(args.agilityXP) agilityLvl =tonumber(args.agilityLvl) agilityType = args.agilityType tearsHr = tonumber(args.Tears) goalTog...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Supercompost profit calculator (Created page with "local Coins = require( 'Module:Coins' ) local gePrice = require('Module:Exchange')._price local p = {} local bin = 15 local bigBin = 30 function p.invoke_main( frame ) return p.main(frame:getParent().args.ingredient, frame:getParent().args.cocomilk_offset, frame:getParent().args.bucket_offset, frame:getParent().args.grimy_herbs) end function p.main( item, cocomilk, bucket, grimy ) --List of herbs-- local herbs = { "Avantoe", "Cadantine", "Dwarf weed", "Kwuarm", "...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Subobjecthelper/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Subobjecthelper (Created page with "local p = {} function p.main(frame) local args = frame.args local subobj = {} for k,v in pairs(args) do if not (k == 'splitpoint' or k == 'subobjectname') then v = v:gsub('[\r\n]', '') subobj[k] = mw.text.split(v, args.splitpoint or '&split&') end end if args.subobjectname then mw.smw.subobject(subobj, args.subobjectname) else mw.smw.subobject(subobj) end end return p")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sandbox/User:Kelsey/StoreTableHead (Created page with "local p = {} local params = require('Module:Paramtest') local yesno = require('Module:Yesno') local var = mw.ext.VariablesLua function p.main(frame) local args = frame:getParent().args local buymultiplier,sellmultiplier,currency,namenotes,delta,smw,hideimage,hidege,hidebuy,hidesell,hidestock,hiderestock,hidecaption,shopversion,membersOverride,locationOverride = params.defaults{ {args.buymultiplier,1000}, {args.sellmultipl...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sandbox/User:Kelsey/StoreLine (Created page with "local p = {} local lang = mw.language.getContentLanguage() local var = mw.ext.VariablesLua local params = require('Module:Paramtest') local yesno = require('Module:Yesno') local currency_image = require("Module:Currency Image") local commas = require("Module:Addcommas") local exchange = require('Module:Exchange') local find_gevalue = exchange._value local find_geprice = exchange._price local geprices_data = mw.loadJsonData('Module:GEPrices/data.json') local var = mw.ex...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sandbox/User:PeaceBear0/Store locations list (Created page with "-- <pre> local p = {} local commas = require("Module:Addcommas")._add local params = require('Module:Paramtest') local yesNo = require("Module:Yesno") local currencyImage = require("Module:Currency Image") local purge = require("Module:Purge")._purge local p2pIcon = 'link=Members|alt=Members' local f2pIcon = 'link=Free-to-play|alt=Free-to-play' function p.main(frame) return p._main(frame:getParent().args) end...")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sprintf/doc (Created page with "{{No documentation}}")
  • 01:13, 17 October 2024 Alex talk contribs created page Module:Sprintf (Created page with "local p = {} function p.main(frame) return p._main(frame:getParent().args) end function p._main(args) local _args = {} for i,v in ipairs(args) do table.insert(_args, v) end return string.format(unpack(_args)) end function p.expr(frame) return p._expr(frame:getParent().args) end function p._expr(args) return string.format(args[1], mw.ext.ParserFunctions.expr(args[2])) end return p")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)