Content deleted Content added
No edit summary |
No edit summary |
||
Line 225:
local r="|one=two"
local t = mw.text.split(r, "=", true, true) -- Split by comma, trim whitespace, remove empty strings
local x = mw.text.split(t, "|", true, true) -- Split by comma, trim whitespace, remove empty strings
return t[2]
end
|