Uses Scribunto to invoke the content of a template to an article without calling its categories.
localp={}functionp.showTemplate(frame)localtemplateName=frame.args[1]ifnottemplateNamethenreturn"Error: No template name provided."endlocaltemplateContent=mw.getCurrentFrame():expandTemplate{title=templateName}returntemplateContentendreturnp