Module:Sports table/Chess: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 July 2026

  • curprev 15:2915:29, 13 July 2026Choppyhausen talk contribs 13,351 bytes +13,351 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..."