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
(3 intermediate revisions by the same user not shown)
Line 17: Line 17:


Suggested icons:
Suggested icons:
* [[File:Imbox_content.png|Imbox_content.png]] Imbox_content.png
 
* [[File:Imbox_deletion.png|Imbox_deletion.png]] Imbox_deletion.png
* [[File:Imbox_notice.png|Imbox_notice.png]] Imbox_notice.png


===Examples===
===Examples===
Line 26: Line 24:
  <nowiki>| icon = </nowiki>
  <nowiki>| icon = </nowiki>
  <nowiki>| colorborder = </nowiki>
  <nowiki>| colorborder = </nowiki>
  <nowiki>| colorbackground = </nowiki>
  <nowiki>| color = </nowiki>
<nowiki>| colortext = </nowiki>
  <nowiki>| text = </nowiki>
  <nowiki>| text = </nowiki>
  <nowiki>}}</nowiki>
  <nowiki>}}</nowiki>
Line 34: Line 31:
| icon =  
| icon =  
| colorborder =  
| colorborder =  
| colorbackground =
| color =  
| colortext =  
| text =  
| text =  
}}
}}


  <nowiki>{{Mbox</nowiki>
  <nowiki>{{Mbox</nowiki>
  <nowiki>| icon = Imbox_content.png</nowiki>
  <nowiki>| icon = </nowiki>
  <nowiki>| colorborder = </nowiki>
  <nowiki>| colorborder = </nowiki>
  <nowiki>| colorbackground = </nowiki>
  <nowiki>| color = </nowiki>
<nowiki>| colortext = </nowiki>
  <nowiki>| text = This is a test.</nowiki>
  <nowiki>| text = This is a test.</nowiki>
  <nowiki>}}</nowiki>
  <nowiki>}}</nowiki>


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


  <nowiki>{{Mbox</nowiki>
  <nowiki>{{Mbox</nowiki>
  <nowiki>| icon = Imbox_notice.png</nowiki>
  <nowiki>| icon = </nowiki>
  <nowiki>| colorborder = darkred</nowiki>
  <nowiki>| colorborder = darkred</nowiki>
  <nowiki>| colorbackground = red</nowiki>
  <nowiki>| color= warning</nowiki>
<nowiki>| colortext = yellow</nowiki>
  <nowiki>| text = This is also a test.</nowiki>
  <nowiki>| text = This is also a test.</nowiki>
  <nowiki>}}</nowiki>
  <nowiki>}}</nowiki>


{{Mbox
{{Mbox
| icon = Imbox_notice.png
| icon =  
| colorborder = darkred
| colorborder = Pink
| colorbackground = red
| color = danger
| colortext = yellow
| 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.
}}