「モジュール:Infobox chord」の版間の差分
細編集の要約なし |
編集の要約なし |
||
| 240行目: | 240行目: | ||
if consistent_edos ~= "" then | if consistent_edos ~= "" then | ||
table.insert(infobox_data, {"[[ | table.insert(infobox_data, {"[[一貫性|一貫する平均律]] (''d'' ≥ " .. distance .. ")", "<span style=\"font-size: 75%;\">" .. consistent_edos .. "</span>"}) | ||
table.insert(infobox_data, {"<div style=\"font-size: 75%; text-align: right; white-space: nowrap;\">[[Module:Chord consistency/doc|* 2 ≤ ''d'' < 4; ** 4 ≤ ''d'' < 8; *** 8 ≤ ''d'' < 16; …]]</div>"}) | table.insert(infobox_data, {"<div style=\"font-size: 75%; text-align: right; white-space: nowrap;\">[[Module:Chord consistency/doc|* 2 ≤ ''d'' < 4; ** 4 ≤ ''d'' < 8; *** 8 ≤ ''d'' < 16; …]]</div>"}) | ||
else | else | ||
table.insert(infobox_data, {"[[ | table.insert(infobox_data, {"[[一貫性|一貫する平均律]] (''d'' ≥ " .. distance .. ")", "<small>not exist in the range up to 72</small>"}) | ||
end | end | ||
end | end | ||