Template:Tl/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 48: | Line 48: | ||
[[Category:Internal link templates]] | [[Category:Internal link templates]] | ||
</includeonly> | </includeonly> | ||
Revision as of 00:15, 11 March 2012
{{#invoke:Message box|mbox}}
The template link template is a simple macro template used to display a template name as a link surrounded by braces, thus showing how the template name would be used in code. Its primary use is in instruction and documentation. A short example is that the code:
{{Tl|Example}}
- generates
- {{Example}}
More complex variations are described below.
Example
| Code | Result |
|---|---|
{{Tl|Void}}
|
{{Void}} |
{{Tl2|X1}}
|
{{X1}} |
{{Tl2|SISTER=M:|3x}}
|
{{3x}} |
{{Tl2|SISTER=wikibooks|LANG=de:|WP}}
|
{{WP}} |
{{Tl|1==)}}
|
{{=)}} |
See also
| Link Style | Linked | Unlinked | Linked with subst: | Linked including braces | Linked with alternative text | |
|---|---|---|---|---|---|---|
| Text Style | main|code=on}} option | -- | <syntaxhighlight lang="text" class="" id="" style="" inline="1">nolink=yes</syntaxhighlight> | <syntaxhighlight lang="text" class="" id="" style="" inline="1">subst=yes</syntaxhighlight> | <syntaxhighlight lang="text" class="" id="" style="" inline="1">braceinside=yes</syntaxhighlight> | <syntaxhighlight lang="text" class="" id="" style="" inline="1">alttext=FOO</syntaxhighlight> |
| Normal | -- | main|code=on}}, {{#Invoke:Template link general|main|code=on}}; {{#Invoke:Template link general|main|code=on}} | main|code=on}} | main|code=on}}, {{#Invoke:Template link general|main|code=on}} | main|code=on}} | main|code=on}} |
| Teletype | <syntaxhighlight lang="text" class="" id="" style="" inline="1">tt=yes</syntaxhighlight> | main|code=on}} | main|code=on}} | main|code=on}} | ||
| Bold | <syntaxhighlight lang="text" class="" id="" style="" inline="1">bold=yes</syntaxhighlight> | main|code=on}} | ||||
| Bold Teletype | <syntaxhighlight lang="text" class="" id="" style="" inline="1">bold=yes|tt=yes</syntaxhighlight> | main|code=on}} | ||||
| Italic Teletype | <syntaxhighlight lang="text" class="" id="" style="" inline="1">italic=yes|tt=yes</syntaxhighlight> | main|code=on}} | ||||
Code
|
<syntaxhighlight lang="text" class="" id="" style="" inline="1">code=yes</syntaxhighlight> | main|code=on}} |
NOTE: {{#Invoke:Template link general|main|code=on}} is the most general, allowing any combination of the above options.