Difference between revisions of "Template:Q"
m (For quotes.) |
(Wrote some information on usage.) |
||
Line 1: | Line 1: | ||
− | <ul class="quotes"> | + | <noinclude>This is a template for quotes. Wrap this around quotes you write. Remember to use the <nowiki><poem></nowiki> tag around your quotes. |
+ | |||
+ | '''Usage:''' | ||
+ | <pre>{{q| | ||
+ | <quotes> | ||
+ | }}</pre> | ||
+ | |||
+ | '''Example:''' | ||
+ | <pre>{{q| | ||
+ | <poem>'''Cubert:''' I heard alcohol makes you stupid. | ||
+ | '''Fry:''' No, I'm doesn't...</poem> | ||
+ | <poem>'''Farnsworth:''' And Fry, you had that brain thing. | ||
+ | '''Fry:''' I already did.</poem> | ||
+ | }}</pre> | ||
+ | Produces: | ||
+ | {{q| | ||
+ | <poem>'''Cubert:''' I heard alcohol makes you stupid. | ||
+ | '''Fry:''' No, I'm doesn't...</poem> | ||
+ | <poem>'''Farnsworth:''' And Fry, you had that brain thing. | ||
+ | '''Fry:''' I already did.</poem> | ||
+ | }}</noinclude><includeonly><ul class="quotes"> | ||
{{{1}}} | {{{1}}} | ||
− | </ul> | + | </ul></includeonly> |
Revision as of 23:56, 10 March 2008
This is a template for quotes. Wrap this around quotes you write. Remember to use the <poem> tag around your quotes.
Usage:
{{q| <quotes> }}
Example:
{{q| <poem>'''Cubert:''' I heard alcohol makes you stupid. '''Fry:''' No, I'm doesn't...</poem> <poem>'''Farnsworth:''' And Fry, you had that brain thing. '''Fry:''' I already did.</poem> }}
Produces:
Cubert: I heard alcohol makes you stupid.
Fry: No, I'm doesn't...
Farnsworth: And Fry, you had that brain thing.
Fry: I already did.