Template:Blockquote: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
"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" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"1" | "1", | ||
"image", | |||
"style", | |||
"author" | |||
] | ] | ||
} | } | ||
</templatedata>}} | </templatedata>}} | ||
</noinclude> | </noinclude> |
Revision as of 22:43, 23 December 2023
Template documentation
Adds a blockquote.
Examples
Example 1
“ This is a quote. „
Example 2
“ This is a quote. „— Perry
Example 3
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 |