메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

:InfoboxNeue/doc

이터널리턴 이스포츠 위키
Mongsil (토론 | 기여)님의 2024년 12월 2일 (월) 21:38 판 (새 문서: {{Documentation}} {{t|InfoboxNeue}} is a general use infobox template. See Module:InfoboxNeue for more documentation. === Usage === <syntaxhighlight> {{InfoboxNeue | snippet = <!-- Text that goes after "Quick facts: ", defaults to the page's root name --> | image = <!-- File name without namespace prefix --> | indicator = <!-- Indicator data, required for the other indicator arguments --> | indicatorClass = <!-- Indicator class --> | title...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

{{InfoboxNeue}} is a general use infobox template. See Module:InfoboxNeue for more documentation.

Usage

{{InfoboxNeue
| snippet           = <!-- Text that goes after "Quick facts: ", defaults to the page's root name -->
| image             = <!-- File name without namespace prefix -->
| indicator         = <!-- Indicator data, required for the other indicator arguments -->
| indicatorClass    = <!-- Indicator class -->
| title             = <!-- The title -->
| subtitle          = <!-- The subtitle -->

| sectionX          = <!-- Section X' title -->
| section-subtitleX = <!-- Section X' subtitle -->
| section-colX      = <!-- Amount of columns in section X, defaults to 2 -->
<!-- or -->
| col               =
| labelY            = <!-- The label of item Y under section X, there mustn't be others with the same index (Y) -->
| contentY          = <!-- The content of item Y, is required for each label --> 
}}

Example

{{InfoboxNeue
| indicator         = Indicator
| image             = Pico_at_New_Babbage_1_1.jpg

| title             = Hello world
| subtitle          = Lorem ipsum

| section1          = 1st section
| section-subtitle1 = 1st section's subtitle
| label1            = 1st item's label
| content1          = item's content

| section2          = 2nd section
| section-subtitle2 = 2nd section's subtitle
| label2            = 1st item's label
| content2          = 1st item's content
| label3            = 2nd item's label
| content3          = 2nd item's content
}}
개요:
InfoboxNeue/doc
Indicator
Hello world
Lorem ipsum
1st section
1st section's subtitle
1st item's label
item's content
2nd section
2nd section's subtitle
1st item's label
1st item's content
2nd item's label
2nd item's content