Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 1:
local p = {}▼
local mt = {}
function mt.__index (_, template)
Line 9 ⟶ 10:
return frame:expandTemplate{title = template, args = pArgs}
end
▲local p = {}
setmetatable(p, mt)
return p
|