Jump to content

Template:Insert quote panel: Difference between revisions

From Insurer Brain
Content deleted Content added
No edit summary
No edit summary
Line 18: Line 18:
* <code>style</code> – Optional. Extra inline CSS for the gray text box.
* <code>style</code> – Optional. Extra inline CSS for the gray text box.
* <code>class</code> – Optional. Extra classes.
* <code>class</code> – Optional. Extra classes.
</noinclude>


== Examples ==
== Examples ==

Revision as of 21:11, 16 December 2025

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

  • 1 – Required. The content to display.
  • image – Optional. Filename of the profile picture.
  • style – Optional. Extra inline CSS for the gray text box.
  • class – Optional. Extra classes.

Examples

Basic (No image - looks exactly like before):

{{Insert quote panel
 | {{Quote of the day}}
}}

With Profile Picture:

{{Insert quote panel
 | image = Thomas-buberl.jpg
 | {{Quote of the day}}
}}

Arbitrary content with Image:

{{Insert quote panel
 | image = Example.jpg
 | <blockquote>“Simplicity is the ultimate sophistication.” — Leonardo da Vinci</blockquote>
}}