Template:Mbox/Doc: Difference between revisions

From Eco - English Wiki
[unchecked revision][unchecked revision]
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 2: Line 2:
The <nowiki>{{Mbox}}</nowiki> template is a standard text box with an icon.
The <nowiki>{{Mbox}}</nowiki> template is a standard text box with an icon.


Mbox is used in: [[Category:Notice_templates]]
Mbox is used in: [[:Category:Notice_templates]]


=How to use=
=How to use=

Revision as of 08:20, 30 April 2024

What is {{Mbox}}

The {{Mbox}} template is a standard text box with an icon.

Mbox is used in: Category:Notice_templates

How to use

This template it most of all used to create other templates, there is no need to use this directly on a page.

That said, here are some examples:

{{Mbox
| icon = 
| colorborder = 
| colorbackground = 
| colortext = 
| text = 
}}

Suggested icons:

Examples

{{Mbox
| icon = 
| colorborder = 
| colorbackground = 
| colortext = 
| text = 
}}



{{Mbox
| icon = Imbox_content.png
| colorborder = 
| colorbackground = 
| colortext = 
| text = This is a test.
}}



{{Mbox
| icon = Imbox_notice.png
| colorborder = darkred
| colorbackground = red
| colortext = yellow
| text = This is also a test.
}}