Module:Inventory slot/Aliases/Table: Difference between revisions

m Majr moved page Module:Grid/Aliases/table to Module:Grid/Aliases/Table without leaving a redirect: Would it kill you to be consistent?
No edit summary
Line 28: Line 28:
end
end
table.insert( tableRows, '|' .. key .. '||' .. table.concat( displayCell ) )
table.insert( tableRows, '|<code>' .. key .. '</code>||' .. table.concat( displayCell ) )
end
end
table.insert( tableRows, '|}' )
table.insert( tableRows, '|}' )