Module:MOS tunings: Difference between revisions

Ganaram inukshuk (talk | contribs)
m forgot to change a function
Ganaram inukshuk (talk | contribs)
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.<br />Ratios\n"
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;\">&#42; - %s</span>", footnotes)
return result
return result