Module:Songs: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo 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.album ASC, Album_Songs.song_page ASC"
orderBy = "Album_Songs.song_title ASC, Album_Songs.album ASC"
}
}
local fields = { 'song_page', 'song_title', 'album', 'type', 'singers' }
local fields = { 'song_page', 'song_title', 'album', 'type', 'singers' }

Navigation menu