10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 164: | Line 164: | ||
end | end | ||
if lang_change_arged then | if lang_change_arged then | ||
for lang_arg in mw.ustring.gmatch(lang_change_arged, " | for lang_arg in mw.ustring.gmatch(lang_change_arged, "<([^>]+)>") do | ||
local s = mw.text.split(lang_arg, ":", true) | |||
terms[code][s[1]] = s[2] or true | |||
if #s > 2 then mw.addWarning("multiple : found in inline string") end | |||
end | |||
end | end | ||
if from_lang then terms[code]["from"] = from_lang end | if from_lang then terms[code]["from"] = from_lang end |