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
  • 00: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...")