Difference between revisions of "Template:Quote"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<onlyinclude><blockquote><table width="100%" style="border: 1px solid #dddddd; background: #f9f9f9">
<onlyinclude><blockquote><table width="100%" style="border: 1px solid #dddddd; background: #f9f9f9">
     <tr>
     <tr>
       <td>{{{1|}}}</td>
       <td>{{{1}}}</td>
     </tr>
    </tr>{{#if:{{{hr|}}}|
    <tr>
      <td><hr></td>
    </tr>}}{{#if:{{{2|}}}|
    <tr>
      <td style="text-align:right;">{{{2}}}</td>
     </tr>}}
</table></blockquote></onlyinclude><noinclude>
</table></blockquote></onlyinclude><noinclude>


{{KBbox/doc}} [[Category:KB Templates]]</noinclude>
{{KBbox/doc}} [[Category:KB Templates]]</noinclude>

Latest revision as of 20:46, 26 September 2013

{{{1}}}

This is one in a series of templates used in Category:Knowledge Base.

Example:

{{Quote|Text goes here!}}

Which appears as:

Text goes here!

Depending on the value of {{#var:lang}}, this template displays localized messages. Eg. for German (i.e. with {{#vardefine:lang|/de}}):

Text goes here!

It may also display custom text with

{{Quote|custom=Your topic|Text goes here!}}

would appear as

Text goes here!

When experiencing problems with this template, try the following markup:

{{Quote|1=Text goes here!}}