Module:Setlist: Difference between revisions

Created page with "local cfg = mw.loadData('Module:Setlist/configuration') -------------------------------------------------------------------------------- -- Song class -------------------------------------------------------------------------------- local Song = {} Song.__index = Song Song.fields = cfg.song_field_names Song.cellMethods = { number = 'makeNumberCell', song = 'makeSongCell', placeholder = 'makePlaceholderCell', } function Song.new(data) local self = setmetatable({},..."
(Created page with "local cfg = mw.loadData('Module:Setlist/configuration') -------------------------------------------------------------------------------- -- Song class -------------------------------------------------------------------------------- local Song = {} Song.__index = Song Song.fields = cfg.song_field_names Song.cellMethods = { number = 'makeNumberCell', song = 'makeSongCell', placeholder = 'makePlaceholderCell', } function Song.new(data) local self = setmetatable({},...")
(No difference)