Module:Item Navbox: Difference between revisionsGive feedback
No edit summary |
Proper class name |
||
| Line 121: | Line 121: | ||
local items_wikitext = get_item_icons(cat.slot, tier.min, tier.max, nil) | local items_wikitext = get_item_icons(cat.slot, tier.min, tier.max, nil) | ||
table.insert(html, '\n<div class=" | table.insert(html, '\n<div class="itemnav-tier-row">\n') | ||
table.insert(html, '<div class="' .. css_class .. '">' .. tier.label .. '</div><!--\n') | table.insert(html, '<div class="' .. css_class .. '">' .. tier.label .. '</div><!--\n') | ||
table.insert(html, '--><div class="itemnav-cost-type-container">' .. items_wikitext .. '</div>\n') | table.insert(html, '--><div class="itemnav-cost-type-container">' .. items_wikitext .. '</div>\n') | ||