Template:Mbox/Doc: Difference between revisions

From Hazeron Wiki
Jump to navigation Jump to search
m (→‎How to use: Restored doc for bwidth, I remember there was another configurable parameter but forgot specifically what it was)
(→‎Examples: added new option)
Line 74: Line 74:
}}
}}


You can also change the width of the border:
You can also change the width of the border and float the box to the right:


  <nowiki>{{Mbox</nowiki>
  <nowiki>{{Mbox</nowiki>
Line 80: Line 80:
  <nowiki>| colorborder = black</nowiki>
  <nowiki>| colorborder = black</nowiki>
  '''<nowiki>| bwidth = 2px</nowiki>'''
  '''<nowiki>| bwidth = 2px</nowiki>'''
'''<nowiki>| floatright = yes</nowiki>'''
  <nowiki>| colorbackground = blue</nowiki>
  <nowiki>| colorbackground = blue</nowiki>
  <nowiki>| colortext = yellow</nowiki>
  <nowiki>| colortext = yellow</nowiki>

Revision as of 06:22, 27 February 2024

What is {{Mbox}}

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

For example it is used in:

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:

  • Imbox_content.png Imbox_content.png
  • Imbox_deletion.png Imbox_deletion.png
  • Imbox_notice.png Imbox_notice.png

Examples

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

You can also change the width of the border and float the box to the right:

{{Mbox
| icon = Imbox_notice.png
| colorborder = black
| bwidth = 2px
| floatright = yes
| colorbackground = blue
| colortext = yellow
| text = This is an extra test.
}}
This an extra test.