Module:Songs: Difference between revisions

Jump to navigation Jump to search
11 bytes added ,  Thursday at 00:57
m
no edit summary
No edit summary
mNo edit summary
Line 85: Line 85:


local text = '{| class="wikitable sortable mw-collapsible"\n! Song !! Album !! Type\n'
local text = '{| class="wikitable sortable mw-collapsible"\n! Song !! Album !! Type\n'
for row in rows do
for _, row in ipairs(rows) do
text = text ..
text = text ..
string.format('|-\n| rowspan=%d|[[%s]] || [[%s]] || %s\n', rowspans[row.song], row.song, row.album, row.type)
string.format('|-\n| rowspan=%d|[[%s]] || [[%s]] || %s\n', rowspans[row.song], row.song, row.album, row.type)

Navigation menu