Template:Blockquote: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly><blockquote class="bquote" {{#if: {{{style|}}}|style="{{{style}}}"}}>{{{1|Error! Must include quote!}}}{{#if: {{{2|}}} | <div class="quotesource">— <cite>{{{2|}}}}}</cite></blockquote></includeonly><noinclude>{{documentation|content=Adds a blockquote. == Examples == === Example 1 === {{blockquote|This is a quote.}} === Example 2 === {{blockquote|This is a quote.|Perry}} Category: Templates Category: Quotation templates == Template data == <t...") |
(New demo template) |
||
(32 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>< | <includeonly><center class="noexcerpt"> | ||
{| style="background: none;" | |||
|- | |||
{{#if:{{{image|{{{4|}}}}}}|{{!}}{{#if:{{{author|{{{2|}}}}}}|rowspan="2"{{!}}}}[[File:{{{image|{{{4}}}}}}|64px|link=]]}} | |||
| style="color: #C1A878; font-size: 3.3em; font-family: serif; font-weight: bold; padding: 4px 2px 2px; width: 0.5em; vertical-align: top;" | “ | |||
| <blockquote style="margin: 0; font-style: italic">{{{1}}}</blockquote> | |||
| style="color: #C1A878; font-size: 3.3em; font-family: serif; font-weight: bold; padding: 4px 2px 2px; width: 0.5em; vertical-align: bottom;" | „ | |||
{{#if:{{{author|{{{2|}}}}}} | | |||
{{!}}- | |||
{{!}} <!-- empty cell --> | |||
{{!}} style="text-align: right;" {{!}} <small>— '''{{{author|{{{2}}}}}}{{#if:{{{topic|{{{3|}}}}}}|<nowiki /> on {{{topic|{{{3}}}}}}}}'''</small> | |||
{{!}} <!-- empty cell to prevent potential rendering issues --> }} | |||
|}</center></includeonly> | |||
<noinclude>[[Category:Templates]]{{documentation|content=Adds a blockquote. | |||
== Examples == | == Examples == | ||
= | {{Template demo | ||
{{blockquote|This is a quote.}} | | style = list | ||
| <nowiki>{{blockquote|This is a quote.}}</nowiki> | |||
| <nowiki>{{blockquote|This is a quote.|Author}}</nowiki> | |||
| <nowiki> | |||
{{blockquote | |||
| This is a quote. This example also has an image, and works with or without an author. | |||
| image=Book Tome Y Item Icon.png | |||
}}</nowiki> | |||
}} | |||
[[Category: Templates]] | [[Category: Templates]] | ||
[[Category: Quotation templates]] | [[Category: Quotation templates]] | ||
Line 17: | Line 36: | ||
"description": "The quote", | "description": "The quote", | ||
"required": true | "required": true | ||
}, | |||
"image": { | |||
"aliases": [ | |||
"4" | |||
], | |||
"label": "Image", | |||
"description": "Add an image to go along with the quote.", | |||
"example": "Book.png" | |||
}, | |||
"style": { | |||
"label": "HTML Style", | |||
"description": "Add custom styling." | |||
}, | |||
"author": { | |||
"aliases": [ | |||
"2" | |||
], | |||
"label": "Author", | |||
"description": "Citation" | |||
}, | |||
"ref": { | |||
"aliases": [ | |||
"3" | |||
], | |||
"label": "Ref", | |||
"description": "Adds a reference tag" | |||
}, | |||
"align": { | |||
"label": "Alignment", | |||
"description": "Left, center or right." | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"1" | "1", | ||
"image", | |||
"style", | |||
"author", | |||
"ref", | |||
"align" | |||
] | ] | ||
} | } | ||
</templatedata>}} | </templatedata>}} | ||
</noinclude> | </noinclude> |
Latest revision as of 23:01, 19 July 2024
Template documentation
Adds a blockquote.
Examples
Markup
{{blockquote|This is a quote.}}Renders as
“ | This is a quote. |
„ |
Markup
{{blockquote|This is a quote.|Author}}Renders as
“ | This is a quote. |
„ |
— Author |
Markup
{{blockquote | This is a quote. This example also has an image, and works with or without an author. | image=Book Tome Y Item Icon.png }}Renders as
“ | This is a quote. This example also has an image, and works with or without an author. |
„ |
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote | 1 | The quote | Unknown | required |
Image | image 4 | Add an image to go along with the quote.
| Unknown | optional |
HTML Style | style | Add custom styling. | Unknown | optional |
Author | author 2 | Citation | Unknown | optional |
Ref | ref 3 | Adds a reference tag | Unknown | optional |
Alignment | align | Left, center or right. | Unknown | optional |