Template:Fmbox
Appearance
![]() |
![]() | Uses Lua: |
About this template
This is the fmbox (footer and header message box) meta-template.
Usage
{{fmbox|text=Text goes here.}}
would produce this:
![]() | Text goes here. |
{{fmbox
| type = warning
| image = [[File:Dialog-warning-custom.svg|40px|link=]]
| style = width: 500px;
| textstyle = color: red; font-weight: bold; font-style: italic;
| text = Warning message text goes here.}}
yields:
![]() | Warning message text goes here. |
Types
![]() | type = warning For system warning notices such as MediaWiki:Revision-info and MediaWiki:Protectedpagewarning. |
![]() | type = editnotice Provides a transparent background for editnotices. |
![]() | type = system Default light-grey system-message background. |