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("<div style=\"margin-top: | {string.format("<div style=\"margin-top: 0.5em;\"><b>%s</b></div>", 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("<div style=\"margin-top: | {string.format("<div style=\"margin-top: 0.5em;\"><b>%s</b>%s</div>", 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)}, | ||
| Line 216: | Line 216: | ||
-- Mos has a tamnams name | -- Mos has a tamnams name | ||
section_entries = { | section_entries = { | ||
{string.format("<div style=\"margin-top: | {string.format("<div style=\"margin-top: 0.5em;\"><b>%s</b></div>", section_header)}, | ||
{"[[TAMNAMS#Mos_pattern_names | Name]]", tamnams_name}, | {"[[TAMNAMS#Mos_pattern_names | Name]]", tamnams_name}, | ||
{"[[TAMNAMS#Mos_pattern_names | Prefix]]", tamnams_prefix .. "-"}, | {"[[TAMNAMS#Mos_pattern_names | Prefix]]", tamnams_prefix .. "-"}, | ||
| Line 240: | Line 240: | ||
section_entries = { | section_entries = { | ||
{string.format("<div style=\"margin-top: | {string.format("<div style=\"margin-top: 0.5em;\"><b>%s</b></div>", section_header)}, | ||
{"Descends from", ancestor_entry}; | {"Descends from", ancestor_entry}; | ||
{"Ancestor's step ratio range", string.format("%s", step_ratio_range_entry)} | {"Ancestor's step ratio range", string.format("%s", step_ratio_range_entry)} | ||
| Line 269: | Line 269: | ||
local section_entries = { | local section_entries = { | ||
{string.format("<div style=\"margin-top: | {string.format("<div style=\"margin-top: 0.5em;\"><b>%s</b></div>", section_header)}, | ||
{"Name(s)", scale_names} | {"Name(s)", scale_names} | ||
} | } | ||
| Line 323: | Line 323: | ||
local section_header = "Related MOS scales" | local section_header = "Related MOS scales" | ||
local section_entries = { | local section_entries = { | ||
{string.format("<div style=\"margin-top: | {string.format("<div style=\"margin-top: 0.5em;\"><b>%s</b></div>", section_header)}, | ||
{"[[Operations_on_MOSes#Parent_MOS | Parent]]", parent_scalesig}, | {"[[Operations_on_MOSes#Parent_MOS | Parent]]", parent_scalesig}, | ||
{"[[Operations_on_MOSes#Sister_MOS | Sister]]", sister_scalesig}, | {"[[Operations_on_MOSes#Sister_MOS | Sister]]", sister_scalesig}, | ||
| Line 366: | Line 366: | ||
local section_entries = { | local section_entries = { | ||
{string.format("<div style=\"margin-top: | {string.format("<div style=\"margin-top: 0.5em;\"><b>%s</b>%s</div>", section_header, equave_annotation)}, | ||
} | } | ||
for i = 1, #step_ratios do | for i = 1, #step_ratios do | ||