Summary
Format a table row for displaying Contraband items.
Parameters
ESO Contraband Item
Parametri |
Visibilità |
Descrizione |
icon |
optional |
The icon for the item. Use of {{icon}} is recommended but not required. |
name |
required |
The name of the item. |
description |
optional |
The in-game item description. |
type |
optional |
A list of Treasure Types the item falls under. |
quality |
optional |
The item quality. See below. |
id |
optional |
The ItemID, if known, for {{Item Link}}. |
vn |
optional |
Set vn=1 if the item requires in-game verification. |
Quality
- 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
- Inline, with ItemID
{|class="wikitable sortable"
!class="unsortable"|Icon!!class="unsortable"|Item!!class="unsortable"|Description!!width=5%|Value!!class="unsortable"|Tags
|-
{{ESO Contraband Item|{{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. |
Online:Contraband |
Dolls, Oddities |
- Stacked, no ItemID
{|class="wikitable sortable"
!class="unsortable"|Icon!!class="unsortable"|Item!!class="unsortable"|Description!!width=5%|Value!!class="unsortable"|Tags
|-
{{ESO Contraband Item
|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. |
Online:Contraband |
Dolls, Oddities |