Difference between revisions of "Template:Quote"

From LAH Wiki
Jump to: navigation, search
m (Accidental redundancy)
 
Line 1: Line 1:
{| style="border:1px solid transparent; background:transparent; width:{{{width}}}" align="{{#if:{{{align|}}}|{{{align}}}|center}}"
+
{| style="border:1px solid transparent; background:transparent; width:{{{width}}}" align={{#if:{{{align|}}}|{{{align}}}|center}}
 
|
 
|
{| style="border:1px dotted dimgray; width:100%" cellpadding=0  
+
{| style="border:1px dotted dimgray; width:100%" cellpadding=0
| "<includeonly>{{{quote}}}</includeonly><noinclude>Sample quote text.</noinclude>"<includeonly>{{#if {{{who|}}}|<BR><table align=right><tr><td>--- {{{who}}}</td></tr></table>}}</includeonly>
+
|"<includeonly>{{{quote}}}</includeonly><noinclude>Sample quote text.</noinclude>"<includeonly>{{#if: {{{who|}}}|<br><div align="right">---{{{who}}}</div>}}</includeonly><noinclude><br><div align=right>---Who</div></noinclude>
<noinclude><table align=right><tr><td>--- Who</td></tr></table></noinclude>
+
 
|}
 
|}
 
|}
 
|}
Line 9: Line 8:
 
A simple template for inserting quotes into user pages and talk pages.  It has the following parameters.
 
A simple template for inserting quotes into user pages and talk pages.  It has the following parameters.
 
*'''width''' - the width of the template. Optional.
 
*'''width''' - the width of the template. Optional.
*'''align''' - the alignment of the template.  if left blank, it will default to center. If undefined, will default to center.
+
*'''align''' - the alignment of the template.  if left blank, it will default to center.
 
*'''quote''' - the text of the quote.  The template will add the quotation marks ("").
 
*'''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 (—). Optional.
 
*'''who''' - the person to whom the quote is to be attributed. The template will add the dash (—). Optional.

Latest revision as of 23:50, 11 October 2007

Personal tools