Module:Higher education task force: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 110:
local t = mw.text.split(r, "=", true, true) -- Split by comma, trim whitespace, remove empty strings
local x = mw.text.split(t[1], "|", true, true) -- Split by comma, trim whitespace, remove empty strings
 
trable[x]=t
 
end
Line 233 ⟶ 231:
local str=""
str = str .. "hello"
local r="|one=two three four"
local t = mw.text.split(r, "=", true, true) -- Split by comma, trim whitespace, remove empty strings
local x = mw.text.split(t[1], "|", true, true) -- Split by comma, trim whitespace, remove empty strings
return xt[2]
end