Template:Tip: Difference between revisions

From KDE Community Wiki
(Undo revision 23743 by Anne (talk))
No edit summary
Line 1: Line 1:
{{Box|1={{{3|Tip}}}|2=[[Image:Ktip.png|left|40px|link=]]<div style="margin-left:50px">{{{1}}}</div> |3={{{4}}}|4={{{5}}} }}
{{Box1|2={{{2|Tip}}}|3=[[Image:Ktip.png|left|40px|link=]]|4=alert-success|1={{{1}}} }}
<noinclude>
<noinclude>
[[Category:Template]]
This template displays an info box in the page. Syntax: <code><nowiki>{{Info|2=title|1=text}}</nowiki></code>
</noinclude>
# The body of the box
# (optional) the title of the box - Translators: Consider creating a translated version of this template instead of using this parameter every time.


{{Box|2={{#if: {{{2|}}} | {{{2}}} | Tip }}
Example: {{Input|1=<nowiki>{{Tip|1=This is a tip.}}</nowiki>}}
|3=[[Image:Ktip.png|left|40px|link=]]
{{Tip|1=This is a tip.}}
|1={{{1}}}
|4=alert-success
}}
<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 16:53, 27 August 2012

 
Tip
{{{1}}}

This template displays an info box in the page. Syntax: {{Info|2=title|1=text}}

  1. The body of the box
  2. (optional) the title of the box - Translators: Consider creating a translated version of this template instead of using this parameter every time.

Example:

{{Tip|1=This is a tip.}}
 
Tip
This is a tip.