Module:Songs: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 June 2024

17 April 2024

  • curprev 00:5500:55, 17 April 2024Snep talk contribs 1,144 bytes +587 No edit summary
  • curprev 00:5100:51, 17 April 2024Snep talk contribsm 557 bytes −3 No edit summary
  • curprev 00:3700:37, 17 April 2024Snep talk contribs 560 bytes +560 Created page with "local p = {} local cargo = mw.ext.cargo function p.events(frame) local songName = frame.args[1] if not songName then return end local escaped = string.gsub(songName, "'", "\'") local query = { where = "song_page='" .. escaped .. "'", } local fields = {'event_page', 'leg_name', 'day', 'cast'} local events = cargo.query('Setlist_Songs', table.concat(fields, ','), query) local text = '' for _, ev in ipairs(events) do text = text .. frame:expandTemplate{..."