Template:Demo RecipeItemIcon: Difference between revisions
From Eco - English Wiki
| [unchecked revision] | [unchecked revision] |
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
=== Template Examples === | === Template Examples === | ||
{| class="wikitable recipe-icon-demo" | |||
|+ Border Colors | |||
! Color !! Example | |||
|- | |||
| White ''(Default)'' ||{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png}} | |||
|- | |||
| Yellow ||{{Demo RecipeItemIcon|icon=DaisyItem_Icon.png}} | |||
|} | |||
{| class="wikitable recipe-icon-demo" | {| class="wikitable recipe-icon-demo" | ||
|+ Responsive Sizing | |+ Responsive Sizing | ||
Revision as of 15:05, 19 February 2026
Visual Goals
Template Examples
| Color | Example |
|---|---|
| White (Default) |
|
| Yellow |
|
| 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 |