{{{1}}}
![]() | This template uses TemplateStyles: |
The template {{Visible anchor}}
inserts one or more HTML anchors in a page. Those locations can then be linked to using [[#link|...]]
syntax. Unlike {{Anchor}}, the first parameter will be visible text on the page.
{{visible anchor|anchor 1[|anchor 2][|text=display text]}}
The template can be used with up to 10 anchor names. Anchor names are case sensitive, so {{Visible anchor|Anchor name 1}}
and {{Visible anchor|Anchor Name 1}}
are not equivalent. When making an anchor, in general capitalize the first letter of the anchor name, and follow the same capitalization guidelines as headers (see Manual of Style: Headers for more information). An optional |text=
parameter can be added in order to specify the text to display in the anchor. By default, the value of the first parameter is used. The redirect {{vanchor}} can also be used.
Link to an anchor in the same article using just the anchor name, e.g. [[#Anchor name]]
. (In the Visual Editor, type #Anchor name
into the link field.)
From a different article, link to an anchor by specifying the article name, followed by a #
, then the anchor name. e.g. [[Article name#Anchor name]]
.
The #
will be visible in the link text. To prevent this, give the link a display title in the typical manner: After a pipe character (|
) in the wikitext ([[#Anchor name|Anchor name]]
), or by editing the text of the link in the Visual Editor.
This text anchor will be highlighted after following this link which targets it.
Code | Result | Link |
---|---|---|
{{vanchor|Foo}}
|
Foo | #Foo |
{{vanchor|Bar|Baz}}
|
Bar | #Bar, #Baz |
{{vanchor|Qux|text=This is the text that will be displayed.}}
|
This is the text that will be displayed. | #Qux |
Character | Code | Template | Meaning |
---|---|---|---|
 | " "
|
— | (double) quotation mark |
# | #
|
— | hash |
| | |
|
{{!}} | pipe |
= | =
|
{{=}} | equals |
<sup>
and <sub>
(superscript and subscript) cannot be used. Most other characters, including white space and punctuation, are not a problem.|1=
) whitespace and newlines will be trimmed.TemplateData for Visible anchor
The template {{Visible anchor}} inserts one or more HTML anchors in a page. Those locations can then be linked to using [[#link|...]] syntax. Unlike {{Anchor}}, the first parameter will be visible text on the page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Anchor name, and text to display | 1 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting; you can put formatting in the "text" parameter instead.
| String | required |
Second anchor name | 2 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting. | String | suggested |
Third anchor name | 3 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting. | String | optional |
Fourth anchor name | 4 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting. | String | optional |
Fifth anchor name | 5 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting. | String | optional |
Sixth anchor name | 6 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting. | String | optional |
Seventh anchor name | 7 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting. | String | optional |
Eighth anchor name | 8 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting. | String | optional |
Ninth anchor name | 9 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting. | String | optional |
Tenth anchor name | 10 | This will become an anchor. The characters ", #, | and = must be escaped; see the main template page for details. Do not try to use formatting. | String | optional |
Display text | text | Overrides the display of parameter 1, but is not an anchor name. May be formatted.
| Content | suggested |