Module:Songs: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 9: Line 9:
join = "Album_Songs.album=Albums.title",
join = "Album_Songs.album=Albums.title",
where = "Album_Songs.song_page='" .. escaped .. "'",
where = "Album_Songs.song_page='" .. escaped .. "'",
groupBy = "Albums.title"
groupBy = "Albums.title",
orderBy = "Albums.release_date ASC"
}
}
local fields = {
local fields = {
Line 35: Line 36:
join = "Setlist_Event._pageID=Setlist_Songs._pageID",
join = "Setlist_Event._pageID=Setlist_Songs._pageID",
where = "song_page='" .. escaped .. "'",
where = "song_page='" .. escaped .. "'",
orderBy = "event_order ASC, leg_order ASC, day ASC",
}
}
local fields = {'event_page', 'leg_name', 'day', 'cast'}
local fields = {'event_page', 'leg_name', 'day', 'cast'}

Navigation menu