틀:분류 링크
보이기
[[:분류:{{{1}}}|분류:{{{1}}}]]
사용법
[편집]{{Cl|category name}}
{{Cl|category name|link text}}
{{Cl|category name|link text|count=yes}}
{{Cl|category name|link text|count=yes|count_type=type}}
{{Cl|category name|link text|count=yes|count_type=type|backlog=backlog threshold}}
{{Cl}} ("[C]ategory [l]ink") produces a link to a category in a similar fashion to {{Tl}} for a template. 예제:
- {{Cl|아프리카}} produces: 분류:아프리카
To specify the text used for the link, add it as a second parameter:
- {{Cl|아프리카|this category}} produces: this category
To add a count of everything in the category, add the |count=yes
parameter:
- {{Cl|아프리카|count=yes}} produces: 분류:아프리카 ( 37 )
If you just want to get a count of pages, files, or subcats, use the |count_type=
parameter:
- {{Cl|아프리카|count=yes|count_type=all}}는 다음과 같이 표시: 분류:아프리카 ( 37 ) (기본값)
- {{Cl|아프리카|count=yes|count_type=pages}}는 다음과 같이 표시: 분류:아프리카 ( 11 )
- {{Cl|아프리카|count=yes|count_type=subcats}}는 다음과 같이 표시: 분류:아프리카 ( 26 )
- {{Cl|아프리카|count=yes|count_type=files}}는 다음과 같이 표시: 분류:아프리카 ( 0 )
If you want to make counts standout for categories that have a backlog, use |backlog=
:
- {{Cl|아프리카|count=yes|backlog=20}} produces: 분류:아프리카 ( 37 )
같이 보기
[편집]- {{C}}, which produces output such as: 아프리카 and 아프리카
- {{Cls}}, which produces output such as: Cat:아프리카
- {{Clc}}, which produces output such as: 분류:아프리카 (37) and 분류:아프리카 (11)
- {{lc}}, which produces output such as: 틀:Lc
- {{lcs}}, which produces output such as 틀:Lcs
- {{tl}}, which links produces a link to a template surrounded by template-style double-braces (e.g. {{아프리카}}).
- 분류:Internal category-link templates
- 분류:Internal link templates
틀데이터
[편집]문단에서 글이나 문장에 링크를 거는 것처럼 분류에도 링크를 걸어줄 수 있습니다. 현재 최대 2개의 분류를 동시에 걸 수 있습니다.
변수 | 설명 | 형식 | 상태 | |
---|---|---|---|---|
첫번쨰 링크 | 1 | 링크를 걸어줄 분류 #1
| 문자열 | 필수 |
두번째 링크 | 2 | 링크를 걸어줄 분류 #2 | 문자열 | 권장 |
갯수 | count | 링크를 건 분류 안에 있는 객체의 갯수의 표기, 논리값 "거짓"일 때, 갯수 유형의 값은 무시됨. | 부울식 | 권장 |
갯수 유형 | count_type | 분류에 있는 객체의 갯수의 표기 여부
| 문자열 | 선택 사항 |
backlog | backlog | 설명 없음 | 알 수 없음 | 선택 사항 |