Template:Quote: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (testing space before and after parameter insertion to support quotes that begin or end with a single-quote character) |
||
Line 1: | Line 1: | ||
<includeonly><blockquote style="font-size:{{#if:{{{size|}}}|{{{size}}}|130%}}; font-family:Georgia;">''{{{1}}}''</blockquote></includeonly><noinclude> | <includeonly><blockquote style="font-size:{{#if:{{{size|}}}|{{{size}}}|130%}}; font-family:Georgia;">'' {{{1}}} ''</blockquote></includeonly><noinclude> | ||
Insert a pre-formatted blockquote for an item, class, or feature description, or simply a prominent quote from an NPC. | Insert a pre-formatted blockquote for an item, class, or feature description, or simply a prominent quote from an NPC. | ||
Revision as of 05:28, 12 February 2023
Insert a pre-formatted blockquote for an item, class, or feature description, or simply a prominent quote from an NPC.
Usage Examples
Default usage:
{{Quote|Your quote goes here.}}
Result:
Your quote goes here.
Optional size
parameter for different quote sizes:
{{Quote|size=90%|Here is a smaller quote.}}
Result:
Here is a smaller quote.