All public logs

Jump to navigation Jump to search

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

Logs
  • 19:34, 8 April 2024 A.R.M talk contribs created page Module:Sports career (Created page with "local p = {} local function isnotempty(s) return s and s:match('%S') end function p.main(frame) local player = {} local coach = {} local pargs = frame:getParent().args local tracking = '' local iargs = {} local pmax = tonumber(frame.args['pmax'] or '40') or 40 local cmax = tonumber(frame.args['cmax'] or '30') or 30 for k,v in pairs(pargs) do if type(k) == 'string' and isnotempty(v) then if k:match('^team%d+$') then local num = mw.ustring.gsub(k,'^team...")