Creates a research category container with header and mod icons
Parameter | Description | Type | Status | |
---|---|---|---|---|
CSS Class | class | CSS class for category styling (e.g., storage, looting, power)
| String | required |
Category Title | title | Display name for the category
| String | required |
Category Icon | icon | Image filename for the category header icon
| String | required |
Category Content | content | The mod icons to display in this category (usually transcluded from a data page) | Content | required |
Usage
This template creates a category section for the VH Research UI system.
Parameters
- class (required) - CSS class for styling (determines background color)
- title (required) - Display title for the category
- icon (required) - Category header icon filename
- content (required) - Mod icons content (usually transcluded)
Available CSS Classes
- storage - Teal gradient
- looting - Gold gradient
- power - Red gradient
- handling - Brown gradient
- big-mods - Green gradient
- qol - Teal gradient
- big-toys - Blue gradient
- production - Light blue gradient
- vault-upgrades - Gold gradient
Examples
{{VHCategory |class=storage |title=Storage |icon=ResearchGroup Storage.png |content={{:VH Research UI/Storage}} }}