Module:MOS tunings: Difference between revisions
m forgot to change a function |
m Footnote |
||
| Line 183: | Line 183: | ||
-- Headers for JI ratios; this spans two rows | -- Headers for JI ratios; this spans two rows | ||
if #ji_ratios ~= 0 then | if #ji_ratios ~= 0 then | ||
result = result .. "! rowspan=\"2\" class=\"unsortable\" | Approx. | result = result .. "! rowspan=\"2\" class=\"unsortable\" | Approx. Ratios*\n" | ||
end | end | ||
result = result .. "|-\n" | result = result .. "|-\n" | ||
| Line 229: | Line 229: | ||
result = result | result = result | ||
.. "|}\n" | .. "|}\n" | ||
.. string.format("<span style=\"font-size: 0.75em;\">%s</span>", footnotes) | .. string.format("<span style=\"font-size: 0.75em;\">* - %s</span>", footnotes) | ||
return result | return result | ||