You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Template:See also/doc
![]() | This is a documentation subpage for Template:See also. It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{See also}} is used to create hatnotes to point to a small number of other, related, titles at the top of article sections according to Wikipedia:Layout. It is not for use in the "See also" section at the bottom 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 <1-- presumably because of the leading ":" -->
Example
Code | Result |
---|---|
{{See also|Article}} | See also: Article
|
{{See also|Article|label 1=Alternative title for Article}} | See also: Alternative title for Article
|
{{See also|Article|Article 2}} | See also: Article and Wikipedia:Article 2
|
{{See also|Article|Article 2|Article 3}} | |
{{See also|Article|Article 2|label 2=Alternative title for Article 2}} | See also: Article and Alternative title for Article 2
|
And so on up to 15 parameters.
<templatedata> { "params": { "1": { "type": "wiki-page-name", "required": true, "label": "Page 1" }, "2": { "label": "Page 2", "type": "wiki-page-name" }, "3": {}, "4": {}, "5": {}, "6": {}, "altphrase": { "type": "string", "default": "See also", "description": "Override the default \"See also\" phrase" }, "label 1": { "label": "Label 1", "type": "string" }, "label 2": {}, "label 3": {}, "label 4": {}, "label 5": {}, "label 6": {} }, "paramOrder": [ "altphrase", "1", "label 1", "2", "label 2", "3", "label 3", "4", "label 4", "5", "label 5", "6", "label 6" ], "format": "inline", "description": "Pretty links to related information. Looks nice under an h2 heading." } </templatedata>