Template:MsgBox
From Casio Universal Wiki
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
Minimal call : Title
To make a minimal call to MsgBox, you just need to specify the title:
{{MsgBox|title=Hello !}}
Result:
Hello !
|
Text
You can add text under the title:
{{MsgBox|title=Hello !|text=World ! }}
Result:
Hello !
|