All public logs

Combined display of all available logs of Old School Near-Reality Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:47, 7 November 2022 Jacmob talk contribs created page Module:Transcript list (Created page with "-- <pre> local p = {} function p.main(frame) local args = frame:getParent().args -- return tag local ret = mw.html.create('div') :addClass('seealso') local params = {} local ttl = 0 -- noplayer local hasplayer = true -- collect and count arguments for _, v in ipairs(args) do if string.lower(v) == 'noplayer' then hasplayer = false elseif string.lower(v) ~= 'player' then ttl = ttl + 1 table.insert(params,v) end end -- increase count if pl...")