Module:Infobox interval region: Difference between revisions

No edit summary
No edit summary
Line 28: Line 28:
local jiPre = frame.args["ji"]
local jiPre = frame.args["ji"]
local ji = {}
local ji = {}
for note in jiPre:gmatch("%d*") do
for note in jiPre:gmatch(",") do
table.insert(ji, rat.parse(note))
table.insert(ji, rat.parse(note))
end
end