Usage
This template creates a mod icon for the VH Research UI system.
Parameters
- id (required) - The unique mod identifier used for JavaScript interactions
- name (required) - Display name shown in tooltips
- description - Brief description of the mod's functionality
- icon - Image filename (defaults to name if not specified)
- curseforge - URL to the mod's CurseForge page
- wiki - URL to the mod's wiki or main documentation
- documentation - URL to additional documentation (GitHub, etc.)
- support - URL to Discord or other support channels
- note - Special notes (e.g., "Custom modpack feature")
- prerequisites - Comma-separated list of prerequisite mod IDs
Examples
{{VHModIcon |id=thermal-expansion |name=Thermal Expansion |description=Tech mod with machines and automation. |curseforge=https://www.curseforge.com/minecraft/mc-mods/thermal-expansion |wiki=https://teamcofh.com/ }} {{VHModIcon |id=vault-compass |name=Vault Compass |description=Compass for vault navigation. |note=No CurseForge link available (feature of Vault Mod) }}
Creates a mod icon with tooltip and metadata for the VH Research UI
Parameter | Description | Type | Status | |
---|---|---|---|---|
Mod ID | id | The unique identifier for the mod (used in data-mod attribute)
| String | required |
Display Name | name | The name shown in tooltips and UI
| String | required |
Description | description | Brief description of what the mod does
| String | optional |
Icon Name | icon | Image filename (without .png extension). Defaults to name if not specified.
| String | optional |
CurseForge URL | curseforge | Link to the mod's CurseForge page | URL | optional |
Wiki URL | wiki | Link to mod wiki | URL | optional |
Documentation URL | documentation | Link to additional documentation | URL | optional |
Support URL | support | Discord or other support link | URL | optional |
Note | note | Special note about the mod (e.g., 'Custom modpack feature') | String | optional |
Prerequisites | prerequisites | Comma-separated list of prerequisite mod IDs
| String | optional |
[view] [edit] [history] [purge]The above documentation is transcluded from Template:VHModIcon/doc.