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:22, 16 October 2024 Alex talk contribs created page Module:NPCQuery (Created page with "-- <pre> --local p = {} --local yesno = require('Module:Yesno') --local params = require('Module:Paramtest') --local commas = require('Module:Addcommas') --function p.main(frame) -- local args = frame:getParent().args -- -- Params and defaults -- local name = params.default_to(args.Monster,'monster') -- -- -- Table row -- --return name -- --return name1 .. ' : ' .. name2 .. ' : ' .. '\n' -- return p._main(name) --end local NPCs = {} function NPCs.NPCisMember(name)...")