Template:Demo RecipeItemIcon: Difference between revisions
From Eco - English Wiki
| [unchecked revision] | [unchecked revision] |
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
! Size !! Example | ! Size !! Example | ||
|- | |- | ||
| 64px ||{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=64}} | | 64px ''(Default)'' ||{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=64}} | ||
|- | |- | ||
| 128px ||{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=128}} | | 128px ||{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=128}} | ||
| Line 28: | Line 28: | ||
! Count !! Example | ! Count !! Example | ||
|- | |- | ||
| '' | | ''No Count/Shadow'' ||{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png}} | ||
|- | |- | ||
| 10 ||{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10}} | | 10 ||{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10}} | ||
Revision as of 14:54, 19 February 2026
Visual Goals
Template Examples
| Size | Example |
|---|---|
| 64px (Default) |
|
| 128px |
|
| 256px |
|
| Count | Example |
|---|---|
| No Count/Shadow |
|
| 10 |
|
| 100 |
|
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| size | size | Size in pixels (numbers only)
| Number | optional |
| icon | icon | File name for icon.
| String | required |
| count | count num | A number to display over this icon's image. Useful for showing counts.
| Number | optional |