Module:ItemTables: Difference between revisions

Jump to navigation Jump to search
expand into template
remove debugging
Line 144: Line 144:
end
end
--createTable:node(createTableRow)
--createTable:node(createTableRow)
return tostring(createTable), listofItems
return tostring(createTable)
--return listofItems -- this is just a string
--return listofItems -- this is just a string list, same thing as createTable. delete this when line when finished
--return table.concat(TableValues, ", ")
--return table.concat(TableValues, ", ")