Template:Quote box: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="background-color:#F9F9F9; border:1px solid #AAA; margin:1em;"> | <div style="background-color:#F9F9F9; border:1px solid #AAA; margin:1em; width:60%"> | ||
<div style="padding:0.5em;">{{#if:{{{title|}}}|<div style="font-weight:bold; text-align:center;">{{{title}}}</div>}}{{#if:{{{quote|}}}|<blockquote style="margin:0;padding:0 1em;">{{{quote|}}}</blockquote>}}{{#if:{{{author|}}}|<div>— {{{author}}}{{#if:{{{date|2020}}}|({{{date}}})}}</div>}}{{#if:{{{source|}}}|<div style="text-align:right;font-style:italic;">{{{source}}}</div>}}</div></div> | <div style="padding:0.5em;">{{#if:{{{title|}}}|<div style="font-weight:bold; text-align:center;">{{{title}}}</div>}}{{#if:{{{quote|}}}|<blockquote style="margin:0;padding:0 1em;">{{{quote|}}}</blockquote>}}{{#if:{{{author|}}}|<div style="text-align:right;">— {{{author}}}{{#if:{{{date|2020}}}| ({{{date}}})}}</div>}}{{#if:{{{source|}}}|<div style="text-align:right;font-style:italic;">{{{source}}}</div>}}</div></div> | ||