Editing Module:Item NavboxGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 181: | Line 181: | ||
for _, cat in ipairs(categories) do | for _, cat in ipairs(categories) do | ||
table.insert(html, '\n<div class="itemnav-type-header">\'\'\'' .. cat.header .. '\'\'\'</div>\n') | table.insert(html, '\n<div class="mw-collapsible" style="width: 100%;">\n') | ||
table.insert(html, '<div class="itemnav-type-container">\n') | table.insert(html, '<div class="itemnav-type-header">\'\'\'' .. cat.header .. '\'\'\'</div>\n') | ||
table.insert(html, '<div class="itemnav-type-container mw-collapsible-content">\n') | |||
for _, tier in ipairs(tiers) do | for _, tier in ipairs(tiers) do | ||
| Line 242: | Line 243: | ||
table.insert(html, '\n</div>\n') | table.insert(html, '\n</div>\n') | ||
table.insert(html, '</div>\n') | |||
end | end | ||