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:12, 17 October 2024 Alex talk contribs created page Module:Multi/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page 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>")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Multi Infobox/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page 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...")
  • 01:12, 17 October 2024 Alex talk contribs created page 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...")
  • 01:12, 17 October 2024 Alex talk contribs created page 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:12, 17 October 2024 Alex talk contribs created page 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)...")
  • 01:12, 17 October 2024 Alex talk contribs created page 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 =...")
  • 01:12, 17 October 2024 Alex talk contribs created page 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. }}")
  • 01:12, 17 October 2024 Alex talk contribs created page 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>")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Master farmer special seed calculator/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page 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 =...")
  • 01:12, 17 October 2024 Alex talk contribs created page 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' }...")
  • 01:12, 17 October 2024 Alex talk contribs created page 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...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Exchange/Maple bird house (Created page with "local hc = require('Module:Paramtest').has_content -- Package local p = {} -- Feature functions local feat = {} local zoomRatios = { { 3, 8 }, { 2, 4 }, { 1, 2 }, { 0, 1 }, { -1, 1/2 }, { -2, 1/4 }, { -3, 1/8 } } -- Default arg values local defaults = { -- Map options type = 'mapframe', width = 300, height = 300, zoom = 2, mapID = 0, -- RuneScape surface x = 3233, -- Lumbridge lodestone y = 3222, plane = 0, align = 'center', -- Feat...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Main article/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Magic damage calculator/data (Created page with "return { ["Wind Strike"] = { {'1-4', 2}, {'5-8', 4}, {'9-12', 6}, {'13+', 8} }, ["Water Strike"] = { {'5-8', 4}, {'9-12', 6}, {'13+', 8} }, ["Earth Strike"] = { {'9-12', 6}, {'13+', 8} }, ["Fire Strike"] = { {'13', 8} }, ["Wind Bolt"] = { {'17-22', 9}, {'23-28', 10}, {'29-34', 11}, {'35+', 12} }, ["Water Bolt"] = { {'23-28', 10}, {'29-34', 11}, {'35+', 12} }, ["Earth Bolt"] = { {'29-34', 11}, {'35+', 12} },...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Magic damage calculator (Created page with "local p = {} -- For rendering the tables local yesno = require('Module:Yesno') local skillpic = require('Module:SCP')._main local SPELL_TABLE = require('Module:Magic damage calculator/data') local PRAYER_MODIFIER = { 0, 0.01, 0.02, 0.04, } function p.main(frame) -- Parse the args local args = frame.args local selectedSpell = string.gsub(args.spell, "'", "'") local selectedSpellData = SPELL_TABLE[selectedSpell] local selectedWeapon = string.gsub(args.wea...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:LocLine/Sandbox (Created page with "local p = {} local editBtn = '<small>' .. require('Module:Edit button')() .. '</small>' local yesno = require('Module:Yesno') local isEmpty = require('Module:Paramtest').is_empty local hc = require('Module:Paramtest').has_content local buildMap = require('Module:Map/Sandbox').buildMap local membscol = { [true] = 'link=Members', [false] = 'link=Free-to-play', } function p.main(frame) local args = frame:getParen...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:LeagueBoostedDrop/Sandbox (Created page with "local p = {}; local lang = mw.language.getContentLanguage() local rarity_class = { { 1, 'table-bg-blue' }, { 1/25, 'table-bg-green' }, { 1/99.99, 'table-bg-yellow' }, { 1/999.99, 'table-bg-orange' }, { 1/9999999, 'table-bg-red' } } function get_rarity_class(val) for i,v in ipairs(rarity_class) do curr = v if val >= v[1] then break end end return curr[2] end function sigfig(n, f) f = math.floor(f-1) if n == 0 then return 0 end local m = math.floor(m...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:LeagueBoostedDrop/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:LeagueBoostedDrop (Created page with "local p = {}; local lang = mw.language.getContentLanguage() local rarity_class = { { 1, 'table-bg-blue' }, { 1/25, 'table-bg-green' }, { 1/99.99, 'table-bg-yellow' }, { 1/999.99, 'table-bg-orange' }, { 1/9999999, 'table-bg-red' } } function get_rarity_class(val) for i,v in ipairs(rarity_class) do curr = v if val >= v[1] then break end end return curr[2] end function sigfig(n, f) f = math.floor(f-1) if n == 0 then return 0 end local m = math.floor(m...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Lava shard chart (Created page with "local chart = require( 'Module:Chart data' ) local p = {} function interp(low, high, level) local value = math.floor(low*(99-level)/98 + high*(level-1)/98 + 0.5) + 1 return math.min(math.max(value / 256, 0), 1) end function p._calculateDataSets(args) local dataSets = {} local data = {} local dataBoost = {} local shards3, shards4, shards5, shards6 local roll1, roll2, roll3 for x = 1, 99 do roll1 = interp(101, 301, x) roll2 = interp(58, 251, x) roll3 =...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:LastPricesFSW/data (Created page with "return { ["%LAST_UPDATE%"] = 1681896865, ["%LAST_UPDATE_F%"] = "19 April 2023 09:34:25 (UTC)", ["3rd age amulet"] = 8400000, ["3rd age axe"] = 300000000, ["3rd age bow"] = 140000000, ["3rd age cloak"] = 600000000, ["3rd age druidic cloak"] = 150000000, ["3rd age druidic robe bottoms"] = 150000000, ["3rd age druidic robe top"] = 150000000, ["3rd age druidic staff"] = 150000000, ["3rd age full helmet"] = 17200000, ["3rd age k...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Key press/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Key press (Created page with "-- <pre> local p = {} function p.main(frame) local args = frame:getParent().args local ret = mw.html.create('span') :css('white-space','nowrap') local sep = args.sep or '+' local keys = {} local tblsize = 0 for i, v in ipairs(args) do tblsize = i table.insert(keys,v) end for i, v in ipairs(keys) do ret :tag('kbd') :addClass('keypress') :wikitext(v) :done() if i < tblsize then ret:wikitext(sep) end end return tostring(ret) end...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Item interaction (Created page with "local p = {} function p.main(frame) local args = frame.args local itemName = args.item or '' local image = string.format('link=%s', itemName, itemName) local description = args.desc or '' return tostring(p.row(itemName, image, description)) end function p.row(name, image, description) return mw.html.create('tr') :css('text-align','center') :tag('td') :addClass('inventory-image') :wikitext(image) :done() :tag...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:IPAc-en/pronunciation/doc (Created page with "{{Documentation}} This module houses {{T|IPAc-en}}'s pronunciation labels. {{Wikipedia|Module:IPAc-en/pronunciation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:IPAc-en/pronunciation (Created page with "-- This module contains pronunciation-key data for Module:IPAc-en. return { { code = 'lang', text = 'English:' }, { code = 'pron', text = '' }, { code = 'local', text = 'locally' }, { code = 'ipa', text = 'IPA:' }, { code = 'also', text = 'also' }, { code = 'uk', text = 'UK:' }, { code = 'us', text = 'US:' }, { code...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:IPAc-en/phonemes/doc (Created page with "{{Documentation}} This module houses {{T|IPAc-en}}'s diaphoneme symbols and their corresponding shortcuts and tooltips. {{Wikipedia|Module:IPAc-en/phonemes}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:IPAc-en/phonemes (Created page with "-- This module contains phoneme data for Module:IPAc-en. return { -- CONSONANTS { code = "b", label = "b", tooltip = "'b' in 'buy'", }, { code = "d", label = "d", tooltip = "'d' in 'dye'", }, { code = "dj", aliases = {"dy", "dʲ"}, label = "dj", tooltip = "/dj/: 'd' in 'dew'", }, { code = "dʒ", aliases = {"dZ", "ʤ"}, label = "dʒ", tooltip = "/dʒ/: 'j' in 'jam'", }, { code = "ð", aliases = {"D"}, label = "ð", toolti...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:IPAc-en/doc (Created page with "{{Documentation}} This module implements {{T|IPAc-en}}. Please see the template page for documentation. To edit the diaphoneme data, go to Module:IPAc-en/phonemes, and to edit the pronunciation data go to Module:IPAc-en/pronunciation. This module also uses a data-formatting module at Module:IPAc-en/data. {{Wikipedia|Module:IPAc-en}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:IPAc-en/data (Created page with "-- This module processes data for Module:IPAc-en. It is intended to be -- loaded with mw.loadData. local PRONUNCIATION_MODULE = 'Module:IPAc-en/pronunciation' local PHONEME_MODULE = 'Module:IPAc-en/phonemes' local function makeData(oldData) local newData = {} for i, old in ipairs(oldData) do local new = {} for k, v in pairs(old) do if k ~= 'aliases' and k ~= 'code' then new[k] = v end end newData[old.code] = new if old.aliases then for i, a...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:IPAc-en (Created page with "-- This module implements Template:IPAc-en. local data = mw.loadData('Module:IPAc-en/data') local p = {} -- Global container for tracking categories -- local categoryHandler = require('Module:Category handler').main -- local categories = {} -- Trims whitespace from a string local function trim(s) return s:match('^%s*(.-)%s*$') end local function makeNowrapSpan(s) local span = mw.html.create('span') :addClass('rt-commentedText') -- Works with [[MediaWiki:Gadge...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox/sandbox (Created page with "--[=[ -- For documentation, see Module:Infobox/doc --]=] -- <nowiki> local Infobox = {} Infobox.__index = Infobox Infobox.__tostring = Infobox.tostring -- Edit button for unknown params local editbutton = require('Module:Edit button') local var = mw.ext.VariablesLua local edit = editbutton("'''?''' (edit)") -- Page title local pagename = mw.title.getCurrentTitle().fullText -- map of flags to html tags used by Infobox.addRow() -- let's only define it once, since :...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Weapon Group/doc (Created blank page)
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Weapon Group (Created page with "-- Module for Template:Weapon group local p = {} local infobox = require('Module:Infobox') -- Format attack speed function attackspeedarg(arg) if not infobox.isDefined(arg) then return nil end local lowarg = string.lower(arg) local numarg = tonumber(arg) if lowarg == 'no' or lowarg == 'n/a' then return 'N/A' elseif lowarg == 'varies' or lowarg == 'random' then return '<span title="Weapons in this group have a variable attack speed." style="cursor:he...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Var (Created page with "-------------------------- -- Module for Template:Infobox Var ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add local infobox = require('Module:Infobox') VariablesLua = mw.ext.VariablesLua local smwName = '' function p._main(args) local ret = infobox.new(args) ret:defineParams{ { name = 'type', func = 'has_content' }, { name = 'index', func = index_arg }, { name = 'name...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Slayer/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Slayer (Created page with "-------------------------- -- Module for Template:Infobox Slayer ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add local infobox = require('Module:Infobox') VariablesLua = mw.ext.VariablesLuas function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', func = 'name'}, { name = 'icon', func = 'has_content' },...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Room/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Room (Created page with "-------------------------- -- Module for Template:Infobox Room ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local infobox = require('Module:Infobox') local coins = require('Module:Coins')._amount function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', func = 'name' }, { name = 'image', func = 'image' }, { name = 'release', func = 'release' }, {...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Ranged Weapon Group/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Ranged Weapon Group (Created page with "-- Module for Template:Infobox Ranged Weapon Group local p = {} local infobox = require('Module:Infobox') -- Format attack speed function attackspeedarg(arg) if not infobox.isDefined(arg) then return nil end local lowarg = string.lower(arg) local numarg = tonumber(arg) if lowarg == 'no' or lowarg == 'n/a' then return 'N/A' elseif lowarg == 'varies' or lowarg == 'random' then return '<span title="Weapons in this group have a variable attack speed." s...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Monster/sandbox (Created page with "-------------------------- -- Module for Template:Infobox Monster ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add local infobox = require('Module:Infobox') local signed = require('Module:Format eq stat').signed local slayer_masters = { 'turael', 'spria', 'krystilia', 'mazchna', 'vannaka', 'chaeldar', 'konar', 'nieve', 'steve', 'duradel' } local attributes = { demon = '[[Demon (...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Monster/dpscalcbutton (Created page with "-------------------------- -- Module for Template:Infobox Monster ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add local infobox = require('Module:Infobox') local signed = require('Module:Format eq stat').signed local slayer_masters = { 'turael', 'spria', 'krystilia', 'mazchna', 'vannaka', 'chaeldar', 'konar', 'nieve', 'steve', 'duradel' } local attributes = { demon = '[[Demon (...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Location/doc (Created page with "{{No documentation}}")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Location (Created page with "-------------------------- -- Module for Template:Infobox Location ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local infobox = require('Module:Infobox') local type_categories = { ['agility course'] = 'Agility courses', building = 'Buildings', settlement = 'Settlements', dungeon = 'Dungeons', guild = 'Guilds', mine = 'Mines', river = 'Rivers', mountain = 'Mountains', volcano = 'Volcanoes', realm = 'Realms', isla...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Item/sandbox (Created page with "-------------------------- -- Module for Template:Infobox Item ------------------------ local p = {} local infobox = require('Module:Infobox') local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add local exchange = require('Module:Exchange') local chart = require('Module:ExchangeData')._chart VariablesLua = mw.ext.VariablesLua function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:...")
  • 01:12, 17 October 2024 Alex talk contribs created page Module:Infobox Custom/doc (Created page with "{{No documentation}}")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)