Template:Verbox

From Portals of Phereon Wiki
This article was updated for version Unknown
[view | edit | purge]Documentation

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

Usage[]

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

Parameters[]

  • type
    • old - old message box
    • outdated - outdated message box
    • dated - dated message box
    • current - current message box
    • special - special message box (default)
    • unknown - unknown message box
  • small - a small right floated message box
  • version - the game version (automatically set's the box type and category)
  • 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 Verbox template on a documentation page, the documentation will not be categorized.
  • cat - this is the category your Verbox 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 an old version message box.
{{Verbox
| type  = old
| text  = This is an old version message box.
| image = [[File:Ambox warning pn.svg|50px]]
| cat = Articles for deletion
}}
This article is outdated. This is the fix. (March 2024)
More information:
{{Verbox
| type  = outdated
| issue = '''This article is outdated.'''
| fix   = This is the fix.
| date  = {{CURRENTMONTHNAME}} {{CURRENTYEAR}}
| info  = More infomation:
| image = [[File:Ambox_warning_orange.svg|50px]]
}}
This article is dated. This is the fix. (March 2024)
More information:
{{Verbox
| type  = dated
| issue = '''This article is dated.'''
| fix   = This is the fix.
| date  = {{CURRENTMONTHNAME}} {{CURRENTYEAR}}
| info  = More information:
| image = [[File:Ambox_warning_yellow.svg|50px]]
}}
This is an article current version box.
{{Verbox
| type  = current
| text  = This is an article current version box.
| image = [[File:Ambox_warning_blue.svg|50px]]
}}
This is an article special version box.
{{Verbox
| type  = special
| text  = This is an article special version box.
| image = [[File:Merge-split-transwiki_default.svg|50px]]
}}
This is an article unknown version box.
{{Verbox
| type  = unknown
| text  = This is an article unknown version box.
| image = [[File:Padlock.svg|50px]]
| cat = Protected articles
}}

Small box[]

This is a small article current version box.

This is a message box that will be used to indicate the general status of an article. It is suggested to use a normal box only in important cases. Text can flow around this box, so if you do not want text beside the box, you should use the <div style="clear:both"></div> directly after the box.

Here is the code for the above box.

{{Verbox
| small = yes
| type  = current
| text  = This is a small article current version box.
}}

See also[]

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