Template:IconLink: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><span style="display: inline-flex; height: {{{h|{{{size|40}}}}}}px; align-items: center;">[[File:{{{1}}}|frameless|link={{{2}}}|{{{w|}}}x{{{h|{{{size|40}}}}}}px|{{{2}}}]]&nbsp;[[ {{{2}}} |{{{ 3 |{{{ 2 }}} }}} ]]</span></includeonly><noinclude>
<includeonly>{{trim|
{{#vardefine: min-w | {{{w | {{{size | 40}}} }}} }}
{{#vardefine: max-w | {{{w|}}} }}
{{#vardefine: max-h | {{{h | {{{size | 40}}} }}} }}
}}<div style="display: inline-flex; align-items: center;"><div style="display: inline-flex; align-items: center; justify-content: center; min-width: {{#var:min-w}}px; height: {{#var:max-h}}px;">[[File:{{{1}}}|frameless|link={{{2}}}|{{#var:max-w}}x{{#var:max-h}}px|{{{2}}}]]</div>&nbsp;[[ {{{2}}} |{{{ 3 |{{{ 2 }}} }}} ]]</div></includeonly><noinclude>
Usage: {{code|<nowiki>{{IconLink|Flourish Icon.png|Flourish}}</nowiki>}}
Usage: {{code|<nowiki>{{IconLink|Flourish Icon.png|Flourish}}</nowiki>}}


Line 31: Line 35:
| {{IconLink|w=20|h=20|D6 Thunder.png|Damage Roll}} || The roll you make to determine the amount of damage done by a successful attack.
| {{IconLink|w=20|h=20|D6 Thunder.png|Damage Roll}} || The roll you make to determine the amount of damage done by a successful attack.
|-
|-
| {{IconLink|w=20|h=20|D20.png|Saving Throw}} || The roll you make to attempt avoiding various threats other than direct attacks.
| {{IconLink|w=20|h=20|Saving Throw Icon.png|Saving Throw}} || The roll you make to attempt avoiding various threats other than direct attacks.
|-
|-
| {{IconLink|w=20|h=20|D20.png|Ability Check}} || The roll you make when attempting anything else that requires a roll to succeed.
| {{IconLink|w=20|h=20|D20.png|Ability Check}} || The roll you make when attempting anything else that requires a roll to succeed.
Line 37: Line 41:
! colspan="2" | Modifiers
! colspan="2" | Modifiers
|-
|-
| {{IconLink|w=20|h=20|Advantage_Icon.png|Advantage}} || Roll the die twice, and use the higher result. [[Disadvantage]] is the exact opposite.  
| {{IconLink|w=20|h=20|Advantage Icon.png|Advantage}} || Roll the die twice, and use the higher result. [[Disadvantage]] is the exact opposite.  
|-
|-
| {{IconLink|w=20|h=20|Charisma Ability Icon.png|Ability Score Modifier}} || The number you add to your rolls based on your [[Ability Scores]].
| {{IconLink|w=20|h=20|Charisma Ability Icon.png|Ability Score Modifier}} || The number you add to your rolls based on your [[Ability Scores]].

Revision as of 23:48, 2 August 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 via the size or h parameters, which are synonyms:

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

Result:
Flourish
 Flourish

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

Result:
Flourish
 Custom Text

The width can be set via the w parameter. This could be useful if several elements are supposed to align vertically for design purposes, such as in this table shown on our main page as of the writing of this documentation:

Rolls
The roll you make to determine whether an attack hits an enemy at all.
The roll you make to determine the amount of damage done by a successful attack.
The roll you make to attempt avoiding various threats other than direct attacks.
The roll you make when attempting anything else that requires a roll to succeed.
Modifiers
Roll the die twice, and use the higher result. Disadvantage is the exact opposite.
The number you add to your rolls based on your Ability Scores.
The number you add to your rolls based on whether you have Proficiency.