Module:Abilities/details table: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m Check for empty str return to assign fallback |
mNo edit summary |
||
| Line 85: | Line 85: | ||
end | end | ||
end | end | ||
rows = rows .. string.format("\n!rowspan=%s style=\"background-color: #121212; color: #FFEFD7; text-align: center\" | [[File:Ability_point_unlock_icon.png|20px|link=Ability_Point]] '''%s'''\n", num_of_attrs, UPGRADE_COST_MAP[i]) | rows = rows .. string.format("\n!rowspan=%s style=\"background-color: #121212; color: #FFEFD7; text-align: center; text-wrap: nowrap;\" | [[File:Ability_point_unlock_icon.png|20px|link=Ability_Point]] '''%s'''\n", num_of_attrs, UPGRADE_COST_MAP[i]) | ||
rows = rows .. data_rows | rows = rows .. data_rows | ||
end | end | ||