Template:Navbox
Usage
This is a meta-template for creating navigation boxes. Use it to build specific navboxes for different topics.
Basic Usage
{{Navbox | name = TemplateName | title = Navigation Title | group1 = Group Name | list1 = [[Link1]] • [[Link2]] • [[Link3]] | group2 = Another Group | list2 = [[Link4]] • [[Link5]] }}
Advanced Usage with Colors
{{Navbox | name = TemplateName | title = Navigation Title | titlecolor = #ff6b6b | groupcolor = #4ecdc4 | listcolor = #ffe66d | bodycolor = #f7f7f7 | group1 = Group Name | list1 = [[Link1]] • [[Link2]] • [[Link3]] }}
Parameters
- name - Template name (for edit links)
- title - Main title of the navbox
- above - Text above all groups (optional)
- group1-12 - Group headers (optional)
- list1-12 - Content for each group/list
- below - Text below all groups (optional)
Color Parameters (Optional)
- titlecolor - Title bar background color (default: #ccccff)
- groupcolor - Group header background color (default: #eeeeee)
- listcolor - List content background color (default: #ffffff)
- bodycolor - Main navbox background color (default: #f9f9f9)
- abovecolor - Above section background color (default: #ddddff)
- belowcolor - Below section background color (default: #ddddff)
All colors accept hex codes (#ff0000), RGB values, or CSS color names (red, blue, etc.).