틀:둘러보기 상자/설명문서: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음
편집 요약 없음 |
편집 요약 없음 |
||
152번째 줄: | 152번째 줄: | ||
* 폭 조정은 <code>너비=80%</code>처럼 하면 됩니다. 하지만 기본 설정을 유지하는 것이 좋습니다. | * 폭 조정은 <code>너비=80%</code>처럼 하면 됩니다. 하지만 기본 설정을 유지하는 것이 좋습니다. | ||
* 제목 배경 색상은 <code>색상=#abcdef</code>처럼 하면 되지만, 기본 색상을 유지하는 것이 좋습니다. | * 제목 배경 색상은 <code>색상=#abcdef</code>처럼 하면 되지만, 기본 색상을 유지하는 것이 좋습니다. | ||
== 틀데이터 == | |||
{{TemplateDataHeader}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"state": { | |||
"label": "State", | |||
"description": "Controls when a navbox is expanded or collapsed", | |||
"example": "autocollapse", | |||
"suggestedvalues": [ | |||
"autocollapse", | |||
"collapsed", | |||
"expanded", | |||
"plain", | |||
"off" | |||
], | |||
"default": "autocollapse", | |||
"suggested": true | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "Text in the title bar; centered in the top row of the table. Usually the template's topic.", | |||
"example": "[[Widget stuff]]", | |||
"suggested": true | |||
}, | |||
"above": { | |||
"label": "Above", | |||
"description": "Full-width cell displayed between the titlebar and first group/list, i.e. above the template's body (groups, lists and image)", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Image to be displayed in a cell below the title and to the right of the body", | |||
"example": "[[File:XX.jpg | 80px | link= | alt= ]]", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"group1": { | |||
"label": "Group 1", | |||
"description": "If specified, text appears in a header cell displayed to the left of list 1. If omitted, list 1 uses the full width of the table.", | |||
"suggested": true | |||
}, | |||
"list1": { | |||
"label": "List 1", | |||
"description": "Body of the template; usually a list of links. Format is inline. At least one list parameter is required; each additional list is displayed in a separate row of the table. Each listn may be preceded by a corresponding groupn parameter.\nEntries should be separated using a newline and an asterisk. If two asterisks are used, it provides nesting within the previous entry with brackets.", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"group2": { | |||
"suggested": true | |||
}, | |||
"list2": { | |||
"suggested": true | |||
}, | |||
"list3": { | |||
"suggested": true | |||
}, | |||
"group3": { | |||
"suggested": true | |||
}, | |||
"group4": {}, | |||
"list4": {}, | |||
"below": { | |||
"label": "Below", | |||
"description": "Full-width cell displayed below the template's body.", | |||
"suggested": true | |||
}, | |||
"imageleft": { | |||
"label": "Image left", | |||
"description": "Image to be displayed in a cell below the title and to the left of the body. For the image to display properly, list1 parameter must be specified and no groups can be specified.", | |||
"example": "[[File:XX.jpg | 80px | link= | alt= ]]", | |||
"type": "wiki-file-name" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the template. Needed for \"View • Talk • Edit\" links to work properly.", | |||
"type": "string", | |||
"default": "{{subst:PAGENAME}}{{subst:void|Don't change anything on this line. It will change itself when you save.}}", | |||
"suggested": true | |||
}, | |||
"listclass": { | |||
"label": "List class", | |||
"description": "CSS class for the list cells, usually hlist for horizontal lists. Alternatively, use bodyclass for the whole box.", | |||
"example": "hlist", | |||
"type": "string" | |||
}, | |||
"navbar": { | |||
"label": "Navbar status", | |||
"example": "plain, off", | |||
"type": "string" | |||
}, | |||
"border": { | |||
"label": "Border status", | |||
"example": "child, subgroup, none", | |||
"type": "string" | |||
}, | |||
"bodystyle": {}, | |||
"basestyle": {}, | |||
"titlestyle": {}, | |||
"groupstyle": {}, | |||
"group1style": {}, | |||
"groupwidth": {}, | |||
"liststyle": {}, | |||
"list1style": {}, | |||
"listpadding": {}, | |||
"oddstyle": {}, | |||
"evenstyle": {}, | |||
"evenodd": { | |||
"suggestedvalues": [ | |||
"swap", | |||
"even", | |||
"odd", | |||
"off" | |||
] | |||
}, | |||
"abovestyle": {}, | |||
"belowstyle": {}, | |||
"imagestyle": {}, | |||
"imageleftstyle": {} | |||
}, | |||
"description": "다른 문서로 연결되는 툴러보기 상자를 만듭니다. \n모바일에서 보이지 않습니다.", | |||
"paramOrder": [ | |||
"name", | |||
"title", | |||
"group1", | |||
"list1", | |||
"listclass", | |||
"state", | |||
"above", | |||
"below", | |||
"image", | |||
"group2", | |||
"list2", | |||
"group3", | |||
"list3", | |||
"group4", | |||
"list4", | |||
"imageleft", | |||
"navbar", | |||
"border", | |||
"bodystyle", | |||
"basestyle", | |||
"titlestyle", | |||
"groupstyle", | |||
"liststyle", | |||
"group1style", | |||
"list1style", | |||
"groupwidth", | |||
"listpadding", | |||
"oddstyle", | |||
"evenstyle", | |||
"evenodd", | |||
"abovestyle", | |||
"belowstyle", | |||
"imagestyle", | |||
"imageleftstyle" | |||
] | |||
} | |||
</templatedata> | |||
== 넘겨주기 == | == 넘겨주기 == |