Module:Infobox MOS: Difference between revisions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
local tuning = frame.args['tuning'] | local tuning = frame.args['tuning'] | ||
local mos = MOS.parse(tuning) or MOS.parse('5L 2s') | local mos = MOS.parse(tuning) or MOS.parse('5L 2s') | ||
assert(mos) | assert(mos, "failed to parse variable mos") | ||
-- category of the main article | -- category of the main article | ||
categories = categories .. '[[Category:' .. tuning .. '| ]]' | categories = categories .. '[[Category:' .. tuning .. '| ]]' | ||