Module:Infobox AFDO: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
| Line 22: | Line 22: | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
'Dual sharp fifth', | 'Dual sharp fifth', | ||
fifth .. '/' .. steps .. ' (' .. math.floor(math.log(fifth)/math.log(2) * 1200 * 1000)/1000 .. 'c)' | fifth .. '/' .. steps .. ' (' .. math.floor(math.log(fifth/steps)/math.log(2) * 1200 * 1000)/1000 .. 'c)' | ||
}) | }) | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||