Difference between revisions of "Template:KBcaution"

From Second Life Wiki
Jump to navigation Jump to search
(doc)
m
Line 7: Line 7:
</table></blockquote></onlyinclude><noinclude>
</table></blockquote></onlyinclude><noinclude>


This is one in a series of templates used in [[:Category:Knowledge Base]].
{{KBbox/doc}}
 
</noinclude>
Example:
 
: <code><nowiki>{{KBcaution|Text goes here!}}</nowiki></code>
 
Which appears as:
 
{{KBcaution|Text goes here!}}
 
Depending on the value of <nowiki>{{#var:lang}}</nowiki>, this template displays localized messages. Eg. for German: {{#vardefine:lang|/de}}
 
{{KBcaution|Text goes here!}}
 
It may also display custom text with
 
: <code><nowiki>{{KBcaution|custom=Your topic|Text goes here!}}</nowiki></code>
 
would appear as
 
{{KBcaution|custom=Your topic|Text goes here!}}
[[Category:Box templates]]</noinclude>

Revision as of 19:10, 2 October 2009

Icons parature caution.jpg Caution:

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

Example:

{{KBcaution|Text goes here!}}

Which appears as:

Icons parature caution.jpg Caution: Text goes here!

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

Icons parature caution.jpg Achtung: Text goes here!

It may also display custom text with

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

would appear as

Icons parature caution.jpg Your topic: Text goes here!

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

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