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).
- 12:30, 15 October 2024 Alex talk contribs created page Module:Fairycode (Created page with "local p = {} -- {{Fairycode}} entrance function p.code(frame) local args = frame:getParent().args mw.logObject(args) local code = args[1] return p._code(code) end -- Module entrance function p._code(code) assert(code, 'No fairycode provided') local first = string.upper( string.sub(code, 1, 1) ) local second = string.upper( string.sub(code, 2, 2) ) local third = string.upper( string.sub(code, 3, 3) ) if first == '' or second == '' or third == '' then er...")