Module:Songs: Difference between revisions

Jump to navigation Jump to search
No change in size ,  Thursday at 01:31
m
no edit summary
No edit summary
mNo edit summary
Line 94: Line 94:
local head = table.remove(rows, 1)
local head = table.remove(rows, 1)
text = text ..
text = text ..
string.format('|-\n| rowspan=%d|[[%s|%s]] || [[%s]] || %s\n', rowspan, song, pageNames[song], head.album, head.type)
string.format('|-\n| rowspan=%d|[[%s|%s]] || [[%s]] || %s\n', rowspan, pageNames[song], song, head.album, head.type)
for _, row in ipairs(rows) do
for _, row in ipairs(rows) do
text = text ..
text = text ..

Navigation menu