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( | table.insert(out, table.concat(types, "<br>")) | ||
local parts = p.split(p.getDisplayedName(frame), ".") | local parts = p.split(p.getDisplayedName(frame), ".") | ||
Line 885: | Line 885: | ||
end | end | ||
if #rows > 0 then | if #rows > 0 then | ||
table.insert( | table.insert(out, "<div style='margin-top: 20px'>"..p.table(false, rows, { 80, 400 }, false).."</div>") | ||
end | end | ||
end | end |
edits