Template:Anchor

From C# Gamedev Wiki
Revision as of 23:13, 22 June 2024 by Winkio (talk | contribs) (Created page with "<includeonly><h{{{2|2}}} class="anchor-hidden">{{{1|Anchor}}}</h{{{2|2}}}></includeonly><noinclude>{{documentation}}Category:Common Templates</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Anchor/doc to edit this documentation. (How does this work?)
Description
This template is used to create a hidden anchor that appears as a section on the table of contents but does not render on the page.
Syntax
Type {{anchor|<title>|<level>}}
title - header title
level - 1 - 6 (header level, defaults to 2)
Usage example
Code: {{anchor|My Section|2}}
Result:

My Section