Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 05:36, 15 July 2025 by Mnooseman (talk | contribs) (Created page with "<includeonly><templatestyles src="Template:VHCategory/styles.css" /> <div class="vho-category"> <div class="vho-category-header {{{class}}}"> <div class="vho-category-icon">{{PixelatedImage|{{{icon}}}|50px}}</div>{{{title}}} </div> <div class="vho-category-content"> {{{content}}} </div> </div></includeonly><noinclude>{{Documentation}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
Documentation[view] [edit] [history] [purge]

Creates a research category container with header and mod icons

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
CSS Classclass

CSS class for category styling (e.g., storage, looting, power)

Suggested values
storage looting power handling big-mods qol big-toys production vault-upgrades
Example
storage
Stringrequired
Category Titletitle

Display name for the category

Example
Storage
Stringrequired
Category Iconicon

Image filename for the category header icon

Example
ResearchGroup Storage.png
Stringrequired
Category Contentcontent

The mod icons to display in this category (usually transcluded from a data page)

Contentrequired

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}}
}}
[view] [edit] [history] [purge]The above documentation is transcluded from Template:VHCategory/doc.