Module:Infobox chord: Difference between revisions
Dummy index (talk | contribs) add annotation |
Dummy index (talk | contribs) mNo edit summary |
||
Line 240: | Line 240: | ||
if consistent_edos ~= "" then | if consistent_edos ~= "" then | ||
table.insert(infobox_data, {"[[Consistency|Consistent edos]] (''d''≥" .. distance .. ")", "<span style=\"font-size: 75%;\">" .. consistent_edos .. "</span>"}) | table.insert(infobox_data, {"[[Consistency|Consistent edos]] (''d''≥" .. distance .. ")", "<span style=\"font-size: 75%;\">" .. consistent_edos .. "</span>"}) | ||
table.insert(infobox_data, {"< | table.insert(infobox_data, {"<div style=\"font-size: 75%; text-align: right;\">* 2≤''d''<4; ** 4≤''d''<8</div>"}) | ||
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>"}) |