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(" | for note in jiPre:gmatch("%d*/%d*") do | ||
table.insert(ji, rat.parse(note)) | table.insert(ji, rat.parse(note)) | ||
end | end |