Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) Testing from use in template |
||
Line 1:
local p = {}
function p.main (frame)
local
local
if not template then
return require('Module:Error').error({'Error: no template name given.'})
end
▲ return frame:expandTemplate{title = template, args = tA}
end
return p
|