Module:HeroData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m finally a functioning version of all stats added |
m table content fitting corrected |
||
| Line 533: | Line 533: | ||
headers_str = "<tr>" .. headers_str .. "</tr>" | headers_str = "<tr>" .. headers_str .. "</tr>" | ||
local table_str = '<table class="wikitable sortable" style="table-layout: | local table_str = '<table class="wikitable sortable" style="table-layout: auto; width: 100%;">' .. headers_str .. body_str .. "</table>" | ||
local output_str = '<div style="overflow-x: auto; width: 100%;">' .. table_str .. '</div>' | local output_str = '<div style="overflow-x: auto; width: 100%;">' .. table_str .. '</div>' | ||
return output_str | return output_str | ||