Difference between revisions of "Template:Anchor/doc"

From EVE University Wiki
Jump to: navigation, search
m (Recategorized)
m (update doc)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{main|Template:Anchor}}</noinclude>
+
; Description
This template creates an invisible "anchor" tag that can be targeted by links in the same manner as headers.
+
: This template creates an invisible "anchor" tag that can be targeted by links in the same manner as headers.
 +
 
 +
; Syntax
 +
: {{T|Anchor|id}}
 +
:; Parameters
 +
::; id : Identification of the anchor. Anchor names must be unique on a page, and must not duplicate any heading titles. Duplicate anchors will not work as expected since the '''id''' links go to the first anchor with that name. This limitation includes the {{Tl|Anchor}}, headers, and html/CSS ids.
 +
 
 
<includeonly>[[Category:Link templates]]</includeonly>
 
<includeonly>[[Category:Link templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 06:06, 27 June 2023

Description
This template creates an invisible "anchor" tag that can be targeted by links in the same manner as headers.
Syntax
{{Anchor|<id>}}
Parameters
id
Identification of the anchor. Anchor names must be unique on a page, and must not duplicate any heading titles. Duplicate anchors will not work as expected since the id links go to the first anchor with that name. This limitation includes the {{Anchor}}, headers, and html/CSS ids.