Template:Quotation: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<blockquote style="font-style: italic; padding: 0em 2em 0em 1em; margin: 1em 0em 1em {{{icon-size|4em}}}; {{ #if: {{{icon|}}} || border-left: 1px solid #DDD; }}"><div style="position: absolute; margin-top: -0.2em; margin-left: -{{{icon-size|0.8em}}}; font: bold 6em Times New Roman, Times, Georgie, serif; color: #C0C0C0;">{{ #if: {{{icon-size|}}} | <div style="position: absolute; margin-left: -0.2em;">{{{icon|“}}}</div> | {{{icon|“}}} }}</div>
<includeonly><blockquote style="font-style:italic; padding:0em 2em 0em 1em; margin:1em 0em 1em {{{icon-size|4em}}};{{#if:{{{icon|}}}|| border-left:1px solid #DDD;}}"><div style="position:absolute; margin:-.2em 0 0 -{{{icon-size|.8em}}}; font:bold 6em Times New Roman, Times, Georgia, serif; color:#C0C0C0;">{{ #if: {{{icon-size|}}} | <div style="position:absolute; margin:0 0 0 -.2em;">{{{icon|“}}}</div> | {{{icon|“}}} }}</div>
<span style="font-size: 1.2em;">{{{2|Quoted text.}}}</span>
<span style="font-size:1.2em;">{{{2|Quoted text.}}}</span>
<p style="text-align: right; font-size: 1.3em;">— {{{1|Quotation source}}}</p>
<p style="text-align:right; font-size:1.3em;">— {{{1|Quotation source}}}</p>
</blockquote>
</blockquote>
<noinclude>
</includeonly><noinclude>__NOTOC__
== Description ==
 
== Purpose & Usage ==
<pre>
<pre>
{{Quotation|Source|
{{Quotation|Source|
Line 19: Line 20:
: Optional. Displays an icon to the left.
: Optional. Displays an icon to the left.
; icon-size
; icon-size
: Optional. Modifies the space for the icon.</noinclude>
: Optional. Modifies the space for the icon.
 
== Examples ==
<!--
'''Code:'''
<pre>{{TEMPLATE NAME AND ARGUMENTS}}</pre>
'''Result:'''
{{TEMPLATE NAME AND ARGUMENTS}}
-->
None
 
== See Also ==
<!--
*[[:RELATED TEMPLATE NAME AND ARGUMENTS]]
-->
None
 
</noinclude>

Revision as of 00:02, May 7, 2015


Purpose & Usage

{{Quotation|Source|
Text goes here.
}}

Parameters

unnamed parameter 1
Quotation source.
unnamed parameter 2
Quoted text.
icon
Optional. Displays an icon to the left.
icon-size
Optional. Modifies the space for the icon.

Examples

None

See Also

None