Module:ItemTables: Difference between revisionsGive feedback
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) | 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, ", ") | ||