Difference between revisions of "Template:KBwarning"

From Second Life Wiki
Jump to navigation Jump to search
(+ ja & pt)
Line 3: Line 3:
       <td width="64"  valign="top">[[Image:KBwarning.png|64px]]</td>
       <td width="64"  valign="top">[[Image:KBwarning.png|64px]]</td>


       <td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Achtung|Warning}}}}:''' {{{1|}}}</td>
       <td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Achtung|/ja = 警告|/pt = Aviso |Warning}}}}:''' {{{1|}}}</td>
     </tr>
     </tr>
</table></blockquote></onlyinclude><noinclude>
</table></blockquote></onlyinclude><noinclude>


{{KBbox/doc}}</noinclude>
{{KBbox/doc}}</noinclude>

Revision as of 17:11, 8 October 2009

KBwarning.png Warning:

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

Example:

{{KBwarning|Text goes here!}}

Which appears as:

KBwarning.png Warning: Text goes here!

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

KBwarning.png Achtung: Text goes here!

It may also display custom text with

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

would appear as

KBwarning.png Your topic: Text goes here!

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

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