Template
Anchor
From Dogcraft Wiki
(Created page with "<span class="noexcerpt" id="{{{1}}}"></span>") |
m (added templatedata (long overdue)) |
||
Line 1: | Line 1: | ||
<span class="noexcerpt" id="{{{1}}}"></span> | <span class="noexcerpt" id="{{{1}}}"></span> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Name": { | |||
"label": "Name", | |||
"description": "This is the text that may be added to the end of a link after a \"#\" to jump to the anchor's position (eg.: https://dogcraft.net/wiki/Pagename#anchorname)", | |||
"example": "History", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Creates link anchor on the page for easier navigation. (Anchors can be jumped to using https://pageurl#anchorname)", | |||
"paramOrder": [ | |||
"Name" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 19:17, 11 March 2022
Creates link anchor on the page for easier navigation. (Anchors can be jumped to using https://pageurl#anchorname)
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | This is the text that may be added to the end of a link after a "#" to jump to the anchor's position (eg.: https://dogcraft.net/wiki/Pagename#anchorname)
| String | required |
This page was last modified on 11 March 2022, at 19:17. (11 months ago)