6,834
edits
No edit summary |
No edit summary |
||
Line 871: | Line 871: | ||
types[i] = p.loadTemplate(frame, 'Side', {[getTypeSide(type)]='1'}).." "..type | types[i] = p.loadTemplate(frame, 'Side', {[getTypeSide(type)]='1'}).." "..type | ||
end | end | ||
table.insert(out, "<div style='margin-top: 20px;'>". | table.insert(out, "<div style='margin-top: 20px;'></div>") | ||
table.insert(out, table.concat(types, "").."") | |||
local parts = p.split(p.getDisplayedName(frame), ".") | local parts = p.split(p.getDisplayedName(frame), ".") |
edits