Template:See also/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Usage==
==Usage==
{{tlx|See also}} is used to create [[WP:Hatnotes|hatnotes]] to point to a small number of other, related, titles at the '''top''' of [[Help:Section|article sections]] according to [[Wikipedia:Layout]]. It is not for use in the "See also" ''section'' at the bottom of an article.
{{tlx|See also}} is used to create hatnotes to point to a small number of other, related, titles at the '''top''' of pages or sections. It is not for use in the "See also" ''section'' at the bottom of a page.




  {{Tlx|See also|Article 1|...|''Article 15''}}
  {{Tlx|See also|Page 1|...|''Page 15''}}


* One to fifteen articles can be listed.
* One to fifteen pages can be listed.
* The word "and" is always placed between the final two entries.
* The word "and" is always placed between the final two entries.
* If more than 15 entries are supplied, a message will be displayed pointing out the problem.<!-- this is relatively ungraceful failure -->
* If more than 15 entries are supplied, a message will be displayed pointing out the problem.
* You can use parameters label 1 to label 15 to specify alternative labels for the links.
* You can use parameters label 1 to label 15 to specify alternative labels for the links.
:adding newline characters will break article links <1-- presumably because of the leading ":" -->
:adding newline characters will break article links


==Example==
==Example==
Line 15: Line 15:
! Code!! Result
! Code!! Result
|-  
|-  
| valign="top"|{{Tlx|See also|Article}}||{{See also|Article}}
| valign="top"|{{Tlx|See also|Page}}||{{See also|Page}}
|-  
|-  
| valign="top"|{{Tlx|See also|Article|3=label 1=Alternative title for Article}}||{{See also|Article|label 1=Alternative title for Article}}
| valign="top"|{{Tlx|See also|Page|3=label 1=Alternative title for Page}}||{{See also|Page|label 1=Alternative title for Page}}
|-  
|-  
| valign="top"|{{Tlx|See also|Article|Article 2}}||{{See also|Article|Article 2}}
| valign="top"|{{Tlx|See also|Page|Page 2}}||{{See also|Page|Page 2}}
|-  
|-  
| valign="top"|{{Tlx|See also|Article|Article 2|Article 3}}||{{See also|Article|Article 2|Article 3}}
| valign="top"|{{Tlx|See also|Page|Page 2|Page 3}}||{{See also|Page|Page 2|Page 3}}
|-  
|-  
| valign="top"|{{Tlx|See also|Article|Article 2|4=label 2=Alternative title for Article 2}}||{{See also|Article|Article 2|label 2=Alternative title for Article 2}}
| valign="top"|{{Tlx|See also|Page|Page 2|4=label 2=Alternative title for Page 2}}||{{See also|Page|Article 2|label 2=Alternative title for Page 2}}
|}
|}
''And so on up to 15 parameters.''
''And so on up to 15 parameters.''


==See also: Link to section==
==See also: Link to section==
It is possible to direct this template to link a particular section within another article.  
It is possible to direct this template to link a particular section within another page.  


<code><nowiki>{{See also|Michael Tritter#storyline|l1=Storyline}}</nowiki></code> gives
<code><nowiki>{{See also|Add-ons#Updating|l1=Updating}}</nowiki></code> gives
{{See also|Michael Tritter#storyline|l1=Storyline}}
{{See also|Add-ons#Updating|l1=Updating}}


==See also==
==See also==

Revision as of 22:39, 25 March 2012

Usage

{{See also}} is used to create hatnotes to point to a small number of other, related, titles at the top of pages or sections. It is not for use in the "See also" section at the bottom of a page.


{{See also|Page 1|...|Page 15}}
  • One to fifteen pages can be listed.
  • The word "and" is always placed between the final two entries.
  • If more than 15 entries are supplied, a message will be displayed pointing out the problem.
  • You can use parameters label 1 to label 15 to specify alternative labels for the links.
adding newline characters will break article links

Example

Code Result
{{See also|Page}}
{{See also|Page|label 1=Alternative title for Page}}
{{See also|Page|Page 2}}
{{See also|Page|Page 2|Page 3}}
{{See also|Page|Page 2|label 2=Alternative title for Page 2}}

And so on up to 15 parameters.

See also: Link to section

It is possible to direct this template to link a particular section within another page.

{{See also|Add-ons#Updating|l1=Updating}} gives

See also