Module:Infobox chord: Difference between revisions
Dummy index (talk | contribs) font size |
Dummy index (talk | contribs) add annotation |
||
Line 239: | Line 239: | ||
if consistent_edos ~= "" then | if consistent_edos ~= "" then | ||
table.insert(infobox_data, {"[[Consistency|Consistent edos]] (''d''≥" .. distance .. ")", "< | table.insert(infobox_data, {"[[Consistency|Consistent edos]] (''d''≥" .. distance .. ")", "<span style=\"font-size: 75%;\">" .. consistent_edos .. "</span>"}) | ||
table.insert(infobox_data, {"<span style=\"font-size: 75%; text-align: right;\">* 2≤''d''<4; ** 4≤''d''<8</span>"}) | |||
else | else | ||
table.insert(infobox_data, {"[[Consistency|Consistent edos]] (''d''≥" .. distance .. ")", "<small>not exist in the range up to 72</small>"}) | table.insert(infobox_data, {"[[Consistency|Consistent edos]] (''d''≥" .. distance .. ")", "<small>not exist in the range up to 72</small>"}) |