Help:Backlink template: Difference between revisions
Jump to navigation
Jump to search
m (Help:Backlink moved to Help:Backlink template: Name not specific enough) |
(updated text and back link) |
||
Line 1: | Line 1: | ||
'''[[ | '''[[Template:Backlink]]''' | ||
'''Syntax:''' | '''Syntax:''' | ||
<nowiki>{{backlink|link to the upper level| displayed text}}</nowiki> | <nowiki>{{backlink|link to the upper level|displayed text}}</nowiki> | ||
'''Example:''' | '''Example:''' | ||
<nowiki>{{backlink|FAQ_General|General}}</nowiki> | |||
; | ;Use as link to the upper level in the wiki | ||
To use the Backlink template you | To use the Backlink template you '''must use two parameters'''. Why? In some sections the link name differs from the actual displayed name. | ||
:''Example:''<br /> | |||
:Use <nowiki>[[FAQ User Interface|User interface]]</nowiki> for a link to a page named '''FAQ user Interface''' which should be displayed '''User Interface'''. | |||
The second parameter '''cannot''' be left out. | |||
Code: | Code: | ||
Line 27: | Line 22: | ||
{{back|Backlink#}} | {{back|Backlink#}} | ||
Although it works, it works not as intended. So if you want the link be displayed as it is you will have to type it twice separated with a "|" as shown above. | |||
{{backlink|Help:Templates|Templates}} | {{backlink|Help:Templates|Help:Templates}} | ||
{{de|Rückverweis}} | {{de|Rückverweis}} |
Revision as of 09:24, 20 May 2008
Syntax:
{{backlink|link to the upper level|displayed text}}
Example:
{{backlink|FAQ_General|General}}
- Use as link to the upper level in the wiki
To use the Backlink template you must use two parameters. Why? In some sections the link name differs from the actual displayed name.
- Example:
- Use [[FAQ User Interface|User interface]] for a link to a page named FAQ user Interface which should be displayed User Interface.
The second parameter cannot be left out.
Code:
{{backlink|Template}}
is shown as
Back to {{{2}}}
Although it works, it works not as intended. So if you want the link be displayed as it is you will have to type it twice separated with a "|" as shown above.
Back to Help:Templates