Szablon:Anchor/doc Wyświetl historię

(Utworzono nową stronę "{{#if:{{{1|}}}|<span id="{{{1|}}}"></span>}}<!-- -->{{#if:{{{2|}}}|<span id="{{{2|}}}"></span>}}<!-- -->{{#if:{{{3|}}}|<span id="{{{3|}}}"></span>}}<!-- -->{{#if:{{{4|}}...")
 
Nie podano opisu zmian
 
Linia 1: Linia 1:
{{#if:{{{1|}}}|<span id="{{{1|}}}"></span>}}<!--
{{doc subpage}}
-->{{#if:{{{2|}}}|<span id="{{{2|}}}"></span>}}<!--
 
-->{{#if:{{{3|}}}|<span id="{{{3|}}}"></span>}}<!--
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.
-->{{#if:{{{4|}}}|<span id="{{{4|}}}"></span>}}<!--
 
-->{{#if:{{{5|}}}|<span id="{{{5|}}}"></span>}}<!--
== Use ==
-->{{#if:{{{6|}}}|<span id="{{{6|}}}"></span>}}<!--
 
-->{{#if:{{{7|}}}|<span id="{{{7|}}}"></span>}}<!--
Place the following example code on a page in the spot to which you need to link:
-->{{#if:{{{8|}}}|<span id="{{{8|}}}"></span>}}<!--
 
-->{{#if:{{{9|}}}|<span id="{{{9|}}}"></span>}}<!--
<pre>
-->{{#if:{{{10|}}}|<span id="{{{10|}}}"></span>}}<!--
&#123;&#123;Anchor|Name for the link on the page&#125;&#125;
-->{{#if:{{{11|}}}|<span class="error">Error in [[Template:Anchor]]: too many anchors, maximum is 10.</span>}}<noinclude>{{doc}}
</pre>
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS -->
Then from another page you can enter the code:
</noinclude>
 
<pre>
<nowiki>[[</nowiki>PageNameWithNewAnchor#Name for the link on the page<nowiki>]]</nowiki>
</pre>
 
or if it is on the current page you can alternately use:
 
<pre>
<nowiki>[[</nowiki>#Name for the link on the page<nowiki>]]</nowiki>
</pre>
 
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]. The significant issues is that the summary description from editing sections have a broken link. However, if you do edit the section you can just remove that portion of the edt summary. Therefore it is considered acceptable to include the anchor template at the beginning of the text in a section heading.
 
== Page display ==
{{TemplateNotDisplayed}}
 
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Linking templates]]
 
<!-- ADD INTERWIKIS BELOW THIS LINE -->
</includeonly>

Aktualna wersja na dzień 07:14, 15 lis 2019

This is a documentation subpage for Szablon:Anchor.
It contains usage information, categories and other content that is not part of the original szablon 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. The significant issues is that the summary description from editing sections have a broken link. However, if you do edit the section you can just remove that portion of the edt summary. Therefore it is considered acceptable to include the anchor template at the beginning of the text in a section heading.