Template:Item

From The Unofficial Isekai:Slow Life Wiki
Revision as of 20:09, 5 April 2025 by FaeriMagic (talk | contribs) (Moved "How to use" section and renamed it to "Template:". Edited TemplateData.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
0

Template:

{{Item
  | name   =
  | img    =
  | rarity =
  | num    =
}}

This template renders an item icon.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
namename

The item's page name is listed here and will direct the user to that page upon click.

Page namerequired
imgimg

The item icon image is listed here. Do not use the "File:" prefix.

Default
Item_Skill_Pearl.png
Example
Item_Icon.png
Filesuggested
rarityrarity

The rarity determines the background color of the icon.

Default
background: radial-gradient(circle, white, lightgray);
Stringrequired
quantitynum

The quantity of the item is listed here.

Default
0
Numbersuggested