Template:Icon: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#vardefine:file | {{{1}}} }}[[File:{{#ifexist: File:{{#var:file}} | {{#var:file}} | NoImage Icon.webp }}|link={{{link|}}}|{{#if: {{{w|}}}{{{h|}}} | {{{w|}}}x{{{h|}}}px | x{{trim | {{{2|40}}} }}px }}|{{{link|}}}]]</includeonly><noinclude> | <includeonly>{{#vardefine:file | {{{1}}} }}[[File:{{#ifexist: File:{{#var:file}} | {{#var:file}} | NoImage Icon.webp }}|link={{{link|}}}|{{#if: {{{w|}}}{{{h|}}} | {{{w|}}}x{{{h|}}}px | x{{trim | {{{2|40}}} }}px }}|{{{caption|{{{link|}}}}}}]]</includeonly><noinclude> | ||
Usage: <pre>{{icon | Flourish Icon.png }}</pre> | Usage: <pre>{{icon | Flourish Icon.png }}</pre> | ||
Line 27: | Line 27: | ||
Result: {{icon | Flourish Icon.png | link = Flourish }} | Result: {{icon | Flourish Icon.png | link = Flourish }} | ||
Caption (alt text) will be the link by default but can be changed: | |||
Usage: <pre>{{icon | Flourish Icon.png | link = Flourish | caption = Blah }}</pre> | |||
Result: {{icon | Flourish Icon.png | link = Flourish | caption = Blah }} | |||
Behavior when icon is missing: | Behavior when icon is missing: |
Revision as of 03:46, 21 August 2023
{{icon | Flourish Icon.png }}
Result:
The default size is x40px
meaning the icon is scaled until the height is 40 px. 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.
An alternative value for the height can be provided like so:
Usage:{{icon | Flourish Icon.png | 30 }}
Result:
Usage:{{icon | Flourish Icon.png | 50 }}
Result:
Alternatively you can use the named parameters w
and 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.)
{{icon | Flourish Icon.png | w = 20 | h = 50 }}
Result:
You can also provide a link:
Usage:{{icon | Flourish Icon.png | link = Flourish }}
Caption (alt text) will be the link by default but can be changed:
Usage:{{icon | Flourish Icon.png | link = Flourish | caption = Blah }}
Behavior when icon is missing:
Usage:{{icon | Missing Filename 123.png | link = Flourish }}