Template:T/doc
Jump to navigation
Jump to search
This template is used to display a template name as a link (or plain text) surrounded by braces, thus showing how the template name would be used in code.
Examples
{{T}}
→ {{}}
{{T
→ {{Test}}
|
|Test
}}
{{T
→ {{Test|Test
|
{{P|Some Text
}}}}|Some Text
}}
{{T
→ {{Test|
|Test
{{P|Some Text
}}}}|Some Text
}}
{{T
→ {{Test|Test
|
{{P|param
|10
}}}}|param=10
}}
Multiline support
→
{{Test
| Unnamed param
| empty =
| param = 8
}}
Without link
→
{{Test
| Unnamed param
| empty =
| param = 8
}}