Difference between revisions of "Blockquote"
Stratonian (talk | contribs) m (Ended the <noinclude> tag) |
Stratonian (talk | contribs) m (Removed the need for a named second parameter) |
||
Line 1: | Line 1: | ||
− | <includeonly><blockquote style="overflow:hidden;margin:1em 0;padding:0 40px;">{{{text|{{{1|{{error|Error: No text given for quotation.}}}}}}}}{{#if:{{{source|}}}|<div style="line-height=1.5em;text-align:left;padding-left:1.6em;margin-top:0;">— <cite>{{{source|}}}</cite></div>}}</blockquote></includeonly><noinclude>{{Blockquote/Documentation}}</noinclude> | + | <includeonly><blockquote style="overflow:hidden;margin:1em 0;padding:0 40px;">{{{text|{{{1|{{error|Error: No text given for quotation.}}}}}}}}{{#if:{{{source|{{{2|}}}}}}|<div style="line-height=1.5em;text-align:left;padding-left:1.6em;margin-top:0;">— <cite>{{{source|{{{2|}}}}}}</cite></div>}}</blockquote></includeonly><noinclude>{{Blockquote/Documentation}}</noinclude> |
Revision as of 16:52, 11 July 2022
Description
Displays large text passages as indented quotations.
Usage
{{blockquote|<This is a quotation>|<game>}}
{{blockquote|<This is a quotation>|<website>}}
{{blockquote|<This is a quotation>|<website>|<https://corepunk.com>}}
{{blockquote|<This is a quotation>|<custom label>|<https://corepunk.wiki>}}
{{blockquote|<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.
Errors
No text given for quotation. Add a text parameter.