Template:See also/doc

From Infinitypedia
Jump to navigation Jump to search

Usage

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

{{See also|Article 1|...|Article 15}}
  • One to fifteen articles 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.

Examples

Code Result
{{See also|foo}}
See also: foo
{{See also|foo|label 1=blah}}
See also: blah
{{See also|foo|bar}}
See also: foo and bar
{{See also|foo|bar|baz}}
See also: foo, bar, and baz
{{See also|foo|bar|label 2=halb}}
See also: foo and halb

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 article.

{{See also|The Abyss#Void Objects|l1=Void Objects}} gives

See also: Void Objects

Note that the parameter name is a lower case 'L' followed by the number '1', not the number eleven.