Summary[edit]
Format a table row for displaying Contraband items.
Parameters[edit]
ESO Treasure Entry
Parameter |
Scope |
Description |
icon or 1 |
optional |
The icon for the item. Use of {{icon}} is recommended but not required. |
name or 2 |
required |
The name of the item. |
description or 3 |
optional |
The in-game item description. |
type or 4 |
optional |
A list of Treasure Types the item falls under. |
quality or 5 |
optional |
The item quality. See below. |
id or itemid |
optional |
The ItemID, if known, for {{Item Link}}. |
value |
optional |
The value of the item if not the default for its quality (Trash = 0, Normal = 40, Fine = 100, Superior = 250, Epic = 1500, Legendary = 0) |
vn |
optional |
Set vn=1 if the item requires in-game verification. |
Quality[edit]
- Normal Quality -
b
, base
, c
, common
, n
, normal
- Fine Quality -
f
, fine
- Superior Quality -
s
, superior
- Epic Quality -
e
, epic
, a
, artifact
- Legendary Quality -
l
, legendary
Example[edit]
- Inline, with ItemID
{|class="wikitable sortable"
!class="unsortable"|Icon!!class="unsortable"|Item!!class="unsortable"|Description!!width=5%|Value!!class="unsortable"|Tags
{{ESO Treasure Entry|{{icon|st|Doll}}|Queen Arzhela Doll|Ever a favorite of the people, this doll likeness of Queen Arzhela is very popular among young girls in Northern Bangkorai.|Dolls, Oddities|Superior|id=61658}}
|}
Icon |
Item |
Description |
Value |
Tags |
|
Queen Arzhela Doll |
Ever a favorite of the people, this doll likeness of Queen Arzhela is very popular among young girls in Northern Bangkorai. |
00000250250 |
Dolls, Oddities |
- Stacked, no ItemID
{|class="wikitable sortable"
!class="unsortable"|Icon!!class="unsortable"|Item!!class="unsortable"|Description!!width=5%|Value!!class="unsortable"|Tags
{{ESO Treasure Entry
|icon={{icon|st|Doll}}
|name=Queen Arzhela Doll
|description=Ever a favorite of the people, this doll likeness of Queen Arzhela is very popular among young girls in Northern Bangkorai.
|type=Dolls, Oddities
|quality=3
}}
|}
Icon |
Item |
Description |
Value |
Tags |
|
Queen Arzhela Doll |
Ever a favorite of the people, this doll likeness of Queen Arzhela is very popular among young girls in Northern Bangkorai. |
00000250250 |
Dolls, Oddities |