Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 300: Line 300:
ed_annotation = section_header .. '<sup><abbr title="In steps of edf">(edf)</sup>'
ed_annotation = section_header .. '<sup><abbr title="In steps of edf">(edf)</sup>'
elseif not rat.eq(input_mos.equave, 2) then
elseif not rat.eq(input_mos.equave, 2) then
ed_annotation = string.format('<sup><abbr title="In steps of ed%s">(ed%s)</sup>', rat.as_ratio(input_mos.equave))
ed_annotation = string.format('<sup><abbr title="In steps of ed%s">(ed%s)</sup>', rat.as_ratio(input_mos.equave), rat.as_ratio(input_mos.equave))
end
end