Template:Quote
Jump to navigation
Jump to search
{{{text}}} |
Template documentation follows |
---|
Note: the template above may sometimes be partially or fully invisible. |
Visit Template:Quote/doc to edit this documentation. (How does this work?) |
This template creates a styled block element for quotes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quoted Text | text | The quoted text to be displayed.
| String | required |
Quote's Author | author | The author of the displayed quote.
| Line | suggested |
Author's Page | authorpage | If the quote's author has a page on the Wiki, put the page name here.
| Page name | suggested |
Title | title | If the quote as a title, put it here.
| Line | optional |
Examples
Code | Result | |
---|---|---|
{{Quote|text=example text}} |
| |
{{Quote |title=Title |text=more example text }} |
| |
{{Quote |title=Title |text=even more example text |author=Author }} |
| |
{{Quote |title=Title |text=Lorem ipsum |author=Author |authorpage=Author Page }} |
| |
{{Quote |text=the last example text |author=Author |authorpage=Author Page }} |
|
Dependencies
For this template to work properly, you need the following:
- The
.quote
and any related classes, found in MediaWiki:Common.css.