Template:A: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Replaced <div> with <span>; test) |
||
Line 1: | Line 1: | ||
== Template == | == Template == | ||
<onlyinclude>< | <onlyinclude><span id="{{anchorencode:{{{1}}}}}">'''{{{1}}}{{{2|}}}'''</span></onlyinclude> | ||
== Syntax == | == Syntax == | ||
Line 31: | Line 30: | ||
Note: The space below exists to be able to test the example links. | Note: The space below exists to be able to test the example links. | ||
[[Category:Templates]] | |||
Revision as of 00:31, 3 August 2010
Template
{{{1}}}
Syntax
{{a|arg_1|arg_2}}
- arg_1: this is a necessary parameter. It contains the text that used as the anchor text.
- arg_2: this parameter is not necessary. It is not included in the anchor link, but it is added to the first parameter text. It works a bit like [[testlink]]s, which results in testlinks, where the 's' is not part of the linked to page name, but included in the link itself.
Examples
- my anchor
Code:
{{a|my anchor}}
- my second anchor including more text Text that is not included.
Code:
{{a|my second anchor| including more text}} Text that is not included.
Motivation
This template is thought to colour a piece of text in bold letters and at the same time make it function as an anchor.
See also
- Template:Anchor: An other template that allows to set anchors.
Note: The space below exists to be able to test the example links.