Template:IconLink: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Undo revision 20300 by Taylan (talk))
Tag: Undo
(Undo revision 20302 by Taylan (talk))
Line 1: Line 1:
<includeonly>[[File:{{{1}}}| frameless | middle | link = {{{2}}} |x{{{size|40}}}px| {{{2}}} ]]&nbsp;[[ {{{2}}} |{{{ 3 |{{{ 2 }}} }}} ]]</includeonly><noinclude>
<includeonly><span style="display: inline-flex; align-items: baseline;">
<span>[[File:{{{1}}}| frameless | link = {{{2}}} |x{{{size|40}}}px| {{{2}}} ]]</span>
<span>&nbsp;</span>
<span>[[ {{{2}}} |{{{ 3 |{{{ 2 }}} }}} ]]</span>
</span></includeonly><noinclude>
Usage: {{code|<nowiki>{{IconLink|Flourish Icon.png|Flourish}}</nowiki>}}
Usage: {{code|<nowiki>{{IconLink|Flourish Icon.png|Flourish}}</nowiki>}}



Revision as of 00:50, 22 July 2023

Usage: {{IconLink|Flourish Icon.png|Flourish}}

Result: Flourish   Flourish

The link text can be changed with a third parameter:

Usage: {{IconLink|Flourish Icon.png|Flourish|Custom Text}}

Result: Flourish   Custom Text

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:

Usage: {{IconLink|Flourish Icon.png|Flourish|size=25}}

Result: Flourish   Flourish

Usage: {{IconLink|Flourish Icon.png|Flourish|Custom Text|size=25}}

Result: Flourish   Custom Text