틀:같이 보기
| Uses Lua: |
| Hatnote templates |
|---|
{{Main|$1|$2|$3|etc.}} |
{{For|$1|$2}} |
|
For $1, see: $2. |
{{For|2=$2|3=$3|4=etc.}} |
{{See|$1|$2|etc.}} |
{{See also|$1|$2|ll=true}} |
{{Distinguish|$1|$2}} |
{{Hatnote|Custom text}} |
|
Custom text like: For more information, please refer to ... |
{{Further|$1|$2}} |
|
{{See also}}는 적은 수의 다른 관련 Wikipedia:Layout에 따른 문서 문단 제목들을 가리키기 위한 hatnotes를 생성하기 위해 사용됩니다. 이것은 문서 하단의 "같이 보기 (See also)" "문단"을 위한 것이 아닙니다.
{{See also|문서 1|label 1=레이블1|문서 2|label 2=레이블2|...}}
- Any number of articles can be listed (at least one should be provided).
- 글자 "and" 는 마지막 두 항목 사이에 항상 위치되어짐.
- 링크를 대체할 라벨을 명확히하기 위하여 라벨 1부터 라벨 15까지 이용할 수 있습니다.
- Parameter
llmakes this template use {{Ll}}, which provides automatic linking to translation in user language, as well as using a translated default link text (overriding withlabel nstill 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 up to three page links of other related (possibly translated) pages.
| 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 | String | 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 |
| altphrase | altphrase | Substitution text to replace the default string
| String | optional |