Template:Anchor/doc
Jump to navigation
Jump to search
Adds an invisible HTML anchor to the page. This allows the content on this line to be linked to like a section heading (e.g. [[List of unofficial terms#True expert]]). Do not use this in section headings, since those automatically create anchors.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ID | 1 | The string to use to link to this anchor.
| Unknown | required |
| Text | 2 | Displays text where the anchor is, if needed.
| String | optional |
Example usage
{{anchor|Egg}}
← invisible anchor here (click to jump to this anchor)
{{anchor|Egg 2|Visible anchor}}
Visible anchor (click to jump to this anchor)
(This empty space is to make the function of the template more clear)