Template:Blockquote: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
; Wikitext | ; Wikitext | ||
<pre> | <pre> | ||
{{blockquote| | {{blockquote|This is a quote.|align=center}} | ||
</pre> | </pre> | ||
; Result | ; Result | ||
{{blockquote| | {{blockquote|This is a quote.|align=center}} | ||
; Wikitext | ; Wikitext |
Revision as of 00:17, 24 December 2023
Template documentation
Adds a blockquote.
Examples
- Wikitext
{{blockquote|This is a quote.}}
- Result
“This is a quote.„
- Wikitext
{{blockquote|This is a quote.|align=center}}
- Result
“This is a quote.„
- Wikitext
{{blockquote|This is a quote.|Perry}}
- Result
“This is a quote.„— Perry
- Wikitext
{{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}}
- Result
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 |