Difference between revisions of "Template:KBtip"

From Second Life Wiki
Jump to navigation Jump to search
m (moved Template:KBhint to Template:KBtip: Renamed to be stylistically consistent with Parature KB usage.)
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.)
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<onlyinclude><includeonly><table style="border: 1px dashed rgb(127, 124, 117);" cellpadding="3" width="80%">
<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 style="border: 1px dashed rgb(127, 124, 117);" width="80"><imagemap>
      <td width="32" valign="top">[[File:KBtip2.png|link=]]</td>
Image:Icons_parature_tip.jpg
poly 0 0 [[Help Portal]]
desc none
</imagemap></td>
            <td style="border: 1px dashed rgb(127, 124, 117);">{{{1|}}}</td>


        </tr>
      <td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Tipp:|/ja = ヒント:|/pt = Dica:|/it = Suggerimento:|/es = Sugerencia:|/fr = Astuce :|Tip:}}}}''' {{{1|}}}</td>
</table></includeonly></onlyinclude>
    </tr>
This box is an adaption of the trivia box used in {{slkb|5046|Media on a parcel}} and supposed to be used at KB translations which are using such a box. Syntax:  
</table></onlyinclude><noinclude>
<nowiki>{{KBhint|Hinweis: Some content}}</nowiki>
which would result in


{{KBhint|Hint: Some content}}
{{KBbox/doc}} [[Category:KB Templates]]</noinclude>
[[Category:Box templates]]

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!}}