「モジュール:Infobox MOS」の版間の差分
Tessyrrh1016 (トーク | 投稿記録) カテゴリの翻訳 |
編集の要約なし タグ: 手動差し戻し モバイル編集 モバイルウェブ編集 |
||
| (2人の利用者による、間の6版が非表示) | |||
| 144行目: | 144行目: | ||
{"[[音程パターン]]", step_pattern}, | {"[[音程パターン]]", step_pattern}, | ||
{"[[オクターブ]]", string.format("%s (%.1f¢)", equave_as_string, equave_in_cents)}, | {"[[オクターブ]]", string.format("%s (%.1f¢)", equave_as_string, equave_in_cents)}, | ||
{"[[周期]]", string.format("%s (%.1f¢)", period_as_string, period_in_cents)} | {"[[ジェネレーターとピリオド|周期]]", string.format("%s (%.1f¢)", period_as_string, period_in_cents)} | ||
} | } | ||
| 188行目: | 188行目: | ||
local section_entries = { | local section_entries = { | ||
{string.format("<b>%s</b>%s", section_header, equave_annotation)}, | {string.format("<b>%s</b>%s", section_header, equave_annotation)}, | ||
{"[[ | {"[[上方]]", string.format("%s - %s (%.1f¢ - %.1f¢)", bright_min_in_steps, bright_max_in_steps, bright_min_in_cents, bright_max_in_cents)}, | ||
{"[[ | {"[[下方]]", string.format("%s - %s (%.1f¢ - %.1f¢)", dark_min_in_steps, dark_max_in_steps, dark_min_in_cents, dark_max_in_cents)}, | ||
} | } | ||
| 384行目: | 384行目: | ||
section_entries = { | section_entries = { | ||
{string.format("<b>%s</b>", section_header)}, | {string.format("<b>%s</b>", section_header)}, | ||
{" | {"起源", ancestor_entry}; | ||
{" | {"必須な全音半音比の範囲", string.format("%s", named_range)} | ||
} | } | ||
end | end | ||
| 464行目: | 464行目: | ||
end | end | ||
local section_header = " | local section_header = "近縁の音階" | ||
local section_entries = { | local section_entries = { | ||
{string.format("<b>%s</b>", section_header)}, | {string.format("<b>%s</b>", section_header)}, | ||
{"[[Operations_on_MOSes#Parent_MOS | 親]]", parent_scalesig}, | {"[[Operations_on_MOSes#Parent_MOS | 親]]", parent_scalesig}, | ||
{"[[Operations_on_MOSes#Sister_MOS | 姉妹]]", sister_scalesig}, | {"[[Operations_on_MOSes#Sister_MOS | 姉妹]]", sister_scalesig}, | ||
{"[[Operations_on_MOSes#Daughter_MOS | | {"[[Operations_on_MOSes#Daughter_MOS | 子]]", soft_scalesig .. ", " .. hard_scalesig}, | ||
{"[[Operations_on_MOSes#Neutralization | | {"[[Operations_on_MOSes#Neutralization | 平坦化]]", neutral_scalesig}, | ||
{"[[Flought_scale | 分割]]", soft_floght_scalesig .. ", " .. hard_floght_scalesig} | {"[[Flought_scale | 分割]]", soft_floght_scalesig .. ", " .. hard_floght_scalesig} | ||
} | } | ||
| 513行目: | 513行目: | ||
} | } | ||
local section_header = " | local section_header = "平均律による調律" | ||
local equave_annotation = "" | local equave_annotation = "" | ||
if rat.eq(input_mos.equave, 3) then | if rat.eq(input_mos.equave, 3) then | ||