1,407
edits
No edit summary |
m (Protected "Template:Ambox" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| style=" | <!-- | ||
|- | {| style="width:100%; background-color:#f0f0f0; border-left:10px solid red; border-top:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc" | ||
| | |- | ||
| {{ #if: {{{text|}}} | <div style="padding:10px">[[File:Alert.png|50x42px|link=|alt=]]</div> }} | |||
| {{ #if: {{{text|}}} | <div style="padding-right:10px;color:#ff0000; text-align:justify">{{{text}}}</div> }} | |||
|} | |} | ||
{| style="width:100%; background-color:#f0f0f0; border-left:10px solid red; border-top:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc" | |||
|- | |||
| <div style="padding:10px;color:#ff0000;text-align:justify;">[[File:Alert.png|left|50x42px|link=|alt=]] | |||
{{ #if: {{{text|}}} | {{{text}}} }}</div> | |||
|} | |||
--> | |||
{{Message_Box | |||
|color=red | |||
|image=Alert.png | |||
|text={{ #if: {{{text|}}} | {{{text}}} }} | |||
}} | |||
<noinclude> | <noinclude> | ||
==PREVIEW== | ==PREVIEW== | ||
{{Ambox | {{Ambox | ||
|text= | |text=sample text | ||
}} | }} | ||
==USAGE== | ==USAGE== | ||
Line 15: | Line 29: | ||
}} | }} | ||
</pre> | </pre> | ||
==Examples== | |||
See [[Template:Box3]] which is used on [[Template:EU_Aid_Format]] | |||
</noinclude> | </noinclude> |