Jump to content

Template:Quote: Difference between revisions

From ModEnc²
en>DCoder
Note regarding equals sign in quotes
en>Vinifera7
m added {{Equal}} to list of options for adding an escaped/unparsed = sign
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|'='}} with {{Tt|'='}} or {{Tt|'='}} in the quoted text.
'''Note''': equals sign ('=') messes up the quotes. To avoid that, replace all {{Tt|'{{Equal}}'}} with {{Tt|'{{Equal}}'}} or {{Tt|'='}} or {{Tt|'='}} 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>

Revision as of 10:01, 20 August 2006

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.