ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Template:Quote"

From ModEnc
Jump to: navigation, search
m (added {{Equal}} to list of options for adding an escaped/unparsed = sign)
(Fixed template (something turned images to links?))
 
Line 4: Line 4:
 
<!-- first row -->
 
<!-- first row -->
 
<div style="width:100%; height:28px;">  
 
<div style="width:100%; height:28px;">  
<!-- left --> <div style="width:47px; height:28px; float: left;">http://www.modenc.renegadeprojects.com/images/Lily-ul.png</div>  
+
<!-- left --> <div style="width:47px; height:28px; float: left;">[[Image:Lily-ul.png]]</div>  
<!-- right --> <div style="height:28px; width:47px; float: right;">http://www.modenc.renegadeprojects.com/images/Lily-ur.png</div>
+
<!-- right --> <div style="height:28px; width:47px; float: right;">[[Image:Lily-ur.png]]</div>
 
<!-- middle --> <div style="color:#3b3b3b; font-weight: bold; padding: 1% 0px 0px 8.5%;">{{{1}}}:</div>   
 
<!-- middle --> <div style="color:#3b3b3b; font-weight: bold; padding: 1% 0px 0px 8.5%;">{{{1}}}:</div>   
 
</div>
 
</div>
Line 18: Line 18:
 
<!-- third row -->
 
<!-- third row -->
 
<div style="width:100%; height:28px;">  
 
<div style="width:100%; height:28px;">  
<!-- left --> <div style="height:28px; width:47px; float: left;">http://www.modenc.renegadeprojects.com/images/Lily-dl.png</div>
+
<!-- left --> <div style="height:28px; width:47px; float: left;">[[Image:Lily-dl.png]]</div>
<!-- right --> <div style="height:28px; width:47px; float: right;">http://www.modenc.renegadeprojects.com/images/Lily-dr.png</div>  
+
<!-- right --> <div style="height:28px; width:47px; float: right;">[[Image:Lily-dr.png]]</div>  
 
<!-- middle --> <div style="">&nbsp;</div>  
 
<!-- middle --> <div style="">&nbsp;</div>  
 
</div>
 
</div>

Latest revision as of 15:53, 20 November 2007

Lily-ul.png
Lily-ur.png
{{{1}}}:
 
 
{{{2}}}
Lily-dl.png
Lily-dr.png
 

Usage:

{{Quote|quoted's name|quoted text}}

Copy-paste the code above and replace "quoted's name" with the name of the source you're quoting, and "quoted text" with the text you want to quote.

Note: equals sign ('=') messes up the quotes. To avoid that, replace all '=' with '{{Equal}}' or '&#x3d;' or '&#61;' in the quoted text.