Template:Navbox/sub: Difference between revisions
From Halopedia, the Halo wiki
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
}} | }} | ||
{{!}}- | {{!}}- | ||
{{!}} class="navbox-group" style="width:{{{width| | {{!}} class="navbox-group" style="width:{{{width|auto}}};background:{{{bg|none}}};color:{{{color|#000}}};text-align:center;font-weight:bold;padding:0.2em 0.25em 0" {{!}} {{{group{{#var:key}}|}}} {{!}}{{!}} class="navbox-list" style="padding:0.2em 0.25em 0" {{!}} {{#var:value}} | ||
}} | }} | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
Line 15: | Line 15: | ||
=== Customization === | === Customization === | ||
* '''width''' - Width of the group cell(s). Default: <code> | * '''width''' - Width of the group cell(s). Default: <code>auto</code> | ||
* '''bg''' - Background | * '''bg''' - Background of the group cell(s). Default: <code>none</code> | ||
* '''color''' - Text color of the group cell(s). Default: <code>#000</code> | * '''color''' - Text color of the group cell(s). Default: <code>#000</code> | ||
[[Category:Formatting templates]]</noinclude> | [[Category:Formatting templates]]</noinclude> |
Revision as of 17:45, May 17, 2022
This templates allows for the use of sub-sections within navbox sections.
Usage
Content
Use groupX and listX parameters, where X represents numbers. Similar to Template:Navbox.
Customization
- width - Width of the group cell(s). Default:
auto
- bg - Background of the group cell(s). Default:
none
- color - Text color of the group cell(s). Default:
#000