< Template:Anchor
Revision as of 16:22, 3 May 2023 by Arcology Expert Program (talk | contribs) (Created page with "<includeonly><!--Template Subcategories--></includeonly> {{Template|Anchor}} is used to create HTML anchors via span IDs. ==Usage== It accepts one {{Parameter|mandatory|string}}, the reference text. It accepts one {{Parameter|optional}}, {{Code|display}}. If set to any value, it hides the reference text, but the anchor is still created. ==Returns== {{Code|<nowiki>Anchors are often made of {{anchor|made of lead}}, due to it's density.</nowiki>}} returns: {{Return|Anchor...")
Template:Anchor is used to create HTML anchors via span IDs.
Usage
It accepts one mandatory string parameter, the reference text.
It accepts one optional parameter, display. If set to any value, it hides the reference text, but the anchor is still created.
Returns
Anchors are often made of {{anchor|made of lead}}, due to it's density. returns:
Anchors are often made of made of lead, due to it's density.
