Template:Al: Difference between revisions
Jump to navigation
Jump to search
(Created an anchor link template...) |
m (test) |
||
Line 28: | Line 28: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
Revision as of 14:13, 3 August 2010
Template: al - anchor link
[[#{{{1}}}|{{{1}}}]]
Syntax
{{a|arg_1|arg_2}}
- arg_1: this is a necessary parameter. It must contain the anchor name and if the second parameter is missing, it is also the link text to be used.
- arg_2: this parameter is not necessary. If it is given, it is used as the link text instead of the first parameters text.
Examples
- my anchor
Code:
{{al|my anchor}}
Code:
{{al|my anchor|a different link text}}
Motivation
This template is thought to link to an anchor on the current page.
See also
- Template:Anchor: A template that allows to set anchors.
- Template:A: A template that also allows to set anchors.
Note: The space below exists to be able to test the example links.