Difference between revisions of "Template:MsgBox"

From Casio Universal Wiki
Jump to: navigation, search
Line 9: Line 9:
 
</td><td>
 
</td><td>
 
<div {{#if:{{{TitleStyle|}}}| style="{{{TitleStyle}}}"}} id="TemplateMsgBoxTitle">{{{title|{{{1|<span class="error">Error : « title » is missing</span>}}}}}}</div>
 
<div {{#if:{{{TitleStyle|}}}| style="{{{TitleStyle}}}"}} id="TemplateMsgBoxTitle">{{{title|{{{1|<span class="error">Error : « title » is missing</span>}}}}}}</div>
<div {{#if:{{{TextStyle|}}}| style="{{{TextStyle}}}"}} id="TemplateMsgBoxText">{{{text|}}}</div>
+
<div {{#if:{{{TextStyle|}}}| style="{{{TextStyle}}}"}} id="TemplateMsgBoxText">{{{text|2}}}</div>
 
</td>
 
</td>
 
</tr>
 
</tr>
 
</table></div></includeonly><noinclude>
 
</table></div></includeonly><noinclude>
{{MsgBox
+
The MsgBox allow you to write a message on a page so that other users are aware of information was about this page. As this message:
 +
 
 +
{{MsgBox|This page is protected|Because it is used on many pages.}}
 
<!--
 
<!--
 
|BgColor          = Blue
 
|BgColor          = Blue
Line 22: Line 24:
 
|theme            = orange
 
|theme            = orange
 
|BorderColor      = Red
 
|BorderColor      = Red
-->
+
 
 
|title            = Hello world
 
|title            = Hello world
}}
+
}}-->
 
</noinclude>
 
</noinclude>

Revision as of 14:10, May 23, 2012

The MsgBox allow you to write a message on a page so that other users are aware of information was about this page. As this message:


This page is protected
Because it is used on many pages.