All public logs

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