Minecraft Wiki

Minecraft 위키가 Weird Gloop으로 이사를 시작합니다. 현재는 영어 위키만 적용된 사항이며, 한국어는 추후 이사 예정이니 참고해주세요.


새로 오신 분들은 길라잡이위키 규칙을 꼭 읽어주세요.

문서 작성번역을 도와주시면 이 위키에 큰 힘이 됩니다.

READ MORE

Minecraft Wiki
Advertisement
이 문서는 설명문서입니다. 틀 페이지 본문에 삽입되어야 합니다. 자세한 정보는 틀:Documentation를 참조하십시오.
Lua logo
이 틀은 모듈:Navbox을(를) 사용하는, 루아로 작성된 스크립트입니다.
자세히 알아보려면 루아 혹은 mw:Extension:Scribunto를 참조하십시오.

This template should be used to in navbox templates, which should then be included at the bottom of each page that is linked in the template.

Usage[]

Parameter(s) Usage Default value(s)
{{{name}}} Should be identical to the template's name without namespace. Does nothing unless {{{1}}} is set to navbar or navbar-mini. {{{name}}}
{{{title}}} Sets the title used at the top of the navbox. {{{title}}}
{{{class}}} Allows you to change the collapsing state of the table. More info. Collapsed is removed while on pages in the Template namespace, to make editing easier. collapsible collapsed
{{{1}}} navbar: Will add a navigation bar giving links to view, discuss, and edit the template. Requires {{{name}}} to be set. Note: This will only correctly link to templates that are actually in the Template: namespace.

navbar-mini: Identical to navbar, except the titles of the links are v, d, and e instead of view, discuss, and edit.

None
{{{titlestyle}}} Allows custom styling for the title area None
{{{bodystyle}}} Allows custom styling for the body area None
{{{groupstyle}}} Allows custom styling for the group area None
{{{liststyle}}} Allows custom styling for the list area None
{{{groupn}}} Adds the heading for the group number specified {{{group1}}} = {{{group1}}}
{{{group2+}}} = None
{{{listn}}} Adds text for the list number specified {{{list1}}} = {{{list1}}}
{{{list2+}}} = None

Example[]

{{navbox
| title  = Example

| group1 = Example group 1
| list1  = Example list 1

| group2 = Example group 2
| list2  = Text above a child navbox
{{navbox
 | group1 = Example Sub-group 1
 | list1  = Example Sub-list 1

 | group2 = Example Sub-group 2
 | list2  = Example Sub-list 2<br>Taking up two lines

 | group3 = Example Sub-group 3
 | list3  = Example Sub-list 3
}}
* Horizontal list
* Under a child navbox
}}

함께 보기[]

Advertisement