Doc/Template – Template

From Bohemia Interactive Community
m (Text replacement - "‎" to "")
m (Fix text)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>{{{descr|}}}
<includeonly>{{#if:{{{historical|}}}|{{Feature|important|This is a {{Link|Category:Historical Templates|Historical Template}} kept in order to read old page revisions; it must '''not''' be used on up-to-date pages.}}}}
{{{descr|}}}


This template is used on [[Special:WhatLinksHere/{{FULLPAGENAMEE}}|these pages]].
{{#if:{{{historical|}}}
| This {{Link|Category:Historical Templates|Historical Template}} must '''not''' be used on any current page; please verify [[Special:WhatLinksHere/{{FULLPAGENAMEE}}|this list]] is empty.
| This template is used on [[Special:WhatLinksHere/{{FULLPAGENAMEE}}|these pages]].
}}


== Usage ==
== Usage ==

Latest revision as of 01:43, 7 November 2025

Documents and categorises a Template. To be used within <noinclude></noinclude> tags, e.g:

<includeonly>*template's code*</includeonly><noinclude>{{Doc/Template
| ...
}}
</noinclude>

Usage

{{Doc/Template|name|descr|param#|descr#|example#|result#|historical}}

  • name: (Optional, default {{PAGENAME}}) template name
  • descr: template text description
  • param#: (# = number range 1..10) parameter name
  • descr#: (# = number range 1..10) parameter description
  • example#: (# = number range 1..10) mediawiki code example - to be wrapped between nowiki tags! (e.g </nowiki>)
  • result#: (# = number range 1..10) mediawiki code result - identical to example#, less nowiki tags (e.g {{Doc/Template}})
  • historical: y (or anything, technically) to make it part of the Historical Templates instead of the Templates

This template is used on these pages.

Examples
Code Result
{{Doc/Template}}


This template is used on these pages.

Usage

{{Doc/Template}}



{{Doc/Template
| name = MyTemplate
| descr = Template description
| param1 = parameter1
| descr1 = this is the first parameter
| param2 = parameter2
| descr2 = (Optional) this is the second parameter
}}

Template description

This template is used on these pages.

Usage

{{MyTemplate|parameter1|parameter2}}

  • parameter1: this is the first parameter
  • parameter2: (Optional) this is the second parameter



{{Doc/Template
| name = MyTemplate
| descr = Template description
| param1 = parameter1
| descr1 = this is the first parameter
| param2 = parameter2
| descr2 = (Optional) this is the second parameter
| example1 = <nowiki>{{MyTemplate|Hello there!}}</nowiki>
| result1 = {{MyTemplate|Hello there!}}
| historical = y
}}
This is a Historical Template kept in order to read old page revisions; it must not be used on up-to-date pages.

Template description

This Historical Template must not be used on any current page; please verify this list is empty.

Usage

{{MyTemplate|parameter1|parameter2}}

  • parameter1: this is the first parameter
  • parameter2: (Optional) this is the second parameter
Examples
Code Result
{{MyTemplate|Hello there!}} Hello there!