Template:Anchor: Difference between revisions
Jump to navigation
Jump to search
(Anchor for hidden links to sections) |
(clarify) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<span id="{{{1}}}"></span><noinclude> | |||
==Documentation== | |||
This template creates an anchor. It is useful for maintaining a link to a section where the section title has changed or may be changed in future. | |||
The fixed way to link to a section is by including # between the page name and the section name, so this section right here is: | |||
:[[Template:Anchor#Documentation]] | |||
If you want this link to work even after someone might change the heading to something else, insert an anchor like this: | |||
<code><nowiki>{{anchor|Documentation}}</nowiki></code> | |||
Then another page linking to #Documentation on this page will still go to that anchor on the page, even if the section name changes. | |||
[[Category:Templates|Anchor]] | |||
</noinclude> |
Latest revision as of 22:03, 19 October 2011
Documentation
This template creates an anchor. It is useful for maintaining a link to a section where the section title has changed or may be changed in future.
The fixed way to link to a section is by including # between the page name and the section name, so this section right here is:
If you want this link to work even after someone might change the heading to something else, insert an anchor like this:
{{anchor|Documentation}}
Then another page linking to #Documentation on this page will still go to that anchor on the page, even if the section name changes.