Difference between revisions of "Quotation"
Stratonian (talk | contribs) m (Allow for null second parameter) |
Stratonian (talk | contribs) m (Readability) |
||
Line 1: | Line 1: | ||
− | <includeonly><blockquote style="padding: 0em 2em 0em 1em; margin: 1em 0em 1em 4em;border-left: 1px solid silver;"><div style="position: absolute; margin-top: -0.2em; margin-left: -0.8em; font: bold 5em Times New Roman, Times, Georgie, serif; color: silver;"><div style="position: absolute; margin-left: -0.2em;">“</div></div><div style="line-height: 1.53846em;"> | + | <includeonly> |
+ | <blockquote style="padding: 0em 2em 0em 1em; margin: 1em 0em 1em 4em;border-left: 1px solid silver;"> | ||
+ | <div style="position: absolute; margin-top: -0.2em; margin-left: -0.8em; font: bold 5em Times New Roman, Times, Georgie, serif; color: silver;"> | ||
+ | <div style="position: absolute; margin-left: -0.2em;">“</div></div> | ||
+ | <div style="line-height: 1.53846em;"> | ||
{{{text|{{{1|{{error|Error: No quote text provided.}}}}}}}} | {{{text|{{{1|{{error|Error: No quote text provided.}}}}}}}} | ||
− | </div><p class="noexcerpt" style="padding-left: 1.6em; font-size: 0.9em; font-style:italic;">{{#if:{{{source|{{{2|}}}}}}|-}} {{ #switch: {{ lc: {{{source|{{{2|}}}}}} }} | + | </div> |
+ | <p class="noexcerpt" style="padding-left: 1.6em; font-size: 0.9em; font-style:italic;">{{#if:{{{source|{{{2|}}}}}}|-}} {{ #switch: {{ lc: {{{source|{{{2|}}}}}} }} | ||
| game = In-game description | | game = In-game description | ||
| website = Official website | | website = Official website | ||
| #default = {{{source|{{{2|}}}}}} | | #default = {{{source|{{{2|}}}}}} | ||
− | }}</p></blockquote></includeonly><noinclude>{{Quotation/Documentation}}</noinclude> | + | }}</p> |
+ | </blockquote></includeonly><noinclude>{{Quotation/Documentation}}</noinclude> |
Revision as of 22:15, 16 February 2023
Description
Displays text passages as quotations from an official source.
Usage
{{quotation|<This is a quotation>|<game>}}
{{quotation|<This is a quotation>|<website>}}
{{quotation|<This is a quotation>|<website>|<https://corepunk.com>}}
{{quotation|<This is a quotation>|<custom label>|<https://corepunk.wiki>}}
{{quotation|<This is a quotation>|<https://corepunk.wiki>}}
Parameters
- 3: Quotation source.
- Optional.
- Notes: A link to the quotation source. Use if parameter 2 isn't already a link.
- popup: Whether to include the quotation in the popup that appears when the mouse hovers over a wikilink.
- Optional.
- Notes: Setting this parameter to any value adds the quote text to the popup.
Errors
No quote text provided. Add a text parameter.