Module:Template introspection: Difference between revisions

Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
No edit summary
Line 96: Line 96:
template_name = template_name:gsub("/doc$", "")
template_name = template_name:gsub("/doc$", "")
return frame:preprocess(p._template_introspection(args))
return frame:preprocess(p._template_introspection({["Template Name"] = template_name}))
end
end


return p
return p