Template:Navbox: Difference between revisions
Appearance
m Fix missing section |
No edit summary |
||
| Line 3: | Line 3: | ||
! colspan="2" class="dxx-navbox-title" | {{{title|Navigation}}} | ! colspan="2" class="dxx-navbox-title" | {{{title|Navigation}}} | ||
|- | |- | ||
! colspan="2" class="dxx-navbox-header" | {{{header1 | ! colspan="2" class="dxx-navbox-header" | {{{header1|}}} | ||
|- | |- | ||
! class="dxx-navbox-group" | {{{group1|}}} | |||
! class="dxx-navbox-group" | {{{group1}}} | | class="dxx-navbox-list" | {{{list1|}}} | ||
| class="dxx-navbox-list" | {{{list1 | |||
}} | |||
|- | |- | ||
! colspan="2" class="dxx-navbox-header" | {{{header2 | ! colspan="2" class="dxx-navbox-header" | {{{header2|}}} | ||
|- | |- | ||
! class="dxx-navbox-group" | {{{group2|}}} | |||
! class="dxx-navbox-group" | {{{group2}}} | | class="dxx-navbox-list" | {{{list2|}}} | ||
| class="dxx-navbox-list" | {{{list2 | |||
}} | |||
|- | |- | ||
! colspan="2" class="dxx-navbox-header" | {{{header3 | ! colspan="2" class="dxx-navbox-header" | {{{header3|}}} | ||
|- | |- | ||
! class="dxx-navbox-group" | {{{group3|}}} | |||
! class="dxx-navbox-group" | {{{group3}}} | | class="dxx-navbox-list" | {{{list3|}}} | ||
| class="dxx-navbox-list" | {{{list3 | |||
}} | |||
|- | |- | ||
! colspan="2" class="dxx-navbox-header" | {{{header4 | ! colspan="2" class="dxx-navbox-header" | {{{header4|}}} | ||
|- | |- | ||
! class="dxx-navbox-group" | {{{group4|}}} | |||
! class="dxx-navbox-group" | {{{group4}}} | | class="dxx-navbox-list" | {{{list4|}}} | ||
| class="dxx-navbox-list" | {{{list4 | |||
}} | |||
|- | |- | ||
! colspan="2" class="dxx-navbox-header" | {{{header5 | ! colspan="2" class="dxx-navbox-header" | {{{header5|}}} | ||
|- | |- | ||
! class="dxx-navbox-group" | {{{group5|}}} | |||
! class="dxx-navbox-group" | {{{group5}}} | | class="dxx-navbox-list" | {{{list5|}}} | ||
| class="dxx-navbox-list" | {{{list5 | |||
}} | |||
|- | |- | ||
! colspan="2" class="dxx-navbox-header" | {{{header6 | ! colspan="2" class="dxx-navbox-header" | {{{header6|}}} | ||
|- | |- | ||
! class="dxx-navbox-group" | {{{group6|}}} | |||
! class="dxx-navbox-group" | {{{group6}}} | | class="dxx-navbox-list" | {{{list6|}}} | ||
| class="dxx-navbox-list" | {{{list6 | |||
}} | |||
|} | |} | ||
| Line 97: | Line 43: | ||
<noinclude> | <noinclude> | ||
Basic navbox meta-template used to build navigation boxes. | |||
* <code>title</code> – navbox title | * <code>title</code> – required; navbox title | ||
* <code>headerN</code> – optional section | * <code>headerN</code> – optional section headers (full-width) | ||
* <code>groupN</code> – | * <code>groupN</code> – label in left column | ||
* <code>listN</code> – links | * <code>listN</code> – content in right column (links, {{ItemList}}, etc.) | ||
Up to 6 header/group/list blocks are supported here. | |||
Copy-paste the pattern if you ever need more. | |||
[[Category:Navbox templates]] | [[Category:Navbox templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 22:58, 30 November 2025
Basic navbox meta-template used to build navigation boxes.
title– required; navbox titleheaderN– optional section headers (full-width)groupN– label in left columnlistN– content in right column (links, Template:ItemList, etc.)
Up to 6 header/group/list blocks are supported here. Copy-paste the pattern if you ever need more.