Template:Insert quote panel: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
<includeonly><templatestyles src="Insert quote panel/styles.css" />
<div class="insert-quote-panel {{#if:{{{class|}}}|{{{class}}
{{#if:{{{image|}}}|
<div class="insert-quote-image">[[File:{{{image}}}|50px|link=|alt=]]</div>
}}
<div class="insert-quote-content" style="{{{style|}}}">
{{{1|}}}
</div>
</div></includeonly><noinclude>
== What this does ==
Reusable wrapper panel for quotes
* If NO image: Gray box fills width.
* If IMAGE: Image sits on the left, gray box on the right. Both aligned to the top.
== Parameters ==
* <code>1</code> – Required. The content to display.
* <code>image</code> – Optional. Filename of the profile picture
* <code>style</code> – Optional. Extra inline CSS
* <code>class</code> – Optional. Extra classes
</noinclude>
== Examples ==
| |||