Module:ScriptItem: Difference between revisions

no edit summary
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.concat(types, "").."</div>")
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), ".")
6,833

edits