Template:Quotation: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><blockquote class="blockquote font-italic m-auto p-3 w-75"><div class="d-flex"><div class="font-weight-bold m-auto pr-3" style="font-size:2em; width:10%;">{{{icon|<i class="fas fa-quote-left"></i>}}}</div><div class="pl-3" style="border-left:1px solid #DDD;"><p>{{{text|Quoted text.}}}</p><p class="m-n2" style="text-align:right; font-size:1.2em;">— {{{source|Quotation source}}}</p></div></div></blockquote></includeonly><noinclude>__NOTOC__ [[Category:Formatting Templates]]
<includeonly><blockquote class="blockquote font-italic m-auto p-3 w-75"><div class="d-flex"><div class="font-weight-bold m-auto pr-3" style="font-size:3em; width:10%;"><i class="fas fa-quote-left"></i></div><div class="pl-3" style="border-left:1px solid #DDD;"><p>{{{text|Quoted text.}}}</p><p class="m-n2" style="text-align:right; font-size:1.2em;">— {{{source|Quotation source}}}</p></div></div></blockquote></includeonly><noinclude>__NOTOC__ [[Category:Formatting Templates]]


== Purpose & Usage ==
== Purpose & Usage ==
Line 12: Line 12:
; '''text='''
; '''text='''
: Quoted text.
: Quoted text.
==== Optional ====
; '''icon='''
: Optional. Displays an icon to the left.


== Examples ==
== Examples ==

Revision as of 21:01, June 19, 2021


Purpose & Usage[edit source]

{{Quotation|source=|text=Text goes here.}}

Parameters[edit source]

Required[edit source]

source=
Quotation source.
text=
Quoted text.

Examples[edit source]

Code:

{{Quotation|source=AuthorName|text=Text goes here.}}

Result:

Text goes here.

— AuthorName

See Also[edit source]

None