Template:Quote fancy: Difference between revisions
Jump to navigation
Jump to search
m (NtCarlson moved page User:Template:ImageQuote to Template:ImageQuote without leaving a redirect) |
(Completed move) |
||
Line 8: | Line 8: | ||
== Examples == | == Examples == | ||
<pre> | <pre> | ||
{{ | {{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. | ||
| image = Portrait Steel Watcher.png | | image = Portrait Steel Watcher.png | ||
Line 14: | Line 14: | ||
}} | }} | ||
</pre> | </pre> | ||
{{ | {{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. | ||
| image = Portrait Steel Watcher.png | | image = Portrait Steel Watcher.png | ||
Line 21: | Line 21: | ||
<pre> | <pre> | ||
{{ | {{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. | ||
| image = Portrait Scrying Eye.png | | image = Portrait Scrying Eye.png | ||
Line 30: | Line 30: | ||
}} | }} | ||
</pre> | </pre> | ||
{{ | {{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. | ||
| image = Portrait Scrying Eye.png | | image = Portrait Scrying Eye.png |
Revision as of 19:57, 6 July 2024
Template documentation
Display a quote with an accompanying image which are vertically aligned with each other.
Examples
{{ImageQuote | quote = The operations of these huge steel juggernauts are powered by engines of churning hellfire. | image = Portrait Steel Watcher.png | link = Adamantine Golem }}
The operations of these huge steel juggernauts are powered by engines of churning hellfire.
{{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% }}
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
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote | quote | The quote | String | required |
Image | image | Add an image to go along with the quote.
| File | optional |
Font size | font-size | Size of the font used for the quote.
| String | optional |
Rounding | rounding | The amount of rounding applied to the image.
| String | optional |
Height | height | The height of the image
| String | optional |