More actions
Created page with "<templatedata> { "params": { "class": { "label": "CSS Class", "description": "CSS class for category styling (e.g., storage, looting, power)", "type": "string", "required": true, "example": "storage", "suggestedvalues": ["storage", "looting", "power", "handling", "big-mods", "qol", "big-toys", "production", "vault-upgrades"] }, "title": { "label": "Category Title", "description": "Display name for the category..." Tag: 2017 source edit  |
(No difference)
|
Latest revision as of 05:37, 15 July 2025
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}} }}