Difference between revisions of "Template:KBtip"
Jump to navigation
Jump to search
Rand Linden (talk | contribs) |
|||
Line 1: | Line 1: | ||
<onlyinclude | <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="32" valign="top">[[Image:KBtip.png|32px|link=]]</td> | <td width="32" valign="top">[[Image:KBtip.png|32px|link=]]</td> | ||
Line 5: | Line 5: | ||
<td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Tipp:|/ja = ヒント:|/pt = Dica:|/it = Suggerimento:|/es = Sugerencia:|/fr = Astuce :|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 | </table></onlyinclude><noinclude> | ||
{{KBbox/doc}} [[Category:KB Templates]]</noinclude> | {{KBbox/doc}} [[Category:KB Templates]]</noinclude> |
Revision as of 12:10, 9 December 2010
Tip: |
This is one in a series of templates used in Category:Knowledge Base.
Example:
{{KBtip|Text goes here!}}
Which appears as:
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}}
):
Tipp: Text goes here! |
It may also display custom text with
{{KBtip|custom=Your topic|Text goes here!}}
would appear as
Your topic Text goes here! |
When experiencing problems with this template, try the following markup:
{{KBtip|1=Text goes here!}}