Template:Quote: Difference between revisions

From PZwiki
m (use Template:sup)
(changed inline style to use css class)
 
Line 22: Line 22:
}}
}}
{{ll|Category:Templates}}
{{ll|Category:Templates}}
</noinclude><includeonly><div style="display: flex; font-family: 'Georgia', 'Times New Roman', 'Times', serif;">
</noinclude><includeonly><div class="quote">
   <div style="font-weight: bold; font-size: 4em; height: 1em;">&ldquo;</div>
   <div class="quote-mark">&ldquo;</div>
   <div style="margin: 0.5em; padding-left: 0.5em; border-left: 1px solid #000000; font-style: italic;">{{{text|}}}{{#if:{{{author|}}}|<div style="text-align: right;">&mdash; {{{author}}}</div>}}</div>
   <div class="quote-text">{{{text|}}}{{#if:{{{author|}}}|<div class="quote-author">&mdash; {{{author}}}</div>}}</div>
</div></includeonly>
</div></includeonly>

Latest revision as of 07:29, 29 March 2024

Notebook.pngTemplate Documentation

This template is used to provide a pre-made style for quotes.

Usage

Parameters

text Required
The text of the quote.
author
The author of the quote.

Examples

  • {{Quote|text=This is a quote}}
This is a quote
  • {{Quote|text=This is a quote|author=Author}}
This is a quote
— Author

How to translate

This template doesn't need to/shouldn't be translated, but you can translate the documentation of this template with the following steps:

  1. Create a subpage of this template with the language code of the language you want to translate to.
  2. Copy the code wrapped in the <noinclude> tag in this template into the page you created.
    {{Translation guide}} template should be removed from the translated documentation.
  3. Translate the page according to the translation requirements of normal pages.

See also

Editors can experiment in this template's sandbox.