Template:Quote box: Difference between revisions

No edit summary
mNo edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
  <div class="quote-box" style="margin: {{{margin|1em}}} {{{align|auto}}}; width: {{{width|80%}}}; padding: 10px; border: 1px solid #aaa; background-color: #f9f9f9; color: black">
  <div class="quote-box" style="margin: {{{margin|1em}}} {{{align|auto}}}; width: {{{width|80%}}}; padding: 10px; border: 1px solid #aaa; background-color: #f9f9f9; color: black">
     <blockquote style="margin: 0;">{{{quote|}}}</blockquote>{{#if:{{{source|}}}}} <small>{{{source|}}}</small>
     <blockquote style="margin: 0;">{{{quote|}}}</blockquote>{{#if:{{{source|}}}}} <small>'''{{{source|}}}'''</small>
  </div>
  </div>
</includeonly>
</includeonly>
Line 60: Line 60:
},
},
         "source": {
         "source": {
"description": "The source to include in the box",
"description": "The name of the source & [[Template:Cite web|reference]] to include in the box",
"required": false
"required": false
}
}