Content deleted Content added
No edit summary |
No edit summary |
||
Line 107:
* frame: The frame object.
function p.tab2arg(
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
Line 221:
trable["BANNER_NAME"] = "Template:WikiProject Higher education"
trable["IMAGE_LEFT"] = "Graduation hat.svg"
p.tab2arg(trable,"|IMAGE_LEFT = Graduation hat.svg")
return banner.main(trable)
end
|