Module:Infobox ET: Difference between revisions
m Bug fixing |
m Gave up on using {{cent}} for now |
||
Line 28: | Line 28: | ||
'|-\n' .. | '|-\n' .. | ||
'| style="text-align:right; padding-right: 0.25em" | Step size\n' .. | '| style="text-align:right; padding-right: 0.25em" | Step size\n' .. | ||
'| style="background-color: white; padding-left: 0.25em; font-weight: bold" | ' .. i._to_cents(step_size, 6) .. ' | '| style="background-color: white; padding-left: 0.25em; font-weight: bold" | ' .. i._to_cents(step_size, 6) .. '¢\n' .. | ||
'|-\n' .. | '|-\n' .. | ||
'| style="text-align:right; padding-right: 0.25em" | Fifth\n' .. | '| style="text-align:right; padding-right: 0.25em" | Fifth\n' .. | ||
'| style="background-color: white; padding-left: 0.25em; font-weight: bold" | ' .. fifth .. '\\' .. tuning .. ' (' .. i._to_cents(i._backslash_ratio(fifth .. '\\' .. tuning), 6) .. ' | '| style="background-color: white; padding-left: 0.25em; font-weight: bold" | ' .. fifth .. '\\' .. tuning .. ' (' .. i._to_cents(i._backslash_ratio(fifth .. '\\' .. tuning), 6) .. '¢)\n' .. | ||
'|}</div>' | '|}</div>' | ||
end | end | ||
return p | return p |