Content deleted Content added
No edit summary |
Changed: – → – for home & road records to prevent line breaks |
||
Line 125:
row:tag('td'):wikitext(gbformat(hw, hl, rw, rl, dlhw, dlhl, dlrw, dlrl))
-- home record
row:tag('td'):wikitext(hw .. '
-- road record
row:tag('td'):wikitext(rw .. '
-- div record
row:tag('td'):wikitext(divrecord)
|