Help:Template

From Illerai
Jump to navigation Jump to search

Templates are pages that can be inserted to other pages. To make a template, create a page called Template:name of template. In order to insert a template, type {{name of template}}.

If you want to add additional content to a template's page, but not want it to appear on the page the template is inserted onto, type

<noinclude>additional content</noinclude>

If you want additional content to appear when the template is used, but not on the template's page itself, type

<includeonly>additional content</includeonly>