Module:Songs: Difference between revisions

Jump to navigation Jump to search
23 bytes added ,  Thursday at 01:28
m
no edit summary
No edit summary
mNo edit summary
Line 59: Line 59:
limit = '1000',
limit = '1000',
where = 'Album_Songs.singers HOLDS "' .. escaped .. '"',
where = 'Album_Songs.singers HOLDS "' .. escaped .. '"',
orderBy = "Album_Songs.song_page ASC"
orderBy = "Album_Songs.song_page ASC, Album_Songs.album ASC"
}
}
local fields = { 'song_page', 'album', 'type', 'singers' }
local fields = { 'song_page', 'album', 'type', 'singers' }

Navigation menu