Template:Quote fancy: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(New demo template)
Line 7: Line 7:
Display a quote with an accompanying image which are vertically aligned with each other.
Display a quote with an accompanying image which are vertically aligned with each other.
== Examples ==
== Examples ==
<pre>
{{Template demo
| style = list
| <nowiki>
{{ImageQuote
{{ImageQuote
| quote = The operations of these huge steel juggernauts are powered by engines of churning hellfire.
| quote = The operations of these huge steel juggernauts are powered by engines of churning hellfire.
Line 13: Line 15:
| link = Adamantine Golem
| link = Adamantine Golem
}}
}}
</pre>
</nowiki>
{{ImageQuote
| <nowiki>
| quote = The operations of these huge steel juggernauts are powered by engines of churning hellfire.
| image = Portrait Steel Watcher.png
| link = Adamantine Golem
}}
 
<pre>
{{ImageQuote
{{ImageQuote
| quote = These levitating eyes transmit all that they see to the one who created them.
| quote = These levitating eyes transmit all that they see to the one who created them.
Line 29: Line 25:
| font-size = 100%
| font-size = 100%
}}
}}
</pre>
</nowiki>
{{ImageQuote
| quote = These levitating eyes transmit all that they see to the one who created them.
| image = Portrait Scrying Eye.png
| link = Scrying Eye
| height = 60px
| rounding = 20%
| font-size = 100%
}}
}}
== Template data ==
== Template data ==

Revision as of 22:55, 19 July 2024


Display a quote with an accompanying image which are vertically aligned with each other.

Examples

Markup
{{ImageQuote
| quote = The operations of these huge steel juggernauts are powered by engines of churning hellfire.
| image = Portrait Steel Watcher.png
| link = Adamantine Golem
}}
Renders as

Adamantine Golem

The operations of these huge steel juggernauts are powered by engines of churning hellfire.
Markup
{{ImageQuote
| quote = These levitating eyes transmit all that they see to the one who created them.
| image = Portrait Scrying Eye.png
| link = Scrying Eye
| height = 60px
| rounding = 20%
| font-size = 100%
}}
Renders as

Scrying Eye

These levitating eyes transmit all that they see to the one who created them.

Template data

Display a quote with an accompanying image which are aligned with each other

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Quotequote

The quote

Stringrequired
Imageimage

Add an image to go along with the quote.

Example
Portrait Lae'zel.png
Fileoptional
Font sizefont-size

Size of the font used for the quote.

Default
130%
Example
100%, 1.1em
Stringoptional
Roundingrounding

The amount of rounding applied to the image.

Default
15%
Example
50%, 20px
Stringoptional
Heightheight

The height of the image

Default
80px
Example
60px, 4em
Stringoptional