Template:Quote-simple: Difference between revisions
Jump to navigation
Jump to search
Created page with "<blockquote style="overflow:hidden;margin: 1em 0;padding: 0 40px;"> {{{1}}} {{#if:{{{2|}}}| <div style="line-height:1.5em;text-align:left;padding-left:1.6em;margin-top:0;">{{{..." |
use latest mediawiki version's default styling |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<blockquote | <blockquote> | ||
{{{1}}} | {{{1}}} | ||
{{#if:{{{2|}}}| | {{#if:{{{2|}}}| | ||
<div style="line-height:1.5em;text-align:left;padding-left:1.6em;margin-top:0;">{{{2}}}</div> | <div style="line-height:1.5em;text-align:left;padding-left:1.6em;margin-top:0;">— {{{2}}}</div> | ||
}} | }} | ||
</blockquote> | </blockquote><noinclude>{{documentation}}</noinclude> | ||
<noinclude>{{documentation}}</noinclude> |
Latest revision as of 07:55, 1 September 2021
{{{1}}}
{{quote-simple|QUOTE TEXT|AUTHOR}}
A simpler version of {{quote}}.
For example, {{quote-simple|Big Black Nigga Balls HD|Frank}}
will output:
Big Black Nigga Balls HD
— Frank
TemplateData[edit source]
Adds a block quote to the page with simple styling.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote text | 1 | no description | Content | required |
Author | 2 | no description | String | suggested |