Template – Template

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


{{Inline code|<nowiki>{{Template|Inline code}}</nowiki>}} results in {{Template|Inline code}}
|param1= name


[[Category:Templates|{{PAGENAME}}]]
|descr1= target template's pagename
</noinclude>
 
|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}}