Difference between revisions of "Template:Quote"

From LAH Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{| style="border:1px dotted dimgray; width:80%" cellpadding=0
 
{| style="border:1px dotted dimgray; width:80%" cellpadding=0
| "{{{quote}}}"
+
| "<includeonly>{{{quote}}}</includeonly><noinclude>Sample quote text.</noinclude>"
 
|-
 
|-
| align=right|--- {{{who}}}
+
| align=right|--- <includeonly>{{{who}}}</includeonly><noinclude>Nobody</noinclude>
 
|}
 
|}
 
<noinclude>
 
<noinclude>
A test template, but is usable; the code is <noWiki>{{Quote|quote=TEXT|who=TEXT}}</noWiki>
+
A simple template for inserting quotes. It only has two fields to fill in.
 +
* '''quote''' - the text of the quote.  The template will add the quotation marks ("").
 +
* '''who''' - the person to whom the quote is to be attributed. The template will add the dash (---).
 +
 
 +
<pre>
 +
{{Quote
 +
|quote=TEXT
 +
|who=TEXT
 +
}}
 +
</pre>
 +
 
 
</noinclude>
 
</noinclude>

Revision as of 00:43, 16 July 2007

Personal tools