Template:Item: Difference between revisions

From The Unofficial Isekai:Slow Life Wiki
Jump to navigation Jump to search
m (Added font-size if there is no file or pagelink for the item.)
m (Moved "How to use" section and renamed it to "Template:". Edited TemplateData.)
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
| <span style="position: absolute; bottom: 0px; right: 5px; color: white; font-weight: bold; font-size: 14px; text-shadow: 2px 2px 5px black;">{{{num|0}}}</span>
| <span style="position: absolute; bottom: 0px; right: 5px; color: white; font-weight: bold; font-size: 14px; text-shadow: 2px 2px 5px black;">{{{num|0}}}</span>
|}
|}
<noinclude>
<noinclude>
'''Template:'''
<pre style="width: 500px;">
{{Item
  | name  =
  | img    =
  | rarity =
  | num    =
}}</pre>
<templatedata>
<templatedata>
{
{
Line 25: Line 32:
"description": "The rarity determines the background color of the icon.",
"description": "The rarity determines the background color of the icon.",
"type": "string",
"type": "string",
"suggested": true,
"default": "background: radial-gradient(circle, white, lightgray);",
"default": "background: radial-gradient(circle, white, lightgray);"
"required": true
},
},
"num": {
"num": {
Line 38: Line 45:
"description": "The item's page name is listed here and will direct the user to that page upon click.",
"description": "The item's page name is listed here and will direct the user to that page upon click.",
"type": "wiki-page-name",
"type": "wiki-page-name",
"suggested": true
"required": true
}
}
},
},
Line 50: Line 57:
}
}
</templatedata>
</templatedata>
'''How to use:'''
<pre>
{{Item
  | name  =
  | img    =
  | rarity =
  | num    =
}}</pre>
</noinclude>
</noinclude>

Latest revision as of 20:09, 5 April 2025

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