Template:Pullquote

From OniGalore
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This template is a fun way to mark a block of quoted text. Taken from Wikipedia, where it was called Cquote (Centered quote), and reminiscent of the "pull quote" tradition in periodicals where an excerpted quotation appears in an inset box in the article to draw the reader's eye.


It could be annoying if a whole article was written this way, couldn't it? But it's fun for short quotations. It's not intended to be set on the side with text wrapping around it, as in a newspaper pullquote (that would be the Quotebox template), but rather to demand your full attention, perhaps at the top of an article.


Here are the parameters you can use with this template:

Parameter 1: The body of the quote text. This is the only required parameter.
Parameter 2: The origin of the quote (optional). Who said it?
Parameter 3: The source of the quote (optional). Where was it published? Put your citation link here if you have one.
color: The color of the quote marks. The default is "silver"; above, we used "color=blue". You can choose from any of the named HTML colors or specify one in hex (e.g. "color=#FF00AA").
width: The width of the whole area (counting the large quote marks). You must specify the number in pixels, e.g. "300px"; a percentage like "50%" will not work. Default is "auto".
inset: How far in from the left to place the quote area. Default is 10%.
size: The size of the quote marks, in the unit that you specify (default is 3.6em).


For example, {{Pullquote|It was the best of times, it was the ''blurst'' of times?!|Mr. Burns|[https://genius.com/The-simpsons-last-exit-to-springfield-annotated "Last Exit to Springfield"]}} yields:

It was the best of times, it was the… blurst of times?!

—Mr. Burns, "Last Exit to Springfield"


If the template markup is broken by a certain symbol in the text you're passing it, such as an equals sign, you have to set the parameter explicitly using its number: {{Pullquote|1=E = mc<sup>2</sup>, but templates are confusing.|2=Albert Einstein}} yields:

E = mc2, but templates are confusing.

—Albert Einstein

Square brackets are also known to require this workaround. Note that if you number one parameter you have to number the subsequent parameters too.