Template:Quote: Difference between revisions
Jump to navigation
Jump to search
Alias: Template:Quote |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Quote/styles.css" /> | |||
<!-- Params: 1=text, 2=author, align, width --> | |||
<div class="gq-quote gq-align-{{{align|center}}}" style="max-width:{{{width|}}};"> | |||
<div class="gq-bar" aria-hidden="true"></div> | |||
<div class="gq-body"> | |||
<div class="gq-text">“{{{text|{{{1|}}}}}}”</div> | |||
<div class="gq-meta">— {{{author|{{{2|}}}}}}</div> | |||
</div> | |||
</div> |
Latest revision as of 02:34, 25 August 2025
“”