More actions
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<includeonly>{{#ifexist: File:{{trim | {{{1}}} }} | [[File:{{trim | {{{1}}} }}|link={{{link|}}}|x{{trim | {{{2|40}}} }}px|{{{link|}}}]] | File:Alert Icon.png|link={{{link|}}}|x{{trim | {{{2|40}}} }}px }}</includeonly><noinclude> | |||
Usage: {{code|<nowiki>{{icon|Flourish Icon.png}}</nowiki>}} | |||
Result: {{icon|Flourish Icon.png}} | |||
The default size is {{code|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: | |||
Usage: {{code|<nowiki>{{icon|Flourish Icon.png|30}}</nowiki>}} | |||
Result: {{icon|Flourish Icon.png|30}} | |||
Usage: {{code|<nowiki>{{icon|Flourish Icon.png|50}}</nowiki>}} | |||
Result: {{icon|Flourish Icon.png|50}} | |||
You can also provide a link: | |||
Usage: {{code|<nowiki>{{icon|Flourish Icon.png|link=Flourish}}</nowiki>}} | |||
Result: {{icon|Flourish Icon.png|link=Flourish}} | |||
Behavior when icon is missing: | |||
Usage: {{code|<nowiki>{{icon|Missing Filename 123.png|link=Flourish}}</nowiki>}} | |||
Result: {{icon|Missing Filename 123.png|link=Flourish}} | |||
[[Category:Icon Templates]] | |||
</noinclude> |