Help:Template

From Illerai

This is the current revision of this page, as edited by imported>Talulah at 22:41, 15 January 2020 (from rswiki). The present address (URL) is a permanent link to this version.

(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>