Jump to content

Template:Navbox: Difference between revisions

From DevilutionX Wiki
No edit summary
Replaced content with "Currently not used."
Tag: Replaced
 
Line 1: Line 1:
<includeonly>
Currently not used.
{| class="navbox dxx-navbox"
! colspan="2" class="dxx-navbox-title" | {{{title|Navigation}}}
 
|-
! colspan="2" class="dxx-navbox-header" | {{{header1|}}}
|-
! class="dxx-navbox-group" | {{{group1|}}}
| class="dxx-navbox-list"  | {{{list1|}}}
 
|-
! colspan="2" class="dxx-navbox-header" | {{{header2|}}}
|-
! class="dxx-navbox-group" | {{{group2|}}}
| class="dxx-navbox-list"  | {{{list2|}}}
 
|-
! colspan="2" class="dxx-navbox-header" | {{{header3|}}}
|-
! class="dxx-navbox-group" | {{{group3|}}}
| class="dxx-navbox-list"  | {{{list3|}}}
 
|-
! colspan="2" class="dxx-navbox-header" | {{{header4|}}}
|-
! class="dxx-navbox-group" | {{{group4|}}}
| class="dxx-navbox-list"  | {{{list4|}}}
 
|-
! colspan="2" class="dxx-navbox-header" | {{{header5|}}}
|-
! class="dxx-navbox-group" | {{{group5|}}}
| class="dxx-navbox-list"  | {{{list5|}}}
 
|-
! colspan="2" class="dxx-navbox-header" | {{{header6|}}}
|-
! class="dxx-navbox-group" | {{{group6|}}}
| class="dxx-navbox-list"  | {{{list6|}}}
 
|}
</includeonly>
 
<noinclude>
Basic navbox meta-template.
 
* <code>title</code>  – navbox title
* <code>headerN</code> – optional full-width section headings
* <code>groupN</code>  – optional left label
* <code>listN</code>  – contents (links or {{ItemList}}), can be bullet list
 
Empty cells/rows are hidden via CSS.
 
[[Category:Navbox templates]]
</noinclude>

Latest revision as of 04:44, 1 December 2025

Currently not used.