Template:Anchor
Adds a span anchor (i.e. HTML target) to allow linking to a specific place within a page, even if there is no heading. This is useful for jumping directly to relevant in-line content using #anchorname
or Page#anchorname
.
How to use
Use as:
{{Anchor|anchorname}}
You can then link to it using:
- From the same page:
#anchorname
- From another page:
TargetPage#anchorname
⚓