Template:Quote fancy: Difference between revisions
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 == | ||
< | {{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 | ||
}} | }} | ||
</ | </nowiki> | ||
| <nowiki> | |||
| | |||
< | |||
{{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% | ||
}} | }} | ||
</ | </nowiki> | ||
}} | }} | ||
== 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
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
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 |