Template:Info: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{Box | <includeonly>{{Box | ||
|text = {{{ | |text = {{{text|Lorem ipsum dolor sit amet.}}} | ||
|image = Dialog-information.png | |image = Dialog-information.png | ||
|border = #8090ff | |border = #8090ff | ||
Line 9: | Line 9: | ||
This template is used to give a info in a colored box. | This template is used to give a info in a colored box. | ||
==Default usage== | ==Default usage== | ||
<pre>{{Info|You look great today. Be sure to smile.}}</pre> | <pre>{{Info|text=You look great today. Be sure to smile.}}</pre> | ||
Write the info text after | Write the info text after <code>|text=</code> within the curly brackets. If none is supplied, the box will display Lorem ipsum. | ||
{{Info|You look great today. Be sure to smile.}} | {{Info||text=You look great today. Be sure to smile.}} | ||
[[Category:Box templates]] | [[Category:Box templates]] | ||
</noinclude> | </noinclude> |