Template:Fmbox

From Portals of Phereon Wiki
[view | edit | purge]Documentation

This template creates footer and header messages boxes. It uses {{Mbox}} that is based on Mbox on Wikipedia. Please see Mbox for installation instructions.

Usage[]

{{Fmbox
| type  =
| small =
| id    =
| class =
| style =
| textstyle  =
| plainlinks =
| text  =
| issue =
| fix   =
| date  =
| info  =
| image =
| imageright
| doc =
| cat =
}}

Parameters[]

  • type
    • warning - warning message box
    • content - content message box
    • style - style message box
    • notice - general message box (default)
    • protection - protection message box
  • small - a small right floated message box, but this template is meant to be the full width of the page.
  • id - the id of the box
  • class - any additional classes for the box
  • style - any additional styles for the box
  • textstyle - any additional style for the text in the box
  • plainlinks - if you want all external links to be plain links
  • text - text of the message box or use the following together
    • issue - the issue of the message box
    • fix - how to fix the message issue
  • date - the date the box was placed
  • info - more information about the issue
  • image - image in the left side of the message box.
  • imageright - image in the right side of the message box.
  • doc - answer yes to this when you are using your Ambox template on a documentation page, the documentation will not be categorized.
  • cat - this is the category your Fmbox will put the pages in where it is used.

Boxen[]

All options are not shown.

This wiki has instant commons. If you want these images, your wiki's admin will have to request instant commons or you will have to upload the images manually.

This is a footer or header warning message box.
{{Mbox
| type  = warning
| text  = This is a footer or header speedy deletion message box.
| image = [[File:Ambox warning pn.svg|50px]]
}}
The page this footer is on has a content issue. This is the fix. (March 2024)
More information:
{{Mbox
| type  = content
| issue = '''This page this footer is on has a content issue.'''
| fix   = This is the fix.
| date  = {{CURRENTMONTHNAME}} {{CURRENTYEAR}}
| info  = More information:
| image = [[File:Ambox_warning_orange.svg|50px]]
}}
The page this footer is on has a style issue. This is the fix. (March 2024)
More information:
{{Mbox
| type  = style
| issue = '''The page this footer is on has a style issue.'''
| fix   = This is the fix.
| date  = {{CURRENTMONTHNAME}} {{CURRENTYEAR}}
| info  = More information: 
| image = [[File:Ambox_warning_yellow.svg|50px]]
}}
This is a footer or header general message box.
{{Mbox
| type  = notice
| text  = This is a footer or header general message box.
| image = [[File:Ambox_warning_blue.svg|50px]]
}}
This is a footer or header move or merge message box.
{{Mbox
| type  = move
| text  = This is a footer or header move or merge message box.
| image = [[File:Merge-split-transwiki_default.svg|50px]]
}}
This is a footer or header protection message box.
{{Mbox
| type  = protection
| text  = This is a footer or header protection message box.
| image = [[File:Padlock.svg|50px]]
| cat = Protected pages
}}

See also[]

  • {{Ambox}} - article message box
  • {{Cmbox}} - category message box
  • {{Imbox}} - image message box
  • {{Xmbox}} - template message box
  • {{Tmbox}} - talk page message box
  • {{Ombox}} - all other pages message box
[view | edit | purge]The above documentation is transcluded fromTemplate:Fmbox/doc.