Difference between revisions of "Manual:Template"
[unchecked revision] | [unchecked revision] |
m (Tag: Visual edit) |
m (Tag: 2017 source edit) |
Contents
What is a template?[edit | edit source]
A template is a type of reusable content that can be integrated into other pages of the wiki. It can be content-based (text template) or structure-based (layout template) or a combination of both.
A simple example is a notification box that looks identical on all pages, but contains different content on each page where it is used (layout template):
Characteristics of a template[edit | edit source]
- Allows inserting reusable text passages with a placeholder
- Is usually located in the namespace "Template"
- Can be parameterized
Creating and including a template[edit | edit source]
A new template is created like a regular page, but in the namespace Template.
Example: Simple template for a notification box.
A template is then included in a page by putting the name of the template (i.e., the title of the template page without the namespace prefix "Template:") in two curly brackets:{{NotificationBox}}
Note: Template names are case-sensitive.
Editing a template[edit | edit source]
Changes to a template affect all pages that include this template. Before existing templates are changed, it is recommended that you check which pages use the template. To find these pages, you can go to Page tools > Toolbox > What links here
.
Built-in variables[edit | edit source]
Each MediaWiki has a number of built-in variables that are not pages in the "template:" namespace, but are still used as templates.
For example, the variable {{CURRENTTIME}} returns the the current UTC time.
Further notes[edit | edit source]
- The use of a template is basically a transclusion. It is also possible to use pages as templates that are not in the Template namespace. However, this is to be done wisely, since some functions require that the pages are in the template namespace.
- Templates can also be used to define the output of semantic query. For more information, go to Semantic MediaWiki. (This is an example where the pages must necessarily be in the template namespace.)
-
The complete list of all pages of the wiki that are located in this namespace can be found on the page
Special:Templates
.
Related info
==What is a template?== A template is a type of reusable content that can be integrated into other pages of the wiki. It can be content-based (text template) or structure-based (layout template) or a combination of both. A simple example is a notification box that looks identical on all pages, but contains different content on each page where it is used (layout template):[[File:template-note.png|220x220px]] ==Characteristics of a template== *Allows inserting reusable text passages with a placeholder *Is usually located in the namespace "Template" *Can be parameterized ==Creating and including a template== A new template is created like a regular page, but in the namespace ''Template''. Example: [[Template/Example/Notification Box|Simple template for a notification box]]. A template is then included in a page by putting the name of the template (i.e., the title of the template page without the namespace prefix "Template:") in two curly brackets:<code><nowiki>{{NotificationBox}}</nowiki></code>{{Box Note|boxtype=note|Note text=Template names are case-sensitive.}} ==Editing a template== Changes to a template affect all pages that include this template. Before existing templates are changed, it is recommended that you check which pages use the template. To find these pages, you can go to <code>Page tools > Toolbox > What links here</code>. ==Built-in variables== Each MediaWiki has a number of [[MagicWords/new|built-in variables]] that are not pages in the "template:" namespace, but are still used as templates. For example, the variable <tt><nowiki>{{CURRENTTIME}}</nowiki></tt> returns the the current UTC time. ==Further notes== *The use of a template is basically a [[transclusion|transclusion]]. It is also possible to use pages as templates that are not in the ''Template'' namespace. However, this is to be done wisely, since some functions require that the pages are in the template namespace. *Templates can also be used to define the output of [https://www.semantic-mediawiki.org/wiki/Help:embedded_query semantic query]. For more information, go to [https://www.semantic-mediawiki.org/wiki/Help:Template_format Semantic MediaWiki]. (This is an example where the pages must necessarily be in the template namespace.) *The complete list of all pages of the wiki that are located in this namespace can be found on the page <code>Special:Templates</code>.<br /> {{Box Links-en|Topic1=[https://meta.wikimedia.org/wiki/Help:Template https://meta.wikimedia.org/wiki/Help:Template]|Topic2=}}<br /> [[en: {{FULLPAGENAME}}]] [[de: Templates]]
Line 16: | Line 16: | ||
A template is then included in a page by putting the name of the template (i.e., the title of the template page without the namespace prefix "Template:") in two curly brackets:<code><nowiki>{{NotificationBox}}</nowiki></code>{{Box Note|boxtype=note|Note text=Template names are case-sensitive.}} | A template is then included in a page by putting the name of the template (i.e., the title of the template page without the namespace prefix "Template:") in two curly brackets:<code><nowiki>{{NotificationBox}}</nowiki></code>{{Box Note|boxtype=note|Note text=Template names are case-sensitive.}} | ||
− | |||
==Editing a template== | ==Editing a template== | ||
Changes to a template affect all pages that include this template. Before existing templates are changed, it is recommended that you check which pages use the template. To find these pages, you can go to <code>Page tools > Toolbox > What links here</code>. | Changes to a template affect all pages that include this template. Before existing templates are changed, it is recommended that you check which pages use the template. To find these pages, you can go to <code>Page tools > Toolbox > What links here</code>. |