Template:Icon
Jump to navigation
Jump to search
Template documentation
Displays an icon.
| Markup | Renders as |
|---|---|
{{icon | Flourish Icon.png }} |
The default size is 25x25px meaning the icon is scaled until the width or height is 25 px.
An alternative value for the icon can be provided like so:
| Markup | Renders as |
|---|---|
{{icon | Flourish Icon.png | 30 }} | |
{{icon | Flourish Icon.png | 50 }} |
Alternatively you can use the named parameters w and/or h. Note that these are max values so the more limiting one applies. In the following example, the height value is essentially ignored because the original image is a square so the width becomes the limiting factor. (Were the original image 200 by 500, the result would be 20 by 50.)
It's usually important to limit the height since the icons are used inline, and a very high inline image makes for an unpleasant text layout.
| Example | Markup | Renders as |
|---|---|---|
| Width and height | {{icon | Flourish Icon.png | w = 20 | h = 50 }} | |
| Width only | {{icon | Advantage Icon.png | w = 25 }} | |
| Height only | {{icon | Advantage Icon.png | h = 25 }} | |
| With a link | {{icon | Flourish Icon.png | link = Flourish }} | |
| With alt text | {{icon | Flourish Icon.png | link = Flourish | caption = Blah }} | |
| Missing icon | {{icon | Missing Filename 123.png | link = Flourish }} | |
| Drop shadow | {{icon | Flourish Icon.png | class = bg3wiki-lightmode-drop-shadow }} |