:도움말 둘러보기 상자/설명문서

L위키, 시민들이 참여하여 가꾸는 리버럴 위키

이 틀은 L위키의 도움말이나 정책과 지침 둘러보기 상자를 쉽게 생성할 수 있도록 하는 틀입니다.

사용 예시[원본 편집]

{{Helpbox
| name    =  <!-- or: | templatename = -->
| title   =  <!-- or, if templatename used: | name = -->

| group1  = 
| list1   = 

| group2  = 
| list2   = 

<!-- etc, to: -->

| group20 = 
| list20  = 

}}

매게 변수[원본 편집]

필수[원본 편집]

title  (or, if templatename used (see below), name)
The template's title, centered at the top of the template.
listn
(i.e. list1, list2, etc.) The body of the template, usually a list of links. Format is inline, although the text can be entered on separate lines if the entire list is enclosed within <div>...</div>. At least one list parameter is required. Each listn may be preceded by a corresponding groupn parameter, if provided (see below). There is a limit of 20 lists/groups in a template.

선택[원본 편집]

groupn
(i.e. group1, group2, etc.) If specified, text appears in a header displayed above listn.
first unnamed parameter
Inline CSS for the template.
name  (or, if name used as above, templatename)
The template's pagename, activating the inclusion of the V•T•E links in its bottom righthand corner. Template:Helpbox's pagename, for example, is "Helpbox".

예시[원본 편집]

{{Helpbox |width:17.5em
| name = Helpbox/doc
| class = plainlist
| title = [[:Category:Wikipedia policies|Wikipedia policy]]

| group1 = Article standards
| list1 =
*[[Wikipedia:Neutral point of view|Neutral point of view]]
*[[Wikipedia:Verifiability|Verifiability]]
*[[Wikipedia:No original research|No original research]]
*[[Wikipedia:Biographies of living persons|Biographies of living persons]]

| group2 = Working with others
| list2 =
*[[Wikipedia:Civility|Civility]]
*[[Wikipedia:Consensus|Consensus]]
*[[Wikipedia:No personal attacks|No personal attacks]]
*[[Wikipedia:Dispute resolution|Dispute resolution]]
*[[WP:LEGAL|No legal threats]]

| group3 = Global principles
| list3 =
*[[Wikipedia:What Wikipedia is not|What Wikipedia is not]]
*[[Wikipedia:Ignore all rules|Ignore all rules]]
}}