10,735
edits
TheNightAvl (talk | contribs) m (Added slash split functionality) |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 8: | Line 8: | ||
-- split parameters at / and , | -- split parameters at / and , | ||
local it = 1 | |||
while inflections[it] do | while inflections[it] do | ||
if mw.ustring.find(inflections[it], "^[^,]+,%s.+") then | if mw.ustring.find(inflections[it], "^[^,]+,%s.+") then |