Template:Anchor: Difference between revisions

Template page
(Created page with "== How to use == <pre> <nowiki>{{anchor|Firesuit}}</nowiki> </pre> The anchor template works for making internal links to specific parts of pages. For example, linking to En...")
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#if:{{{1|}}}|<span id="{{{1|}}}"></span>}}<noinclude>
== How to use ==
== How to use ==
<pre>
<pre>
<nowiki>{{anchor|Firesuit}}</nowiki>
<nowiki>{{anchor|Dylovene}}</nowiki>
</pre>
</pre>




The anchor template works for making internal links to specific parts of pages. For example, linking to Engineering_Items#Firesuit (Assuming you already have the anchor on the engineering items page to direct the link) will load the page focused on the firesuit. This is useful when you don't have a ===header=== for the item in the page.
The anchor template works for making internal links to specific parts of pages. For example, linking to [[Chemistry#Dylovene]] (Assuming you already have the anchor on the Chemistry page to direct the link) will load the page focused on Dylovene. This is useful when you don't have a ===header=== for the item in the page.


Important note though; If the page already has a header with the same name as an anchor, a link to anchored item will go to whichever is first. so if the anchor is higher than the header, it will go to the anchor and vice versa. Alternatively, you can just make the anchor have a slightly different name to fix this.
Important note though; If the page already has a header with the same name as an anchor, a link to anchored item will go to whichever is first. so if the anchor is higher than the header, it will go to the anchor and vice versa. Alternatively, you can just make the anchor have a slightly different name to fix this.
</noinclude>

Latest revision as of 17:38, 2 March 2021

How to use

{{anchor|Dylovene}}


The anchor template works for making internal links to specific parts of pages. For example, linking to Chemistry#Dylovene (Assuming you already have the anchor on the Chemistry page to direct the link) will load the page focused on Dylovene. This is useful when you don't have a ===header=== for the item in the page.

Important note though; If the page already has a header with the same name as an anchor, a link to anchored item will go to whichever is first. so if the anchor is higher than the header, it will go to the anchor and vice versa. Alternatively, you can just make the anchor have a slightly different name to fix this.