Template: Item header


Usage

{{template-item-header
| name=
| externalIcon=
| projName=
| externalProjIcon=
| desc=
| upgrade=
| upgradeOf=
| reskin=
| reskinOf=
| legacy=
| legacyOf=
}}

Mandatory parameters

name - The name of the item.
icon - For the item image. This parameter allows the inclusion of images from the database of game objects (https://static.drips.pw/rotmg/wiki/). To use properly, omit that part of the URL. Images from outside the wiki can be linked by replacing icon with externalIcon and including the full image URL.
desc - The flavor text of the item which displays in its ingame tooltip.

Optional parameters

projName - The name of the item’s projectile, as specified in the game XML.
projIcon - For the item’s projectile image. This parameter allows the inclusion of images from the database of game objects (https://static.drips.pw/rotmg/wiki/Projectiles/). To use properly, omit that part of the URL. Images from outside the wiki can be linked by replacing projIcon with externalProjIcon and including the full image URL.
projName2 - For items with 2 projectiles
projIcon2 - For items with 2 projectiles. Images from outside the wiki can be linked by replacing projIcon2 with externalProjIcon2 and including the full image URL.
projName3 - For items with 3 projectiles
projIcon3 - For items with 3 projectiles. Images from outside the wiki can be linked by replacing projIcon3 with externalProjIcon3 and including the full image URL.
projName4 - For items with 4 projectiles
projIcon4 - For items with 4 projectiles. Images from outside the wiki can be linked by replacing projIcon4 with externalProjIcon4 and including the full image URL.
upgrade - If the item has upgraded versions, add a list of the upgrades here. Links must be in HTML; markdown is not supported.
upgradeOf - If the item is a upgrade of another item, add a link to the original item here. Links must be in HTML; markdown is not supported. Please do not use both upgrade AND upgradeOf on the same item as these attributes are mutually exclusive.
reskin - If the item has reskinned versions, add a list of the reskins here. Links must be in HTML; markdown is not supported.
reskinOf - If the item is a reskin of another item, add a link to the original item here. Links must be in HTML; markdown is not supported. Please do not use both reskin AND reskinOf on the same item as these attributes are mutually exclusive.
legacy - If the item has a legacy version, add it here. Links must be in HTML; markdown is not supported.
legacyOf - If the item is a legacy version of another item, add a link to the original item here. Links must be in HTML; markdown is not supported. Please do not use both legacy AND legacyOf on the same item as these attributes are mutually exclusive.