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).
- 00:49, 16 October 2024 Alex talk contribs created page Module:Rsday (Created page with "local p = {} local hc = require('Module:Paramtest').has_content local yn = require('Module:Yesno') function p.main(frame) local args = frame:getParent().args local lang = mw.getContentLanguage() local z,l if hc(args[1]) then z = lang:formatDate('z', args[1]) l = lang:formatDate('L', args[1]) else z = lang:formatDate('z') l = lang:formatDate('L') end local rs = p._main(z, l) if yn(args.nolink, false) then return rs else return string.format('[...")