Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Heavenly Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:50, 3 May 2025 Medici talk contribs created page File:Modeled T1 Sword.png
- 22:50, 3 May 2025 Medici talk contribs uploaded File:Modeled T1 Sword.png
- 22:47, 3 May 2025 Medici talk contribs created page Template:Infobox Bonuses (Created page with "<includeonly>{{#invoke:Infobox Bonuses|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 22:47, 3 May 2025 Medici talk contribs created page Exalted Sword (t1) (Created page with "==Combat stats== {{Infobox Bonuses |astab = 0 |aslash = 0 |acrush = +135 |amagic = 0 |arange = 0 |dstab = 0 |dslash = 0 |dcrush = 0 |dmagic = 0 |drange = 0 |str = +147 |rstr = 0 |mdmg = 0 |prayer = 0 |slot = 2h |speed = 6 |attackrange = 1 |combatstyle = Blunt |image = 185px |altimage = 185px }}")
- 22:46, 3 May 2025 Medici talk contribs created page Module:Format eq stat (Created page with "local p = {} function p.signed(arg) local first_char = string.sub(arg, 1, 1) if first_char == '+' or first_char == '-' then return arg else return '+'..arg end end function p.main(frame) local args = frame:getParent().args local arg = args[1] or '' return p.signed(arg) end return p")
- 22:46, 3 May 2025 Medici talk contribs created page Module:Clean image2 (Created page with "-- Removes 'File:' prefix, just in case -- Replace {{!}} with | instead of preprocessing -- Turn into a nice wiki file link local p = {} local defaultMaxSize = { h = 300, w = 300 } p.main = function(frame) return p.clean(frame:getParent().args) end p.clean = function(args) local file = args.file if not file or (file and (file:lower() == 'no' or file == '')) then return nil end if not file:find('%[%[File:.-%]%]') then return nil end local fileRaw = file fil...")
- 22:46, 3 May 2025 Medici talk contribs created page Module:Infobox Bonuses (Created page with "-------------------------- -- Module for Template:Infobox Bonuses ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local infobox = require('Module:Infobox') local signed = require('Module:Format eq stat').signed local clean = require('Module:Clean image2').clean local slots = { head = 'Head slot items', weapon = 'Weapon slot items', body = 'Body slot items', legs = 'Legs slot items', shield = 'Shield slot items', cape =...")
- 22:29, 3 May 2025 Medici talk contribs deleted page Exalted Sword (content was: "{{Infobox Item |name = |image = |release = |update = |removal = (Optional) |removalupdate = (Optional) |aka = (Optional) |members = |quest = |tradeable = |bankable = (Optional) |stacksinbank = (Optional) |placeholder = (Optional) |equipable = |stackable = |noteable = (Optional) |edible = (Optional) |options = |wornoptions = (Optional) |destroy = |examine = |value = |...", and the only contributor was "Medici" (talk))
- 22:27, 3 May 2025 Medici talk contribs created page Module:TimeAgo (Created page with "-- <nowiki> -- -- Implements {{time ago}} -- local p = {} local yesno = require( 'Module:Yesno' ) -- assumes 31 days in a month (might need tweaking?) -- assumes 365.25 days in a year to account for leap years local convert = {60, 3600, 86400, 604800, 2678400, 31557600} -- used to convert units to magnitudes local magnitudes = { years = 6, months = 5, weeks = 4, days = 3, hours = 2, minutes = 1, seconds = 0 } -- units to append to time dif...")
- 22:27, 3 May 2025 Medici talk contribs created page Module:Coins (Created page with "-- <pre> -- Implements {{Coins}} -- Original source: http://runescape.wiki/w/Module:Coins?action=history local p = {} local function amount(a) -- convert used globals to locals where possible to improve performance local math = math local string = string local table = table local mw = mw local expr = mw.ext.ParserFunctions.expr local ret = {'<span class="coins inventory-image coins-', true, true, true, '</span>'} -- strip commas from input -- @example...")
- 22:26, 3 May 2025 Medici talk contribs created page Module:ChangePerDay (Created page with "-- <nowiki> -- -- Implements {{ChangePerDay}} -- local p = {} local round = require( 'Module:Number' )._round function p._change( args ) local lang = mw.language.getContentLanguage() local price = tonumber( args[1] ) or 1 local last = tonumber( args[2] ) or 1 local date = args[3] or 'January 1' local lastDate = args[4] or 'July 1' local diff = lang:formatDate( 'U', date ) - lang:formatDate( 'U', lastDate ) local ret diff = diff / 8640...")
- 22:26, 3 May 2025 Medici talk contribs created page Module:Exchange (Created page with "--[[ {{Helper module|name=Exchange |fname1=_price(arg) |ftype1=String |fuse1=Gets the current median price of item named arg |fname2=_value(arg) |ftype2=String |fuse2=Gets the value of item named arg }} --]] -- <nowiki> -- -- Implements various exchange templates -- See Individual method docs for more details -- -- See also: -- - Module:ExchangeData -- - Module:ExchangeDefault -- -- Original version: http://runescape.wiki/w/Module:Exchange local p = {} -- only...")
- 22:20, 3 May 2025 Medici talk contribs created page Exalted Sword (Created page with "{{Infobox Item |name = |image = |release = |update = |removal = (Optional) |removalupdate = (Optional) |aka = (Optional) |members = |quest = |tradeable = |bankable = (Optional) |stacksinbank = (Optional) |placeholder = (Optional) |equipable = |stackable = |noteable = (Optional) |edible = (Optional) |options = |wornoptions = (Optional) |destroy = |examine = |value = |alchable = (Optional) |weight = |respawn = (Optional) |exchange = (Optional) |gemwname = (Op...")
- 22:20, 3 May 2025 Medici talk contribs created page Module:Addcommas (Created page with "--[[ {{Helper module|name=Addcommas |fname1=_add(arg) |ftype1=Number |fuse1=Formats the number arg with commas |fname2=_strip(arg) |ftype2=Number |fuse2=Removes all commas from arg }} --]] -- <nowiki> -- -- Implements {{Addcommas}} -- local p = {} -- -- main function -- keep public so it can be used in other modules -- function p._add( arg ) local lang = mw.language.getContentLanguage() local z = tostring( arg ) local y = mw.text.split( z, '[%-–]' ) l...")
- 22:19, 3 May 2025 Medici talk contribs created page Template:Infobox Item (Created page with "{{#invoke:Infobox Item|main}}<noinclude>{{/doc}}</noinclude>")
- 22:18, 3 May 2025 Medici talk contribs created page Module:Infobox Item/doc (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 local tb = require('Module:Trailblazer Region') function p.main(frame) local args = frame:getParent().args local ret = infobox.new...")
- 22:17, 3 May 2025 Medici talk contribs created page Module:Infobox Item (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 local tb = require('Module:Trailblazer Region') function p.main(frame) local args = frame:getParent().args local ret = infobox.new...")
- 21:58, 3 May 2025 Medici talk contribs created page File:Level Tasks.png
- 21:58, 3 May 2025 Medici talk contribs uploaded File:Level Tasks.png
- 21:24, 3 May 2025 Medici talk contribs created page File:Starter Staff.png
- 21:24, 3 May 2025 Medici talk contribs uploaded File:Starter Staff.png
- 21:24, 3 May 2025 Medici talk contribs created page File:Starter Bow.png
- 21:24, 3 May 2025 Medici talk contribs uploaded File:Starter Bow.png
- 21:24, 3 May 2025 Medici talk contribs deleted page File:Starter Bow.png (content was: "", and the only contributor was "Medici" (talk))
- 21:23, 3 May 2025 Medici talk contribs created page File:Starter Bow.png
- 21:23, 3 May 2025 Medici talk contribs uploaded File:Starter Bow.png
- 21:22, 3 May 2025 Medici talk contribs created page File:Starter Sword.png
- 21:22, 3 May 2025 Medici talk contribs uploaded File:Starter Sword.png
- 21:18, 3 May 2025 Medici talk contribs created page File:Exalted Orb (t1).png
- 21:18, 3 May 2025 Medici talk contribs uploaded File:Exalted Orb (t1).png
- 21:16, 3 May 2025 Medici talk contribs created page File:Exalted staff icon.png
- 21:16, 3 May 2025 Medici talk contribs uploaded File:Exalted staff icon.png
- 21:16, 3 May 2025 Medici talk contribs created page File:Exalted bow icon.png
- 21:16, 3 May 2025 Medici talk contribs uploaded File:Exalted bow icon.png
- 21:12, 3 May 2025 Medici talk contribs created page File:Exalted sword icon.png
- 21:12, 3 May 2025 Medici talk contribs uploaded File:Exalted sword icon.png
- 21:01, 3 May 2025 Medici talk contribs created page Template:Plinkt (Created page with "<includeonly><!-- -->rowspan="{{{rowspan|1}}}" colspan="{{{colspan|1}}}" class="plinkt-image inventory-image" | [[File:{{{pic|{{{1}}}}}}.png|link={{{1}}}]] ||<!-- -->rowspan="{{{rowspan|1}}}" colspan="{{{colspan|1}}}" class="plinkt-link" | [[{{{1}}}|{{{txt|{{{1}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>")
- 19:48, 3 May 2025 Medici talk contribs created page Category:Locations (Created page with "==Global== *Rise of the Exalted Category:Locations")
- 19:48, 3 May 2025 Medici talk contribs created page Location (Created page with "==Global== *Rise of the Exalted Category:Locations")
- 19:48, 3 May 2025 Medici talk contribs deleted page Location (content was: "==Global== *Rise of the Exalted Category:Locations", and the only contributor was "Medici" (talk))
- 19:47, 3 May 2025 Medici talk contribs created page Location (Created page with "==Global== *Rise of the Exalted Category:Locations")
- 19:47, 3 May 2025 Medici talk contribs deleted page Location (content was: "#REDIRECT Locations", and the only contributor was "Medici" (talk))
- 19:47, 3 May 2025 Medici talk contribs deleted page Locations (content was: "==Global== *Rise of the Exalted Category:Locations", and the only contributor was "Medici" (talk))
- 19:47, 3 May 2025 Medici talk contribs moved page Location to Locations
- 19:46, 3 May 2025 Medici talk contribs created page Global (Created page with "==Global== *Rise of the Exalted Category:Locations")
- 19:44, 3 May 2025 Medici talk contribs created page Location (Created page with "==Asgarnia== *Air Altar *Asgarnian Ice Dungeon *Body Altar Category:Locations")
- 02:00, 3 May 2025 Medici talk contribs created page Template:Infobox Activity/doc (Created page with "{{Documentation}} ==Parameters== ===name=== Name of the activity. ===image=== An image of the activity. ===aka=== (Optional) Alternate names for the activity. ===release=== Release date of the activity. ===update=== Update post associated with the release date. ===type=== (Optional) The type of activity: Minigame, Distraction and Diversion, or Raid. Omit if activity does not fall into one of those groups. ===removal=== (Optional) Removal date of the activity. ===...")
- 01:57, 3 May 2025 Medici talk contribs created page Module:Map (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'...")
- 01:57, 3 May 2025 Medici talk contribs created page Template:Map (Created page with "<includeonly>{{#invoke:Map|map}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 01:54, 3 May 2025 Medici talk contribs created page Rise of the Exalted (Created page with "{{Infobox Activity |name = Rise of the Exalted |image = 250px |aka = Season 1, RoE |release = April, 28, 2025 |currency = {{plink|Season_Token}} |tutorial = (Optional) }}")