Template:Blockquote
Appearance
Creates a block quote, useful for highlighting blocks of text that quote contents (with permission) from other sources.
Parameters
color- the color of left border, eithergrey(default),blue,red, oryellowtitle(optional) - the title of the code block, which will be displayed bolded in a separate linedate(optional) - the date of the code block, which will be displayed italicized in a separate linetext- the contents of the block quote
Source
{{Blockquote
| color =
| title =
| date =
| text =
}}
Examples
| Code | Result |
|---|---|
{{Blockquote
| text = Creates a block quote, useful for highlighting blocks of text that quote contents (with permission) from other sources.
}}
|
|
{{Blockquote
| color = yellow
| title = Template:Blockquote
| date = April 1, 2021
| text = Creates a block quote, useful for highlighting blocks of text that quote contents (with permission) from other sources.
}}
|
|