Template:Anchor

From CETAF ISTC Wiki
Revision as of 12:58, 12 December 2019 by bwf>Andreas Plank (Created page with "<span id="{{{1}}}"></span><noinclude> Category:Navigation === Usage === It sets an anchor for navigation and uses the ID to refer to <tt>myUniqueId</tt> elsewhere in the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

It sets an anchor for navigation and uses the ID to refer to myUniqueId elsewhere in the Wiki text with [[Link#myUniqueId]]:

{{Anchor|myUniqueId}}

…produces…

<span id="myUniqueId"></span>

Technical Documentation

The anchor is produced by the Wiki software via {{ANCHORENCODE: }}.