See also
Talk0
5,037pages on
this wiki
this wiki
Template page
{{See also}} is used for small sets of see also information at the head of article sections.
Usage
{{See also|Article 1|...|Article 15}}
- Up to 15 parameters are permitted: only the first is mandatory.
- The list is dynamically generated so that 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.
- Using l# will change the label for an article.
- NB
- no newlines are permitted else the article links will be broken.
Example
| Code | Result |
|---|---|
| {{See also}} | See also: Error: Template must be given at least one article name |
| {{See also|Article}} | See also: Article |
| {{See also|Article|Article}} | See also: Article and Article |
| {{See also|Article|Article|Article}} | See also: Article, Article, and Article |
| {{See also|Article|Article|l2=Alternate title}} | See also: Article and Alternate title |
And so on up to 15 parameters.