Xenoblade Wiki
Advertisement
Description
This template is used to create an item infobox for Xenoblade Chronicles X. Formatting is done in the wiki's CSS, with color variations dependent on the "rate" field.
Syntax
{{Infobox collectible
| name     = item name [default: pagename]
| image    = filename
| caption  = in-game description
| rate     = Common, Rare, Unique, …
| category = Vegetables, Fruits, …
| source   = in-game region
| sell     = price player can sell it for
}}
Example

The preview above is created using the following code:

{{Infobox collectible
| name     = Amidresian Tomato
| image    = Amidresian icon.png
| caption  = A tomato that is able to hold impressive amounts of water. It appears only on rainy days, when its juicy flesh is enjoyed by many local indigens.
| rate     = Prime
| category = Relics
| source   = [[Primordia]]
| sell     = 400 [[Credit]]s
}}

Click here to refresh the preview above

Advertisement