Module:MusicList: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1200:12, 17 October 2024Alex talk contribs 868 bytes +868 Created page with "-- <nowiki> local p = {} function p.main(frame) local args = frame:getParent().args local i = 1 local ret = mw.html.create('table') ret:addClass('wikitable sortable') :tag('tr') :tag('th'):wikitext('Name'):done() :tag('th'):wikitext('Unlock details'):addClass('unsortable'):done() :tag('th'):wikitext('Music track'):addClass('unsortable'):done() :done() while args[i] ~= nil do local name = args[i] local unlock = args[i + 1] local namef = name l..."