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({},...") |
m (Protected "Module:Setlist" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
(No difference)
| |