Module:Songs: Difference between revisions

Jump to navigation Jump to search
4 bytes removed ,  Thursday at 00:59
m
no edit summary
mNo edit summary
mNo edit summary
Line 79: Line 79:


if type ~= nil then
if type ~= nil then
table.insert(rows, { song = row.song_title, album = row.album, type = row.type })
table.insert(rows, { song = row.song_title, album = row.album, type = type })
rowspans[row.song_title] = (rowspans[row.song_title] or 0) + 1
rowspans[row.song_title] = (rowspans[row.song_title] or 0) + 1
end
end

Navigation menu