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

Template:Quote: Difference between revisions

From ModEnc
Jump to navigation Jump to search
Note regarding equals sign in quotes
Fixed template (something turned images to links?)
 
(One intermediate revision by one other user not shown)
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>
Line 28: Line 28:
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.
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 {{Tt|'&#x3d;'}} with {{Tt|'&amp;#x3d;'}} or {{Tt|'&amp;#61;'}} in the quoted text.
'''Note''': equals sign ('=') messes up the quotes. To avoid that, replace all {{Tt|'{{Equal}}'}} with {{Tt|'&#123;&#123;Equal&#125;&#125;'}} or {{Tt|'&amp;#x3d;'}} or {{Tt|'&amp;#61;'}} in the quoted text.
<!-- P.S. You were right, I *did* get a shock from that code. -->
<!-- P.S. You were right, I *did* get a shock from that code. -->
</noinclude>
</noinclude>

Latest revision as of 13:53, 20 November 2007

{{{1}}}:
 
 
{{{2}}}
 

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.