Help:Templates: Difference between revisions
MaskedMarth (talk | contribs) (→Creating templates: ehh, my explanation is badly written) |
MaskedMarth (talk | contribs) mNo edit summary |
||
Line 6: | Line 6: | ||
Sometimes, you may want to write about the template on its page (often to explain how and when to use it), but you don't want this text to appear on the template itself. To do this, you should enclose such text with <nowiki><noinclude> and </noinclude></nowiki> so that it does not appear on every page you use the template on. An example can be found in the {{tl|policy}} template. Below the box is a line of text that does not appear on policy pages. | Sometimes, you may want to write about the template on its page (often to explain how and when to use it), but you don't want this text to appear on the template itself. To do this, you should enclose such text with <nowiki><noinclude> and </noinclude></nowiki> so that it does not appear on every page you use the template on. An example can be found in the {{tl|policy}} template. Below the box is a line of text that does not appear on policy pages. | ||
{{stub}} | {{stub}} |
Revision as of 19:36, January 19, 2007
A template is a page, like its title says, a page which can be included into any other page, and sometimes be customized. This page gives tips on creating and using templates.
Creating templates
Templates in most cases, are very easy to create. a page should have the prefix Template:, but it doesn't need to be included to other pages.
This template below is an example. It can be included in the current page by typing {{example}}. "Example" is the name of the template, and the two curly braces are used to include it:
The template was successfully included in this page.
Sometimes, you may want to write about the template on its page (often to explain how and when to use it), but you don't want this text to appear on the template itself. To do this, you should enclose such text with <noinclude> and </noinclude> so that it does not appear on every page you use the template on. An example can be found in the {{policy}} template. Below the box is a line of text that does not appear on policy pages.