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).
- 00:12, 17 October 2024 Alex talk contribs created page Module:OccDur (Created page with "local p = {} function p.invoke_main(frame) local args = frame:getParent().args return p.main(args) end function p.main(args) if args[1] == nil then return '<div class="noprint seealso">No argument has been specified for Template:OccDur.</div>' end local MAX_PARAMS = 7 local text = '<div class="noprint seealso">The following takes place during ' for i,v in ipairs(args) do if ( i > MAX_PARAMS ) then break end local link = '' .. v .. '' -- if t...")