Template:Info: Difference between revisions
No edit summary |
m (remove margin bottom) |
||
Line 3: | Line 3: | ||
|1={{{1}}} | |1={{{1}}} | ||
|4=alert-success | |4=alert-success | ||
}} | }}<noinclude> | ||
<noinclude> | |||
---- | ---- | ||
Displays an information box. Parameters | Displays an information box. Parameters |
Revision as of 10:47, 7 July 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
}}