Content deleted Content added
spacing |
per request on talk page |
||
Line 569:
end
if class_rules and full_table and show_class_rules then
if (#t_footer > 0) then table.insert(t_footer,'<br>
table.insert('Rules for classification: '..class_rules)
end
Line 590 ⟶ 591:
end
end
-- Now
if status_exist then
if (#t_footer > 0) then table.insert(t_footer,'<br>') end
status_string =
table.insert(t_footer,status_string)
end
Line 598 ⟶ 600:
-- Add notes (if applicable)
if notes_exist then
if (#t_footer > 0) then table.insert(t_footer,'<br>
table.insert(t_footer,'Notes:')
-- As reflist size text
t_footer = '<div class="sports-table-notes">'..table.concat(t_footer)..'</div>'
|