Difference between revisions of "Template:MsgBox"

From Casio Universal Wiki
Jump to: navigation, search
Line 17: Line 17:
  
 
== MsgBox ReadyToUse ==
 
== MsgBox ReadyToUse ==
This type of MsgBox are ready to be used. Prefer this type of MsgBox rather than personalized : [[:Category:MsgBox_ReadyToUse|list of MsgBox ReadyToUse]].
+
This type of MsgBox are ready to be used. There just needs to write their names so that they appear. Prefer this type of MsgBox rather than personalized : [[:Category:MsgBox_ReadyToUse|list of MsgBox ReadyToUse]].
  
== Personalized MsgBox==
+
== Personalized MsgBox ==
 +
=== simple call ===
 +
To make a simple call to MsgBox, you just need to specify the title:
 +
<pre>{{MsgBox|title=Hello !}}
  
 +
</pre>
 
<!--
 
<!--
 
|BgColor          = Blue
 
|BgColor          = Blue

Revision as of 14:29, 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.

MsgBox ReadyToUse

This type of MsgBox are ready to be used. There just needs to write their names so that they appear. Prefer this type of MsgBox rather than personalized : list of MsgBox ReadyToUse.

Personalized MsgBox

simple call

To make a simple call to MsgBox, you just need to specify the title:

{{MsgBox|title=Hello !}}