Module:Songs: Difference between revisions

Jump to navigation Jump to search
5 bytes added ,  Yesterday at 00:59
m
no edit summary
mNo edit summary
mNo edit summary
 
Line 14: Line 14:
'Albums._pageTitle=album_page',
'Albums._pageTitle=album_page',
'Album_Songs.singers=singers',
'Album_Songs.singers=singers',
'Album_Songs.type'
'Album_Songs.type=type'
}
}
local events = cargo.query('Albums, Album_Songs',
local albums = cargo.query('Albums, Album_Songs',
table.concat(fields, ','), query)
table.concat(fields, ','), query)


local text = ''
local text = ''
for _, ev in ipairs(events) do
for _, ev in ipairs(albums) do
if ev.type ~= 'offvocal' and ev.type ~= 'shortver' then
if ev.type ~= 'offvocal' and ev.type ~= 'shortver' then
text = text .. frame:expandTemplate {
text = text .. frame:expandTemplate {

Navigation menu