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).
- 17:55, 12 October 2024 Eq talk contribs created page Module:Infobox Armour Group (Created page with "-- Module for Template:Infobox Armour Group local p = {} local infobox = require('Module:Infobox') -- Main function called with invokes function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', func = 'name' }, { name = 'images', func = 'has_content' }, { name = 'slot', func = 'has_content' }, { name = 'type', func = 'has_content' }, } ret:defineLinks({ hide = true }) ret:create()...")