Template:Tip: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Box|2={{{3|Tip}}}|3=[[Image:Ktip.png|left|40px]]|1={{{1}}}|4={{{4|alert-success}}}|5={{{5}}} }}
{{Box|2={{#if: {{{2|}}} | {{{2}}} | Tip }}
|3=[[Image:Ktip.png|left|40px|link=]]
|1={{{1}}}
}}
<noinclude>
<noinclude>
----
Displays an information box. Parameters
# Text of the main body
# (optional) Title of the box (default: Tip)
Example: <nowiki>{{Tip|This is a piece of advice}}</nowiki> gives
{{Tip|This is a piece of advice}}
[[Category:Template]]
[[Category:Template]]
</noinclude>
</noinclude>

Revision as of 07:06, 27 July 2012

Tip

{{{1}}}



Displays an information box. Parameters

  1. Text of the main body
  2. (optional) Title of the box (default: Tip)

Example: {{Tip|This is a piece of advice}} gives

Tip

This is a piece of advice