Halls of Torment Wiki

This guide is for wiki contributors. It covers editing and using the HoT wiki's custom templates.

Template Categories[]

To view all the custom templates, view these category/special pages:

Infoboxes[]

Name Description Example Pages
Ability Infobox for an Ability Astronomer's Orbs
Effect Infobox for a Status Effect Burn
Pickup Infobox for a Pickup Angelic Boon

Data[]

These templates store all the data for a specific group. They are intended to be used by the table templates listed below, but can be used in other ways if needed.

Name Description Example Pages
Item_Data Data for all Items Items, Burn

Tables[]

Table templates generate the header and rows for a given table. They use data from a data template, as listed above.

The outer table HTML still needs to be added, eg:

<table class="article-table sortable">
	{{Item_TableHeader}}
	{{Item_TableRow|Electrostatic Treads}}
	{{Item_TableRow|Blazing Shell}}
</table>
Header Row Description Example Pages
Item_TableHeader Item_TableRow Table header/rows for Items Items, Burn

Other Templates[]

Name Description Example Pages
MainArticle Links to the main article. A clean alternative to writing "See main article: ..." Glossary § Attributes
DiscordIntegrator Inserts the Discord box shown in the sidebar. Should not be used by non-admins. -