Module:Sports table: Difference between revisions

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>Rules for classification: '..class_rules) end
table.insert('Rules for classification: '..class_rules)
end
Line 590 ⟶ 591:
end
end
-- Now end it with a point instead (if it contains entries the '; ' needs to be removed)
if status_exist then
if (#t_footer > 0) then table.insert(t_footer,'<br>') end
status_string = '<br>'..mw.ustring.sub(status_string,1,mw.ustring.len(status_string)-2)..'.'
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>Notes:') end
table.insert(t_footer,'Notes:')
-- As reflist size text
t_footer = '<div class="sports-table-notes">'..table.concat(t_footer)..'</div>'