Template:Anchor/doc

From C# Gamedev Wiki
Revision as of 23:13, 22 June 2024 by Winkio (talk | contribs) (Created page with "; 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 {{t|anchor|title|level}} : title - header title : level - 1 - 6 (header level, defaults to 2) ; Usage example : Code: <code><nowiki>{{anchor|My Section|2}}</nowiki></code> : Result: {{anchor|My Section|2}} <noinclude>{{PAGENAME}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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