Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
m Removed test data
Line 485: Line 485:
-- New "main" function
-- New "main" function
function p._infobox_mos(tuning, other_names)
function p._infobox_mos(tuning, other_names)
local tuning = tuning or "5L 7s"
local tuning = tuning or "5L 2s"
local other_names = other_names or "p-chromatic"
local other_names = other_names or ""
local tuning_parsed = mos.parse(tuning)
local tuning_parsed = mos.parse(tuning)