All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NationStates Sports Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:29, 13 July 2026 Choppyhausen talk contribs created page Module:Sports table/Chess (Created page with "-- Style for chess tables local pp = {} function pp.preprocess(Args,N_teams,prefix,drawfractions) local legs = 1 for ii=1,N_teams do local ti = Args['team' .. ii] Args[prefix..'win_'..ti] = 0 Args[prefix..'draw_'..ti] = 0 Args[prefix..'loss_'..ti] = 0 local matchrow_str = Args[prefix..'matchrow_' .. ti] or '' for jj=1,N_teams do local tj = Args['team' .. jj] if ii ~= jj then if matchrow_str ~= '' then Args[prefix..'match_' .. ti .. '_' .. t...")