This Template is for ItemInfo. It creates an Entry.
TemplateData
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Item Name | name | Item Name for this entry | String | required |
| Name Override | showName | Shows the defined name/Overrides the Item-Name (alternative Name). | String | optional |
| No Rename | noRename | Disable or enable noRename (prevent auto-rename).
| Boolean | optional |
| Level override | level | Set a custom level to display. | Number | optional |
| Item description | desc | Description for this Item. | Content | suggested |
| Item use | use | Use information for this Item (do not use with parameter "effect") | Content | optional |
| Item effects | effect | Effects for this Item (do not use with parameter "use") | Content | optional |
| Item note | note | Note for this Item (do not use with parameter "trade" or "find") | Content | optional |
| Item location | find | Location for this Item (do not use with parameter "note") | Content | optional |
| Trade Table | trade | TradeTable for this Item (do not use with parameter "note") | Content | optional |
Examples
Code:
{| class="wikitable sortable" style="width: 100%;"
|-
! style="width: 15%;" | Name and Description
! class="unsortable" style="width: 15%;" | Effects and Uses
! class="unsortable" style="width: 70%;" |How to Find
|-
{{ItemInfo/entry
| name = Sandwich
| desc = A simple lunch for travels. Heals 15% of max HP.
| effect = * HP +15%
| find =
* Sold by [[Carla Salvatore|Carla]] for 100 Credits
* Sold by the [[Rookie Harbor]] item shop for 100 Credits
* Find x3 in chest in [[Rhombus Dungeon]]
* Find x5 in chest in [[Autumn's Rise]]
* Find x3 in chest in [[Autumn's Rise]]
* Dropped by [[Hedgehag]] (high-rank)
* Reward for the {{QuestLink|Round and Round}} quest in [[Autumn's Rise]]
}}
|}
Result:
| Name and Description | Effects and Uses | How to Find |
|---|---|---|
A simple lunch for travels. Heals 15% of max HP.
|
|
|
Code:
{| class="wikitable sortable" style="width: 100%;"
|-
! style="width: 15%;" | Name and Description
! class="unsortable" style="width: 15%;" | Effects and Uses
! class="unsortable" style="width: 70%;" |How to Find
|-
{{ItemInfo/entry
| name = Chef Sandwich
| desc = A delicious meal for fine adventurers. Heals 50% of max HP.
| effect = * HP +50%
| find =
* Sold by the [[Rookie Harbor]] item shop for 700 Credits (after reaching [[Bergen Trail]])
* Sold by the [[Bergen Village]] item shop for 700 Credits
* Find x6 in chest in [[Bergen Trail]]
* Reward for the {{QuestLink|Round and Round}} quest in [[Autumn's Rise]]
* Trade
| trade = {{TradeTable|
{{TradeTable/Entry
| Chef Sandwich | 1
| Veggie Set | 1
| Fruit Set | 1
| location = [[Rookie Harbor]] Marketplace
| cost = 420
}}
}}
}}
|}
Result:
| Name and Description | Effects and Uses | How to Find | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
A delicious meal for fine adventurers. Heals 50% of max HP.
|
|
| |||||||||
Code:
{| class="wikitable sortable" style="width: 100%;"
|-
! style="width: 15%;" | Name and Description
! class="unsortable" style="width: 85%;" | Notes
|-
{{ItemInfo/entry
| name = Placebotion
| level = 10
| desc = Has no real effect, but using it might make you feel better. Sadly, you can't right now.
| note = Placeholder for consumable items before they were implemented. Removed in v0.1.3. Old saves replace them with {{nowrap|{{ItemLink|Mega-Sandwich|nowrap=0}}es}}
}}
|}
Result:
| Name and Description | Notes |
|---|---|
Has no real effect, but using it might make you feel better. Sadly, you can't right now.
|
Placeholder for consumable items before they were implemented. Removed in v0.1.3. Old saves replace them with |
Code:
{| class="wikitable sortable" style="width: 100%;"
|-
! style="width: 15%;" | Name and Description
! class="unsortable" style="width: 85%;" | Notes
|-
{{ItemInfo/entry
| name = Placebotion
| note = Placeholder for consumable items before they were implemented. Removed in v0.1.3. Old saves replace them with {{nowrap|{{ItemLink|Mega-Sandwich|nowrap=0}}es}}
}}
|}
Result:
| Name and Description | Notes |
|---|---|
|
Placeholder for consumable items before they were implemented. Removed in v0.1.3. Old saves replace them with |
Code:
{| class="wikitable sortable" style="width: 100%;"
|-
! style="width: 15%;" | Name and Description
! class="unsortable" style="width: 15%;" | Properties and Uses
! class="unsortable" style="width: 70%;" | Notes
|-
{{ItemInfo/entry
| name = Disciple Gloves
| level = 20
| showName = Red Bandana (Weapon)
| desc = A rather tattered red Bandana once worn by a wandering warrior.
| use =
{{StatsList
| maxHP = -50
| atk = +2
| def = +10
| foc = +15
| royalGuard = +25
}}
* Sell for 1 credit
| note = * Reward for {{QuestLink|The Legendary Bunny}} quest in Bergen Trail in v0.7.0. Replaced and overwritten by the functionally identical {{ItemLink|Disciple Gloves}} in v0.8.0, with its name taken for the {{ItemLink|Red Bandana}} headwear item.
}}
|}
Result:
| Name and Description | Properties and Uses | Notes |
|---|---|---|
A rather tattered red Bandana once worn by a wandering warrior.
|
|
|
Code:
{| class="wikitable sortable" style="width: 100%;"
|-
! style="width: 15%;" | Name and Description
! class="unsortable" style="width: 15%;" | Properties and Uses
! class="unsortable" style="width: 70%;" | Notes
|-
{{ItemInfo/entry
| name = -Rauser
| noRename = 1
| desc = Example description
| use = It has no use
| note = Example
}}
|}
Result:
| Name and Description | Properties and Uses | Notes |
|---|---|---|
Example description
|
It has no use |
Example |
