Template:ItemInfo/entry

From CrossCode Wiki
Jump to navigation Jump to search
File:Template-info.svg Template Documentation

This Template is for ItemInfo. It creates an Entry.

TemplateData

No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Item Namename

Item Name for this entry

Stringrequired
Name OverrideshowName

Shows the defined name/Overrides the Item-Name (alternative Name).

Stringoptional
No RenamenoRename

Disable or enable noRename (prevent auto-rename).

Default
false
Booleanoptional
Level overridelevel

Set a custom level to display.

Numberoptional
Item descriptiondesc

Description for this Item.

Contentsuggested
Item useuse

Use information for this Item (do not use with parameter "effect")

Contentoptional
Item effectseffect

Effects for this Item (do not use with parameter "use")

Contentoptional
Item notenote

Note for this Item (do not use with parameter "trade" or "find")

Contentoptional
Item locationfind

Location for this Item (do not use with parameter "note")

Contentoptional
Trade Tabletrade

TradeTable for this Item (do not use with parameter "note")

Contentoptional

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
Sandwich
A simple lunch for travels. Heals 15% of max HP.
  • HP +15%



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
Chef Sandwich
A delicious meal for fine adventurers. Heals 50% of max HP.
  • HP +50%
Trade Offers
Chef Sandwich

Veggie Set Fruit Set 420 Credits

Rookie Harbor Marketplace



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
Placebotion
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 Mega-Sandwiches



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
Placebotion

Placeholder for consumable items before they were implemented. Removed in v0.1.3. Old saves replace them with Mega-Sandwiches



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
LV20Disciple Gloves
A rather tattered red Bandana once worn by a wandering warrior.
MAXHP -50
ATK +2
DEF +10
FOC +15
Royal Guard +25%
  • Sell for 1 credit



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
LV01-Rauser
Example description

It has no use

Example