Template:Info: Difference between revisions

From KDE UserBase Wiki
m (remove margin bottom)
m (update to blue)
 
Line 2: Line 2:
|3=[[Image:Dialog-information.png|left|40px|link=]]
|3=[[Image:Dialog-information.png|left|40px|link=]]
|1={{{1}}}
|1={{{1}}}
|4=alert-success
|4=alert-info
}}<noinclude>
}}<noinclude>
----
----

Latest revision as of 21:30, 9 August 2019

Information

{{{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

Information

This is an info box


Code:

{{Box|2={{#if: {{{2|}}} | {{{2}}} | Information }}
|3=[[Image:Dialog-information.png|left|40px|link=]]
|1={{{1}}}
|4=alert-success
}}