Template:Demo RecipeItemIcon: Difference between revisions
From Eco - English Wiki
| [unchecked revision] | [unchecked revision] |
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
=== Template Examples === | === Template Examples === | ||
{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=64}} | {| class="wikitable" | ||
{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=128}} | |+ Responsive Sizing | ||
{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=256}} | ! Size !! Example | ||
|- | |||
| 64px || {{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=64}} | |||
|- | |||
| 128px || {{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=128}} | |||
|- | |||
| 256px || {{Demo RecipeItemIcon|icon=DaisyItem_Icon.png|count=10|size=256}} | |||
|} | |||
<templatedata> | <templatedata> | ||
Revision as of 14:29, 19 February 2026
Visual Goals
Template Examples
| Size | Example |
|---|---|
| 64px |
|
| 128px |
|
| 256px |
|
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| size | size | Size in pixels (numbers only)
| Number | optional |
| icon | icon | File name for icon.
| Unknown | required |
| count | count num | A number to display over this icon's image. Useful for showing counts.
| Unknown | optional |