Template:See also/doc: Difference between revisions

no edit summary
m (2 revisions imported: Import from https://sims.wikia.com)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1:
;Purpose
<code>{{See also}}</code> is used for small sets of see also information at the head of article sections. See also [[Wikipedia:Template:See also|Template:See also]] on Wikipedia.
 
==Description==
;Example
<code>{{tlx|See also}}</code> is used for small sets of see also information at the head of article sections. See also [[Wikipedia:Template:See also|Template:See also]] on Wikipedia.
 
==Examples==
{| class="wikitable" cellspacing="0" cellpadding="0"
! Code!! Result
Line 12 ⟶ 13:
| valign="top"|{{T|See also|Article|Article 2|Article 3}}||{{See also|Article|Article 2|Article 3}}
|}
 
<includeonly>[[Category:General wiki templates|{{PAGENAME}}]]</includeonly>
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
==TemplateData==
{{TemplateData header}}
<templatedata>
{
"params": {
"1": {
"label": "Page 1",
"description": "The name of the first page you want to link to.",
"type": "string",
"required": true
},
"2": {
"label": "Page 2",
"description": "The name of the second page you want to link to.",
"type": "string"
},
"3": {
"label": "Page 3",
"description": "The name of the third page you want to link to.",
"type": "string"
}
},
"description": "This template produces a \"See also: <list of articles>\" hatnote used to point to a small number of related pages. It is normally placed at the top of sections, just below the section heading.",
"format": "inline"
}
</templatedata>