Template:Quote: Difference between revisions
Jump to navigation
Jump to search
Alias: Template:Quote |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | |||
<templatestyles src="Quote/styles.css" /> | |||
<!-- Params: 1/text, 2/author, source, align, width --> | |||
<div class="gq-quote gq-align-{{{align|center}}}" style="{{#if:{{{width|}}}|max-width:{{{width}}};|}}"> | |||
<div class="gq-text">“{{{text|{{{1|}}}}}}”</div> | |||
{{#if:{{{author|{{{2|}}}}}}| | |||
<div class="gq-meta">— {{{author|{{{2|}}}}}}{{#if:{{{source|}}|<span class="gq-source"> · {{{source}}}</span>|}}</div> | |||
}} | |}} | ||
</div> |
Revision as of 02:19, 25 August 2025
“”