Template:Quote: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
imported>Mossybarn
m (css padding property can be defined with only two values (first is vertical, second is horizontal))
(added <poem> tags because i needed a lot of quotes to preserve single linebreaks. also invoke colorparse. Roll back if these destroy the wiki)
Line 1: Line 1:
<includeonly><blockquote style="border:solid thin #1C3C2C; float:none; padding: 10px 25px; display:table; font-style:italic;"> {{{1}}}
<includeonly><blockquote style="border:solid thin #1C3C2C; float:none; padding: 10px 25px; display:table; font-style:italic;"><poem> {{#invoke: ColorParse | parse |{{{1}}} }}</poem>


{{#if:{{{2|}}}
{{#if:{{{2|}}}

Revision as of 02:31, 16 June 2019

Template-info.png Documentation

This template is used to quote a person or source. The color of the quotes themselves should be changed to match the wiki skin color palette.

Usage

{{Quote|This is a quote.}} prints:

 This is a quote.

{{Quote|This is a quote.|Author}} prints:

 This is a quote.

— Author

{{Quote|This is a quote.|Author|subject}} prints:

 This is a quote.

— Author, subject

{{Quote|This is a quote.|[[Main Page|Some guy]]|subject}} prints:

 This is a quote.

Some guy, subject