Difference between revisions of "Template:KBcaution"

From Second Life Wiki
Jump to navigation Jump to search
(and already out of date ^^ anyway, adding spanish)
Line 3: Line 3:
       <td width="64"  valign="top">[[Image:KBcaution.png|64px]]</td>
       <td width="64"  valign="top">[[Image:KBcaution.png|64px]]</td>


       <td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Achtung|/ja = 注意|/pt = Cuidado|/it = Attenzione|Important}}}}:''' {{{1|}}}</td>
       <td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Achtung|/ja = 注意|/pt = Cuidado|/it = Attenzione|/es = Atención|Important}}}}:''' {{{1|}}}</td>
     </tr>
     </tr>
</table></blockquote></onlyinclude><noinclude>
</table></blockquote></onlyinclude><noinclude>

Revision as of 13:40, 19 October 2009

KBcaution.png Important:

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

Example:

{{KBcaution|Text goes here!}}

Which appears as:

KBcaution.png Important: Text goes here!

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

KBcaution.png Achtung: Text goes here!

It may also display custom text with

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

would appear as

KBcaution.png Your topic: Text goes here!

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

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