Template:Blockquote: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(New demo template) |
||
Line 15: | Line 15: | ||
== Examples == | == Examples == | ||
{{Template demo | |||
< | | style = list | ||
{{blockquote|This is a quote.}} | | <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> | |||
}} | |||
< | |||
{{blockquote|This is a quote.|Author}} | |||
</ | |||
< | |||
{{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}} | |||
</ | |||
[[Category: Templates]] | [[Category: Templates]] |
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 |