Anonymous

Module:Figurines: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
no edit summary
No edit summary
No edit summary
Line 63: Line 63:
sortValue = figurine.name,
sortValue = figurine.name,
content = figurine.figurine,
content = figurine.figurine,
class = "data-table__cell",
})
})
if args.game == "TMC" then
if args.game == "TMC" then
table.insert(row.cells, {
table.insert(row.cells, {
content = figurine.number
content = figurine.number,
class = "data-table__cell"
})
})
end
end
table.insert(row.cells, {
table.insert(row.cells, {
content = mw.text.killMarkers(figurine.description)
content = mw.text.killMarkers(figurine.description),
class = "data-table__cell",
})
})
table.insert(dataRows, row)
table.insert(dataRows, row)