Template:Item: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) (Created template.) |
FaeriMagic (talk | contribs) m (Moved "How to use" section and renamed it to "Template:". Edited TemplateData.) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| style="border: 2px solid #895C40; width: 54px; height: 54px; border-radius: 2px; position: relative; cursor: pointer; {{#switch: {{uc:{{{rarity|}}}}} | {| style="display: inline-block; margin: 5px; border: 2px solid #895C40; width: 54px; height: 54px; border-radius: 2px; position: relative; cursor: pointer; {{#switch: {{uc:{{{rarity|}}}}} | ||
| UR = background: radial-gradient(circle, #F65E55, #B5423F); | | UR = background: radial-gradient(circle, #F65E55, #B5423F); | ||
| SSR = background: radial-gradient(circle, #F3C359, #9D5C28); | | SSR = background: radial-gradient(circle, #F3C359, #9D5C28); | ||
| SR = background: radial-gradient(circle, #6A3F84, #32203A); | | SR = background: radial-gradient(circle, #6A3F84, #32203A); | ||
| R = background: radial-gradient(circle, #2F516E, #131C2D); | | R = background: radial-gradient(circle, #2F516E, #131C2D); | ||
| N = background: radial-gradient(circle, #41795A, #274136); | |||
| #default = background: radial-gradient(circle, white, lightgray); | | #default = background: radial-gradient(circle, white, lightgray); | ||
}}" | }}" | ||
| <div style="padding | | <div style="padding: 3.5px 0 0 3.5px; font-size: 8px;">[[File:{{{img|Item_Skill_Pearl.png}}}|link={{{name|}}}]]</div> | ||
| <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 18: | Line 26: | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true, | "suggested": true, | ||
"example": "Item_Icon.png" | "example": "Item_Icon.png", | ||
"default": "Item_Skill_Pearl.png" | |||
}, | }, | ||
"rarity": { | "rarity": { | ||
"description": "The rarity determines the background color of the icon.", | "description": "The rarity determines the background color of the icon.", | ||
"type": "string", | "type": "string", | ||
"default": "background: radial-gradient(circle, white, lightgray);", | |||
"default": "background: radial-gradient(circle, white, lightgray);" | "required": true | ||
}, | }, | ||
"num": { | "num": { | ||
Line 36: | 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", | ||
" | "required": true | ||
} | } | ||
}, | }, | ||
Line 48: | Line 57: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 20:09, 5 April 2025
![]() |
0 |
Template:
{{Item | name = | img = | rarity = | num = }}
This template renders an item icon.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | The item's page name is listed here and will direct the user to that page upon click. | Page name | required |
img | img | The item icon image is listed here. Do not use the "File:" prefix.
| File | suggested |
rarity | rarity | The rarity determines the background color of the icon.
| String | required |
quantity | num | The quantity of the item is listed here.
| Number | suggested |