Module:Interval edo approximation: Difference between revisions

Overthink (talk | contribs)
defaulted tables to collapsed
Overthink (talk | contribs)
m fix
Line 154: Line 154:


table.insert(output, '|+ style="font-size: 105%;" | '
table.insert(output, '|+ style="font-size: 105%;" | '
     .. string.format('Edo&nbsp;approximations&nbsp;for&nbsp;%s (%.2f{{c}})<br /><span style="font-size: 0.75em;">\'\'&le;&nbsp;%dedo,&nbsp;relative&nbsp;error&nbsp;&le;&nbsp;%g%%\'\'</span>',
     .. string.format('Edo&nbsp;approximations&nbsp;for&nbsp;%s&nbsp;(%.2f{{c}})<br /><span style="font-size: 0.75em;">\'\'&le;&nbsp;%dedo,&nbsp;relative&nbsp;error&nbsp;&le;&nbsp;%g%%\'\'</span>',
         display_name, ratio_cents, max_edo, tolerance))
         display_name, ratio_cents, max_edo, tolerance))
     table.insert(output, '|-')
     table.insert(output, '|-')