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 52: Line 52:
  <nowiki>| icon = </nowiki>
  <nowiki>| icon = </nowiki>
  <nowiki>| colorborder = darkred</nowiki>
  <nowiki>| colorborder = darkred</nowiki>
  <nowiki>| color= Warning</nowiki>
  <nowiki>| color= warning</nowiki>
  <nowiki>| text = This is also a test.</nowiki>
  <nowiki>| text = This is also a test.</nowiki>
  <nowiki>}}</nowiki>
  <nowiki>}}</nowiki>
Line 59: Line 59:
| icon =  
| icon =  
| colorborder = Pink
| colorborder = Pink
| color = Danger
| color = danger
| text = This is also a test.
| text = This is also a test.
}}
}}

Revision as of 10:04, 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 = 
| color = 
| text = 
}}



{{Mbox
| icon = 
| colorborder = 
| color = 
| text = This is a test.
}}



{{Mbox
| icon = 
| colorborder = darkred
| color= warning
| text = This is also a test.
}}