Module:Infobox MOS: Difference between revisions
mNo edit summary |
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 | local tuning = tuning or "5L 2s" | ||
local other_names = other_names or " | local other_names = other_names or "" | ||
local tuning_parsed = mos.parse(tuning) | local tuning_parsed = mos.parse(tuning) | ||