Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) Allow any custom template |
||
Line 6:
function p.main(frame)
local args = { state = frame.args.state }
local template = frame.args.
for _, conf in pairs(config) do
Line 16:
end
return sc.main(frame:expandTemplate{ title =
end
|