Jump to content

Template:Blockquote/doc

From Wiki - Scioly.org
Revision as of 17:26, 1 April 2021 by Bernard (talk | contribs) (Created template documentation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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, either grey (default), blue, red, or yellow
title (optional) - the title of the code block, which will be displayed bolded in a separate line
text - the contents of the block quote

Source

{{Blockquote
| color = 
| title = 
| text  = 
}}

Examples

Code Result
{{Blockquote
| text  = Creates a block quote, useful for highlighting blocks of text that quote contents (with permission) from other sources.
}}

Creates a block quote, useful for highlighting blocks of text that quote contents (with permission) from other sources.

{{Blockquote
| color = yellow
| title = Template:Blockquote
| text  = Creates a block quote, useful for highlighting blocks of text that quote contents (with permission) from other sources.
}}

Template:Blockquote
Creates a block quote, useful for highlighting blocks of text that quote contents (with permission) from other sources.