Difference between revisions of "Template:KBtrivia"
Jump to navigation
Jump to search
Rand Linden (talk | contribs) |
|||
Line 1: | Line 1: | ||
<onlyinclude | <onlyinclude><table style="border: 1px solid #dddddd; background: #f9f9f9; width: {{{width|75%}}}; min-width: 400px; margin-left: 20px; margin-right: 20px;"> | ||
<tr> | <tr> | ||
<td width="32" valign="top">[[Image:KBtrivia.png|32px|link=]]</td> | <td width="32" valign="top">[[Image:KBtrivia.png|32px|link=]]</td> | ||
Line 5: | Line 5: | ||
<td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Wissenswertes:|/ja = トリビア:|/pt = Trívia:|/it = Curiosità:|/es = Preguntas de trivia:|/fr = Trivia :|Trivia:}}}}''' {{{1|}}}</td> | <td>'''{{#if:{{{custom|}}}|{{{custom|}}}|{{#switch:{{#var:lang}}|/de = Wissenswertes:|/ja = トリビア:|/pt = Trívia:|/it = Curiosità:|/es = Preguntas de trivia:|/fr = Trivia :|Trivia:}}}}''' {{{1|}}}</td> | ||
</tr> | </tr> | ||
</table | </table></onlyinclude><noinclude> | ||
{{KBbox/doc}} [[Category:KB Templates]]</noinclude> | {{KBbox/doc}} [[Category:KB Templates]]</noinclude> |
Latest revision as of 14:11, 9 December 2010
Trivia: |
This is one in a series of templates used in Category:Knowledge Base.
Example:
{{KBtrivia|Text goes here!}}
Which appears as:
Trivia: Text goes here! |
Depending on the value of {{#var:lang}}, this template displays localized messages. Eg. for German (i.e. with {{#vardefine:lang|/de}}
):
Wissenswertes: Text goes here! |
It may also display custom text with
{{KBtrivia|custom=Your topic|Text goes here!}}
would appear as
Your topic Text goes here! |
When experiencing problems with this template, try the following markup:
{{KBtrivia|1=Text goes here!}}