Template – Template
| Fred Gandt (talk | contribs) m (Capitalization error) | Lou Montana (talk | contribs)  m (Add more examples) | ||
| (7 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. | |||
| |param1= name | |||
| {{ | |descr1= target template's pagename | ||
| </noinclude> | |||
| |example1= <syntaxhighlight lang="html+handlebars"> | |||
| {{Template|RV}} | |||
| {{Template|Link}} | |||
| {{Template|Link/External}} | |||
| </syntaxhighlight> | |||
| |result1= {{Template|RV}}<br>{{Template|Link}}<br>{{Template|Link/External}} | |||
| }}</noinclude> | |||
Latest revision as of 11:44, 16 October 2024
Used to create a formatted link to a template.
This template is used on these pages.
Usage
{{Template|name}}
- name: target template's pagename
| Code | Result | 
|---|---|
| {{RV}} {{Link}} {{Link/External}} | 
