Template:ImageLink: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{ImageText | {{{1}}} | {{{3|{{{2}}}}}}
<includeonly>{{ImageText | {{{1}}} | {{{3|{{{2}}}}}} | link = {{{2|}}} | w = {{{w|50}}} | h = {{{h|50}}} | font size = {{{font size|}}}
| link = {{{2|}}}
| w = {{{w|100}}}
| h = {{{h|100}}}
| font size = {{{font size|}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
This template allows you to add images on top of links.
This template allows you to add images on top of links.
Line 11: Line 7:
----
----


Standard width/height is 100:
Standard width/height is 150:


<pre>
<pre>

Latest revision as of 05:03, 14 February 2024

This template allows you to add images on top of links.

The element will be an inline block, meaning several can appear in one line. You can give them all a specific width and height to get a nice consistent layout.


Standard width/height is 150:

{{ImageLink | Frenzy Icon.png | Origins}}
{{ImageLink | Defensive Duellist Icon.png | Character Creation#Backgrounds | Backgrounds }}
{{ImageLink | Passive Feature Generic Icon.png | Feats | Just a test with very very long text }}

Result:


Limiting width only; note this may cause the text to clip as seen here:

{{ImageLink | Frenzy Icon.png | Origins | w = 50 }}
{{ImageLink | Defensive Duellist Icon.png | Character Creation#Backgrounds | Backgrounds | w = 50 }}

Result:


Limiting height only:

{{ImageLink | Frenzy Icon.png | Origins | h = 50 }}
{{ImageLink | Defensive Duellist Icon.png | Character Creation#Backgrounds | Backgrounds | h = 50 }}

Result:


Limiting width and height:

{{ImageLink | Frenzy Icon.png | Origins | w = 50 | h = 50 }}
{{ImageLink | Defensive Duellist Icon.png | Character Creation#Backgrounds | Backgrounds | w = 50 | h = 50 }}

Result:


You might have noticed the text is often too wide for the icon... You can specify a font size:

{{ImageLink | Frenzy Icon.png | Origins | w = 80 | h = 80 | font size = 80% }}
{{ImageLink | Defensive Duellist Icon.png | Character Creation#Backgrounds | Backgrounds | w = 80 | h = 80 | font size = 80% }}

Result: