Template:Info: Difference between revisions
Appearance
No edit summary |
m update to blue |
||
(One intermediate revision by the same user not shown) | |||
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- | |4=alert-info | ||
}} | }}<noinclude> | ||
<noinclude> | |||
---- | ---- | ||
Displays an information box. Parameters | Displays an information box. Parameters |
Latest revision as of 21:30, 9 August 2019
Displays an information box. Parameters
- Text of the main body
- (optional) Title of the box (default: Information)
Example: {{Info|This is an info box}} gives
Code:
{{Box|2={{#if: {{{2|}}} | {{{2}}} | Information }}
|3=[[Image:Dialog-information.png|left|40px|link=]]
|1={{{1}}}
|4=alert-success
}}