Module:MOS tunings: Difference between revisions

Ganaram inukshuk (talk | contribs)
m undo recent changes
Ganaram inukshuk (talk | contribs)
Rename according to changes to ji ratios module; multiple ratios have nonbreaking spaces in between
Line 220: Line 220:
if #ji_ratios ~= 0 then
if #ji_ratios ~= 0 then
-- Ratios link to their respective pages, and are comma-delimited.
-- Ratios link to their respective pages, and are comma-delimited.
local ratios_as_text = jira.ratios_as_text(sorted_ji_ratios[i], true)
local ratios_as_text = jira.ratios_as_string(sorted_ji_ratios[i], true, ", ")
result = result .. "|| style=\"text-align: left;\" | " .. string.format("%s", ratios_as_text)
result = result .. "|| style=\"text-align: left;\" | " .. string.format("%s", ratios_as_text)
end
end