27,464
edits
(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)
|