Difference between revisions of "Template:KBtip"

From Second Life Wiki
Jump to navigation Jump to search
(i18n)
m (Looks like as soon as you add resize options to [[File:]] the generated link points to an amazon storage which doesn't know the file.)
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<onlyinclude><blockquote><table width="80%" style="border: 1px solid #dddddd; background: #f9f9f9">
<onlyinclude><table style="border: 1px solid #ffc000; background: #ffffaa; color: black; width: {{{width|75%}}}; min-width: 400px; margin-left: 20px; margin-right: 20px;">
     <tr>
     <tr>
       <td width="64">[[Image:Icons_parature_tip.jpg]]</td>
       <td width="32" valign="top">[[File:KBtip2.png|link=]]</td>


       <td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Tipp|Tip}}}}:''' {{{1|}}}</td>
       <td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Tipp:|/ja = ヒント:|/pt = Dica:|/it = Suggerimento:|/es = Sugerencia:|/fr = Astuce :|Tip:}}}}''' {{{1|}}}</td>
     </tr>
     </tr>
</table></blockquote></onlyinclude><noinclude>
</table></onlyinclude><noinclude>


This is one in a series of templates used in [[:Category:Knowledge Base]].
{{KBbox/doc}} [[Category:KB Templates]]</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>

Latest revision as of 08:19, 8 August 2015

KBtip2.png Tip:

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

Example:

{{KBtip|Text goes here!}}

Which appears as:

KBtip2.png 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}}):

KBtip2.png Tipp: Text goes here!

It may also display custom text with

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

would appear as

KBtip2.png Your topic Text goes here!

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

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