Template – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Capitalization error)
m (Some wiki formatting)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude>
<includeonly>{{hl|{{[[Template:{{{1}}}|{{{1}}}]]}}}}</includeonly><noinclude>{{Doc/Template
|descr= Used to create a formatted link to a template.


[[Category:Templates|{{PAGENAME}}]]
|param1= name
{{documentation}}
 
</noinclude>
|descr1= target template's pagename
 
|example1= <syntaxhighlight lang="html+handlebars">{{Template|RV}}</syntaxhighlight>
|result1= {{Template|RV}}
 
}}</noinclude>

Latest revision as of 19:06, 27 July 2022

Used to create a formatted link to a template.

This template is used on these pages.

Usage

{{Template|name}}

  • name: target template's pagename
Examples
Code Result
{{Template|RV}}
{{RV}}