Template:Quote fancy: Difference between revisions
No edit summary |
mNo edit summary |
||
(26 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div style=" | <includeonly> | ||
< | <!-- Import template-specific CSS --> | ||
<blockquote style="font-size:{{{font-size| | <templatestyles src="Quote fancy/style.css" /> | ||
</div></includeonly> | <!-- The template uses a 3x3 grid layout with the quote and author attribution fixed in the | ||
<noinclude> | center and center bottom positions respectively. Depending on the image-position param | ||
and whether the user is on mobile, the image will be placed in the west, east, or north | |||
positions. --> | |||
<div | |||
class="bg3wiki-fancy-quote" | |||
style="justify-content:{{#ifeq:{{{image-align|center}}}|edge|space-between|center}}" | |||
> | |||
<!-- Quote image --> | |||
{{#if:{{{image|}}}| {{Image frame | |||
| image = {{{image|}}} | |||
| link = {{#ifeq: {{{link|}}}|{{PAGENAME}}||{{{link|}}}}} | |||
| height = {{{height|80}}} | |||
| border-shape = {{{image-border-shape|rounded}}} | |||
| border-width = {{{image-border-width|0}}} | |||
| border-color = {{{image-border-color|}}} | |||
| class = bg3wiki-fancy-quote-image-{{{image-position|left}}} | |||
}}}} | |||
<!-- Formatted quote --> | |||
<blockquote style="font-size:{{{font-size|110%}}};" class="bg3wiki-fancy-quote-blockquote-{{{image-position|left}}}" > | |||
<div style="display:flex;align-items:center> | |||
<!-- Starting quotation mark. Aligned with the top-left corner of the quote text --> | |||
<div class="bg3wiki-fancy-quote-begin">“</div> | |||
<!-- Actual text of the quote --> | |||
<div style="font-style:italic">{{{quote}}}</div> | |||
<!-- Ending quotation mark. Aligned with the bottom-right corner of the quote text --> | |||
<div class="bg3wiki-fancy-quote-end">„</div> | |||
</div> | |||
</blockquote> | |||
<!--- Optional author or attribution for the quote. Aligned with the bottom-right of the quote --> | |||
{{#if:{{{author|}}}|<div class="bg3wiki-fancy-quote-author">— {{{author|}}}</div>}} | |||
{{#ifeq:{{{image-position|left}}}|left|<div style="grid-column:3"></div>}} | |||
</div></includeonly><noinclude>{{documentation|content= | |||
Display a fancily formatted quote with an (optional) accompanying image. This is a parent template used as a basis for other more specific quote templates. These are: | |||
* {{t link|Quote character}}: Display character quotes with automatic handling of the character portrait. | |||
In addition, the following quote template displays a set of predefined quotes. They are intended for use on their specific pages only rather than general purpose templates. | |||
* {{t link|Quote ability}}: Display the quote corresponding to an [[ability]] (Strength, Dexterity, etc.). | |||
* {{t link|Quote background}}: Display the quote corresponding to a [[background]]. | |||
* {{t link|Quote class}}: Display the quote corresponding to a [[Classes|class/subclass]]. | |||
* {{t link|Quote deity}}: Display the quote corresponding to a [[deity]]. | |||
* {{t link|Quote race}}: Display the quote corresponding to a [[race]], both playable and non-playable. | |||
* {{t link|Quote skill}}: Display a quote corresponding to a [[Skills|skill]]. | |||
== See also == | |||
Refer to {{t link|Image frame}} for the template used to render the image. | |||
This template has an associated stylesheet at [[Template:Quote fancy/style.css]]. | |||
== Examples == | == Examples == | ||
{{Template demo | |||
{{ | | style = list | ||
| | | caption 1 = This is the default appearance for a quote with an image. | ||
| image | | <nowiki> | ||
| | {{Quote fancy | ||
| 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 | ||
| link = Adamantine Golem | | link = Adamantine Golem | ||
}} | }} | ||
</nowiki> | |||
< | | caption 2 = This example demonstrates some of the optional style parameters that can be adjusted. | ||
{{ | | <nowiki> | ||
{{Quote fancy | |||
| 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 | ||
| author = In-game racial description of [[Scrying Eye]]s | |||
| link = Scrying Eye | | link = Scrying Eye | ||
| height = | | height = 80 | ||
| | | font-size = 120% | ||
| image-align = edge | |||
}} | |||
</nowiki> | |||
| caption 3 = For quotes of this style, see {{t link|Quote class}}. | |||
| <nowiki> | |||
{{Quote fancy | |||
| quote = The strong embrace the wild that hides inside - keen instincts, primal physicality, and most of all, an unbridled, unquenchable rage. | |||
| image = Class Barbarian Badge Icon.png | |||
| image-position = right | |||
| image-align = edge | |||
| height = 160 | |||
| font-size = 120% | |||
| link = Barbarian | |||
}} | |||
</nowiki> | |||
| caption 4 = For quotes of this style, see {{t link|Quote character}}. | |||
| <nowiki> | |||
{{Quote fancy | |||
| quote = Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |||
| image = Portrait Gale.png | |||
| link = Gale | |||
| author = [[Gale]], casting Knuth's Magnificent Kerning | |||
| height = 60 | |||
| font-size = 100% | | font-size = 100% | ||
| image-border-shape = diamond | |||
| image-border-width = 4 | |||
| image-border-color = black | |||
}} | }} | ||
</ | </nowiki> | ||
}} | }} | ||
== Template data == | == Template data == | ||
<templatedata> | <templatedata> | ||
Line 52: | Line 115: | ||
"description": "Add an image to go along with the quote.", | "description": "Add an image to go along with the quote.", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"example": "Portrait Lae'zel.png" | "example": "Portrait Lae'zel.png", | ||
"suggested": true | |||
}, | |||
"link": { | |||
"label": "Link", | |||
"description": "Clicking the image will link to the specified page instead of the image file.", | |||
"type": "wiki-page-name", | |||
"example": "Lae'zel", | |||
"suggested": true | |||
}, | |||
"author": { | |||
"label": "Author", | |||
"description": "The author or context of the quote", | |||
"type": "string", | |||
"required": false | |||
}, | }, | ||
"font-size": { | "font-size": { | ||
Line 61: | Line 138: | ||
"default": "130%" | "default": "130%" | ||
}, | }, | ||
"image-align": { | |||
"label": " | "label": "Image alignment", | ||
"description": " | "description": "How to align the image with the quote. Either centered along with the quote (default) or kept at the edge.", | ||
"type": "string", | "type": "string", | ||
" | "suggestedvalues": ["center", "edge"], | ||
"default": " | "default": "center" | ||
}, | }, | ||
" | "image-position": { | ||
"label": " | "label": "Image position", | ||
"description": "The | "description": "Position of the image relative to the quote.", | ||
"type": "string", | |||
"suggestedvalues": ["left", "right"], | |||
"default": "left" | |||
}, | |||
"image-border-width": { | |||
"label": "Image border width", | |||
"description": "Width in pixels of the border around the image. Set to 0 to completely disable this.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"image-border-shape": { | |||
"label": "Image border shape", | |||
"description": "Shape of the border frame which crops the image. This can be an arbitrary CSS clip-path or a predefined value. Refer to [[Template:Image frame]] for details. The default value of basic disables this.", | |||
"type": "string", | |||
"suggestedvalues": ["rounded", "diamond", "basic"], | |||
"example": "circle(60% at 50% 50%)", | |||
"default": "basic" | |||
}, | |||
"image-border-color": { | |||
"label": "Image border color", | |||
"description": "Color of the image border. This can be a CSS color descriptor.", | |||
"type": "string", | "type": "string", | ||
"example": " | "example": "#3d3d3d", | ||
"default": " | "default": "black" | ||
}, | }, | ||
"height": { | "height": { | ||
"label": "Height", | "label": "Height", | ||
"description": "The height of the image", | "description": "The height of the image in pixels.", | ||
"type": "string", | "type": "string", | ||
"example": "60px, | "example": "60px, 50", | ||
"default": " | "default": "80" | ||
} | } | ||
}, | }, | ||
"description": "Display a quote with an accompanying image which are aligned with each other", | "description": "Display a quote with an accompanying image which are aligned with each other", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata>}} | ||
[[Category: Templates]] | [[Category: Templates]] | ||
[[Category: Quotation templates]] | [[Category: Quotation templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:17, 30 July 2024
Display a fancily formatted quote with an (optional) accompanying image. This is a parent template used as a basis for other more specific quote templates. These are:
- {{Quote character}}: Display character quotes with automatic handling of the character portrait.
In addition, the following quote template displays a set of predefined quotes. They are intended for use on their specific pages only rather than general purpose templates.
- {{Quote ability}}: Display the quote corresponding to an ability (Strength, Dexterity, etc.).
- {{Quote background}}: Display the quote corresponding to a background.
- {{Quote class}}: Display the quote corresponding to a class/subclass.
- {{Quote deity}}: Display the quote corresponding to a deity.
- {{Quote race}}: Display the quote corresponding to a race, both playable and non-playable.
- {{Quote skill}}: Display a quote corresponding to a skill.
See also
Refer to {{Image frame}} for the template used to render the image.
This template has an associated stylesheet at Template:Quote fancy/style.css.
Examples
This is the default appearance for a quote with an image.
Markup{{Quote fancy | 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
This example demonstrates some of the optional style parameters that can be adjusted.
Markup{{Quote fancy | quote = These levitating eyes transmit all that they see to the one who created them. | image = Portrait Scrying Eye.png | author = In-game racial description of [[Scrying Eye]]s | link = Scrying Eye | height = 80 | font-size = 120% | image-align = edge }}Renders as
For quotes of this style, see {{Quote class}}.
Markup{{Quote fancy | quote = The strong embrace the wild that hides inside - keen instincts, primal physicality, and most of all, an unbridled, unquenchable rage. | image = Class Barbarian Badge Icon.png | image-position = right | image-align = edge | height = 160 | font-size = 120% | link = Barbarian }}Renders as
For quotes of this style, see {{Quote character}}.
Markup{{Quote fancy | quote = Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | image = Portrait Gale.png | link = Gale | author = [[Gale]], casting Knuth's Magnificent Kerning | height = 60 | font-size = 100% | image-border-shape = diamond | image-border-width = 4 | image-border-color = black }}Renders as
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 | suggested |
Link | link | Clicking the image will link to the specified page instead of the image file.
| Page name | suggested |
Author | author | The author or context of the quote | String | optional |
Font size | font-size | Size of the font used for the quote.
| String | optional |
Image alignment | image-align | How to align the image with the quote. Either centered along with the quote (default) or kept at the edge.
| String | optional |
Image position | image-position | Position of the image relative to the quote.
| String | optional |
Image border width | image-border-width | Width in pixels of the border around the image. Set to 0 to completely disable this.
| Number | optional |
Image border shape | image-border-shape | Shape of the border frame which crops the image. This can be an arbitrary CSS clip-path or a predefined value. Refer to [[Template:Image frame]] for details. The default value of basic disables this.
| String | optional |
Image border color | image-border-color | Color of the image border. This can be a CSS color descriptor.
| String | optional |
Height | height | The height of the image in pixels.
| String | optional |