Template:Icon link

From bg3.wiki
(Redirected from Template:IconLink)
Jump to navigation Jump to search

Displays a link with an icon.

This template simply calls Template:Icon text, passing on all parameters, except that the second parameter (text) implicitly becomes the link, and an optional third parameter can override the actual text to use.

Examples

Example Markup Renders as
Default
{{icon link | Flourish Icon.png | Flourish }}
Flourish Flourish
Custom link text
{{icon link | Flourish Icon.png | Flourish | Custom Text }}
Custom Text 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:

Markup Renders as
{{icon link | size = 25 | font size = 80% | Flourish Icon.png | Flourish }}
Flourish Flourish
{{icon link | size = 25 | font size = 80% | Flourish Icon.png | Flourish | Custom Text }}
Custom Text Custom Text
{{icon link | Missing Icon 123.png | Flourish | Custom Text | size = 30}}
File:Missing Icon 123.png 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 the following table shown on our main page as of the writing of this documentation. This also uses the block and gap parameters. View the source of this page for usage.

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

Template parameters

Insert a linked icon.

Template parameters

ParameterDescriptionTypeStatus
Icon1

The file to display as an icon, without the File: prefix.

Stringrequired
Link2

Where to link to.

Page namerequired
Text3

(optional) Replaces the link text with this if specified.

Stringoptional
Widthw

(optional) Override the width of the image.

Numberoptional
Heighth

(optional) Override the height of the image.

Numberoptional
Sizesize

(optional) Set the size of the image to this by this.

Numberoptional
Blockblock

(optional) Whether to wrap the icon and link in a container HTML element.

Stringoptional
Gapgap

(optional) If 'block' is set, the exact gap to use between the icon and link.

Numberoptional
Nowrapnowrap

(optional) If specified, will add the nowrap css style to the span.

Stringoptional
Classclass

(optional) Any classes to add to the img

Stringoptional
Font sizefont size

(optional) Font size for the link.

Numberoptional
Separatorseparator

(optional) Separator between icon and link; default is NBSP.

Contentoptional