Content deleted Content added
No edit summary |
No edit summary |
||
Line 106:
Parameters:
* frame: The frame object.
function p.tab2arg(r,trable)
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
Returns:
Line 220 ⟶ 229:
return str[1]
end
function p.tester(frame)
local str=""
|