Module:Sports table/Badminton team: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 215:
if loss_first then
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..losses..'\n') -- Lost
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..draws..'\n') -- Drawn
else
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..draws..'\n') -- Drawn
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..losses..'\n') -- Lost
end
if not hide_for_against then
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..gformfor..'\n') -- GFMF
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..gaigmaig..'\n') -- GAMA
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..gcompmcomp..'\n') -- GoalMatch comparison
end