Module:MOS degrees: Difference between revisions
Adopt tamnams module for lookup (again) |
m Lookup functions use the mos data container thing itself, not its scalesig |
||
| Line 752: | Line 752: | ||
mos_prefix = "" | mos_prefix = "" | ||
elseif string.len(frame.args['MOS Prefix']) == 0 then | elseif string.len(frame.args['MOS Prefix']) == 0 then | ||
mos_prefix_lookup = tamnams.lookup_prefix( | mos_prefix_lookup = tamnams.lookup_prefix(input_mos) | ||
if string.len(mos_prefix_lookup) ~= 0 then | if string.len(mos_prefix_lookup) ~= 0 then | ||
mos_prefix = mos_prefix_lookup | mos_prefix = mos_prefix_lookup | ||