Template:Info: Difference between revisions

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

Revision as of 05:36, 27 July 2012

{{{1}}}



Displays an information box. Parameters

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

Example: {{Info|This is an info box}} gives

This is an info box