Difference between revisions of "Template:KBtip"

From Second Life Wiki
Jump to navigation Jump to search
(i18n)
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>{{KBtip|Text goes here!}}</nowiki></code>
 
Which appears as:
 
{{KBtip|Text goes here!}}
 
Depending on the value of <nowiki>{{#var:lang}}</nowiki>, this template displays localized messages. Eg. for German: {{#vardefine:lang|/de}}
 
{{KBtip|Text goes here!}}
 
It may also display custom text with
 
: <code><nowiki>{{KBtip|custom=Your topic|Text goes here!}}</nowiki></code>
 
would appear as
 
{{KBtip|custom=Your topic|Text goes here!}}
[[Category:Box templates]]</noinclude>

Revision as of 19:11, 2 October 2009

Icons parature tip.jpg Tip:

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

Example:

{{KBtip|Text goes here!}}

Which appears as:

Icons parature tip.jpg Tip: 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 tip.jpg Tipp: Text goes here!

It may also display custom text with

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

would appear as

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

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

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