Module:Infobox MOS: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 129: | Line 129: | ||
local section_header = "Scale structure" | local section_header = "Scale structure" | ||
local section_entries = { | local section_entries = { | ||
{string.format("<span style=\"margin-top: 0. | {string.format("<span style=\"margin-top: 0.5em;\"><b>%s</b></span>", section_header)}, | ||
{"[[Step pattern]]", step_pattern}, | {"[[Step pattern]]", step_pattern}, | ||
{"[[Equave]]", string.format("%s (%.1f{{c}})", equave_as_string, equave_in_cents)}, | {"[[Equave]]", string.format("%s (%.1f{{c}})", equave_as_string, equave_in_cents)}, | ||
| Line 175: | Line 175: | ||
local section_entries = { | local section_entries = { | ||
{string.format("<span style=\"margin-top: 0. | {string.format("<span style=\"margin-top: 0.5em;\"><b>%s</b>%s</span>", section_header, equave_annotation)}, | ||
{"[[Bright]]", string.format("%s to %s (%.1f{{c}} to %.1f{{c}})", bright_min_in_steps, bright_max_in_steps, bright_min_in_cents, bright_max_in_cents)}, | {"[[Bright]]", string.format("%s to %s (%.1f{{c}} to %.1f{{c}})", bright_min_in_steps, bright_max_in_steps, bright_min_in_cents, bright_max_in_cents)}, | ||
{"[[Dark]]", string.format("%s to %s (%.1f{{c}} to %.1f{{c}})", dark_min_in_steps, dark_max_in_steps, dark_min_in_cents, dark_max_in_cents)}, | {"[[Dark]]", string.format("%s to %s (%.1f{{c}} to %.1f{{c}})", dark_min_in_steps, dark_max_in_steps, dark_min_in_cents, dark_max_in_cents)}, | ||