This extension allows for a template to be transcluded as a new page, using Special:TemplateLink. To do that, wrap the template in a tag. Example: test|param1=value1|param2=value2 links to a special page that will display "Test" (variation configurable in i18n) as title and {{test|param1=value1|param2=value2}} as content. You can also use templates that span several lines, and specify a link and page title: test |param1=value1 |param2=value2 Leading and ending newlines are ignored. First line is the template, last line is the link title, everything in between is currently ignored (future uses?).