Module:Sandbox/BrandonXLF/1: Difference between revisions

Content deleted Content added
No edit summary
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