Module:MOS tuning spectrum: Difference between revisions

Ganaram inukshuk (talk | contribs)
m oboe
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 172: Line 172:
local comments = {}
local comments = {}
for i = 1, #ratios do
for i = 1, #ratios do
local key = string.format("%d/%d", ratios[i][1], ratios[i][2])
local key = ratios[i][1] .. "/" .. ratios[i][2]
if args[key] ~= nil then
if args[key] ~= nil then
comments[key] = args[key]
comments[key] = args[key]