Template:Anchor/doc View history

(Moved category)
(spelling)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{doc subpage}}
{{doc subpage}}


This template creates a point on a page that can be linked from other pages.  
This template creates a point on a page that can be linked from other pages. It works like the section headings without being displayed on the screen.


== Use ==
== Use ==
Line 23: Line 23:


Note that both entries can also use the pipe character (|) to display alternate text to the user instead of the actual link name.
Note that both entries can also use the pipe character (|) to display alternate text to the user instead of the actual link name.
== Parameters ==
There is a minimum of one parameter that must be included in the template. Additional links can be defined as additional text parameters separated by the pipe character (|) like the following:
<pre>
&#123;&#123;Anchor|First link name|Second link name|Third link name&#125;&#125;
</pre>
== Limitations ==
* Only 10 named links can be added to one anchor template.
* Placement of the anchor template in section headings has some known side effects discussed in the [http://en.wikipedia.org/wiki/Template_talk:Anchor Wikipedia anchor template talk page]. Generally it is OK to include the anchor template at the beginning of the text in a section heading.


== Page display ==
== Page display ==
Line 29: Line 39:
<includeonly>
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Page Formatting Templates]]
[[Category:Linking templates]]


<!-- ADD INTERWIKIS BELOW THIS LINE -->
<!-- ADD INTERWIKIS BELOW THIS LINE -->
</includeonly>
</includeonly>

Latest revision as of 18:14, 9 August 2014

This is a documentation subpage for Template:Anchor.
It contains usage information, categories and other content that is not part of the original template page.

This template creates a point on a page that can be linked from other pages. It works like the section headings without being displayed on the screen.

Use

Place the following example code on a page in the spot to which you need to link:

{{Anchor|Name for the link on the page}}

Then from another page you can enter the code:

[[PageNameWithNewAnchor#Name for the link on the page]]

or if it is on the current page you can alternately use:

[[#Name for the link on the page]]

Note that both entries can also use the pipe character (|) to display alternate text to the user instead of the actual link name.

Parameters

There is a minimum of one parameter that must be included in the template. Additional links can be defined as additional text parameters separated by the pipe character (|) like the following:

{{Anchor|First link name|Second link name|Third link name}}

Limitations

  • Only 10 named links can be added to one anchor template.
  • Placement of the anchor template in section headings has some known side effects discussed in the Wikipedia anchor template talk page. Generally it is OK to include the anchor template at the beginning of the text in a section heading.

Page display

This template does not generate visible text in the Wiki page.