Module:Music map: Difference between revisions

no edit summary
(Created page with "local var = mw.ext.VariablesLua local p = {} -- Property:Name for Map: mw.pages that should be in/excluded in the smw='hist' map. -- By default, excluded are all Map: mw.pages with multiple music tracks, -- and included are all Map: mw.pages with a single music track. local include_historic = { ['Prifddinas'] = true, } local exclude_historic = { ['Alone'] = true, } -- Convert a link to a "Play track" link -- Use text='%1' to use the music file's filename without the...")
 
No edit summary
 
Line 3:
local p = {}
 
-- Property:Name for Map: mw.pages that should be in/excluded in the smw='hist' map.
-- By default, excluded are all Map: mw.pages with multiple music tracks,
-- and included are all Map: mw.pages with a single music track.
local include_historic = {
['Prifddinas'] = true,