틀:See also
Appearance
Outdated translations are marked like this.
같이 보기: [[:{{{1}}}]]
Template documentation
Uses Lua: |
{{See also}}는 적은 수의 다른 관련 Wikipedia:Layout에 따른 문서 문단 제목들을 가리키기 위한 hatnotes를 생성하기 위해 사용됩니다. 이것은 문서 하단의 "같이 보기 (See also)" "문단"을 위한 것이 아닙니다.
{{See also|문서 1|label 1=label1|Article 2|label 2=label2|...}}
- Any number of articles can be listed (at least one should be provided).
- 글자 "and" 는 마지막 두 항목 사이에 항상 위치되어짐.
- 링크를 대체할 라벨을 명확히하기 위하여 라벨 1부터 라벨 15까지 이용할 수 있습니다.
- Parameter
ll
makes this template use {{Ll }}, which provides automatic linking to translation in user language, as well as using a translated default link text (overriding withlabel n
still applies).
- 새줄문자 추가는 글 링크를 끊어지게 합니다.
예시
코드 | 결과 |
---|---|
{{See also|Article}} |
같이 보기: Article
|
{{See also|Article|label 1=대체된 제목의 문서}} |
같이 보기: 대체된 제목의 문서
|
{{See also|Article|Article 2}} | |
{{See also|Article|Article 2|Article 3}} | |
{{See also|Article|Article 2|ll=TRUE}} |
같이 보기: Article translated , Article 2 translated
|
{{See also|Article|Article 2|l2=대체된 제목의 문서 2}} |
같이 보기: Article, 대체된 제목의 문서 2
|
This is the TemplateData documentation for this template used by VisualEditor and other tools.
See also
Display a note about a related page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Page name | 1 | Full name of related page | Page name | required |
Link label | label 1 l1 | Custom link text, to serve as label instead of the page name.
| String | optional |
Page 2 | 2 | no description | Page name | optional |
Page 2 label | label 2 l2 | no description | Template | optional |
Page 3 | 3 | no description | Page name | optional |
Page 3 label | label 3 l3 | no description | String | optional |
Use {{ll}} | ll | If this parameter has any non-blank value, links are generated using {{ll}}, which provides automatic linking to translation in user language, as well as using a translated default link text (overriding link texts still applies). | Line | optional |