Template:Item Data
Summary[edit]
This template is used to store the data for quest items so they can be accessed with the Quest Item template. Only use hyperlinks with the enchantment and notes parameters. The output is meant to go into a table. Each entry automatically can be linked to either by name or by ID (ex: Skyrim:Clothing#0005b6a1). This is not recommended for multiple IDs since, currently, the entire value must be used.
Parameters[edit]
Parameter | Scope | Description |
---|---|---|
name | required | The actual name of the item. This is a linkable entry. Ex: Amren's Family Sword |
displayname | optional | Text to display instead of the name. Use this to include other templates in the name field of the table such as {{Hover}} or {{DG}}. |
icon | optional | An icon to display in the first column. Only the file name of the image is necessary. The rest will be added automatically. |
customicon | optional | Use this parameter for special cases, where there are multiple icons or additional formatting is required. The value of this parameter will be used directly, in favor of icon , with no automation. |
id | required | The item's ID (e.g., 000647ac). Separate multiple IDs with commas. |
idsep | optional | Multiple IDs will normally be separated with a comma and a space; use this parameter to use something else (typically, <br> ). |
type | required | The type of item. Ex: 1 Hand Sword |
temp | optional | What item it is tempered with (improved via Smithing). Ex: Iron Ingot If left undefined or empty, it will hide the column. If set to "Not possible" or "N/A", these will be displayed verbatim, without the perk. |
perk | optional | What perk is necessary to improve it. Ex: Ebony Smithing The perk will only be displayed if temp is set to a linkable value. If perk is blank, it will display "Perk: None". |
weight | required | The weight of the item. Quest items have no actual weight; this is for completeness. Ex: 9 |
value | required | The value of the item. You can't sell quest items; this is for completeness. Ex: 25 |
damage | optional | The amount of damage the item can deal or the armor rating. Ex: 7 |
enchantment | optional | The item's enchantment, if it has one. Ex: Target takes 15 points of frost damage to Health and Stamina:
|
quest | optional | The quest that the item is associated with. Ex: Dungeon Delving (Bandits). If there are multiple quests, separate them with semicolons, like so:
|
questsplit | optional | Use a value of 2 for this parameter to cause the quest parameter to be split in groups of two. In this case, the first value in each pair is the quest name; the second value is any additional text to append, such as {{DG}}. Only values of 1 or 2 are currently valid for this parameter, with 1 being the default value if not specified.Ex: quest=Touching the Sky;{{DG}}|questsplit=2 would produce Touching the SkyDG. |
notes | optional | Any notes. Ex: This is a weapon |
savename | required ifname > 20 chars |
If name is longer than 20 characters, you must use this parameter to specify a name of 20 characters or less to save the item as. If specified, use this name when calling {{Quest Item}}. |
Examples[edit]
The following are examples of how to use the template:
{{Item Data|icon=SR-icon-weapon-Iron Sword.png|name=Amren's Family Sword|id=000647ac|type=1 Hand Sword|temp=Iron Ingot|weight=9|value=25|damage=7|quest=Dungeon Delving (Bandits)}}
Icon | Name (ID) | Type | Tempering | Enchantment/Quest/Notes | |||
---|---|---|---|---|---|---|---|
Amren's Family Sword (000647ac) |
1 Hand Sword | Iron Ingot; Perk: None |
9 | 25 | 7 | Quest: Dungeon Delving |
{{Item Data|icon=SR-icon-jewelry-Amulet of the Elder Council.png|name=Amulet of the Elder Council|id=000c8913|temp=N/A|type=Amulet|weight=0|value=10000|damage=0|quest=The Silence Has Been Broken}}
Icon | Name (ID) | Type | Tempering | Enchantment/Quest/Notes | |||
---|---|---|---|---|---|---|---|
Amulet of the Elder Council (000c8913) |
Amulet | N/A | 0 | 10000 | 0 | Quest: The Silence Has Been Broken |
{{Item Data|icon=SR-icon-misc-CoralDragonClaw.png|name=Coral Dragon Claw|id=000b634c|weight=0.5|value=150|quest=Yngol's Barrow|notes=* Obtained from [[Skyrim:Birna|Birna]], or found in [[Skyrim:Yngol_Barrow|Yngol Barrow]].}}
Icon | Name (ID) | ! Quest/Notes | ||
---|---|---|---|---|
Coral Dragon Claw (000b634c) |
0.5 | 150 | Quest: Yngol's Barrow
|
{{Item Data|icon=SR-icon-misc-BrokenAzura'sStar.png|name=Broken Azura's Star|id=00028ad7|weight=9|value=25|quest=The Black Star|notes=* Located in [[Skyrim:Ilinalta's Deluge|Ilinalta's Deluge]] ([[Skyrim:Falkreath Hold|Falkreath Hold]])}}
Icon | Name (ID) | Quest/Notes | ||
---|---|---|---|---|
Broken Azura's Star (00028ad7) |
0.5 | 0 | Quest: The Black Star
|
{{Item Data|icon=SR-icon-misc-Aetherium Crest.png|name=Aetherium Crest|displayname=Aetherium Crest {{DG}}|id=xx00575b|weight=1|value=1000|quest=Lost to the Ages|notes=*Made up of the Aetherium Shards found during the quest.}}
Icon | Name (ID) | Quest/Notes | ||
---|---|---|---|---|
Aetherium Crest DG (xx00575b) |
1 | 1000 | Quest: Lost to the Ages
|
{{Item Data|icon=SR-icon-misc-JeweledPitcher.png|name=Jeweled Pitcher|id=00044e6e|weight=0|value=0|quest=The Sweep Job; The Burglary Job}}
Icon | Name (ID) | Quest/Notes | ||
---|---|---|---|---|
Jeweled Pitcher (00044e6e) |
0 | 0 | Quests: The Sweep Job, The Burglary Job |