Help:Template

From [N8]
Revision as of 08:07, 2 June 2020 by Banri (talk | contribs) (Created page with "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 <nowiki>{{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>