m (Removing all content from page) |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{| style="border: 1px solid #00B2EE; margin: 4px 0px; background:rgba(9,71,113,0.5); border-radius:5px;{{#if: {{{bgcolor|}}}|border: 1px solid #00B2EE;}}" class="cquote" | |||
| width="15" valign="top" style="color:#00B2EE; font-size:36px; font-family:'Nunito', serif; font-weight:bold; text-align:left; padding:10px;" | “ | |||
| valign="top" style="font-family:Nunito, sans-serif; padding:4px 2px; font-size:12px;" | | |||
{{{1|{{{text|text.}}}}}} | |||
| width="15" valign="bottom" style="color:#00B2EE; font-size:36px; font-family:'Nunito', serif; font-weight:bold; text-align:right; padding:10px;" | ” | |||
|- | |||
{{#if:{{{origin|}}}{{{source|}}}{{{saidby|}}}{{{reference|}}}| | |||
{{!}} colspan="3" style="font-family:Nunito, sans-serif; font-size:12px; text-align:right;"{{!}}<cite style="font-size:normal; text-align:right;">—{{{saidby|{{{origin}}}}}}{{#if:{{{source|}}}{{{reference|}}}|, {{{reference|{{{source}}}}}}}}</cite> | |||
}} | |||
|} | |||
{{#if: {{NAMESPACE}}| |[[Category:A to Z]]}}</includeonly><noinclude> | |||
==Example usage== | |||
'''Quoted text only:''' | |||
<pre>{{Quote | |||
|text = Test 123}}</pre> | |||
result: | |||
{{Quote | |||
|text = Test 123}} | |||
'''Quoted text with origin:''' | |||
<pre>{{Quote | |||
|text = Test 123 | |||
|origin = This template}}</pre> | |||
result: | |||
{{Quote | |||
|text = Frame this... | |||
|origin = Valerie Vale}} | |||
[[Category:Templates]]</noinclude> |
Revision as of 13:32, 25 December 2019
Example usage
Quoted text only:
{{Quote |text = Test 123}}
result:
“ |
Test 123 |
” |
Quoted text with origin:
{{Quote |text = Test 123 |origin = This template}}
result:
“ |
Frame this... |
” |
—Valerie Vale |