Template:Messagebox

From Fact or Fiction

! Missing Argument !

Template usage[edit]

A general purpose message box to display notifications on a page.


{{Messagebox|<content>
|title=
|icon=
}}

<content> content within the message box
title Optional title
icon Optional icon

Examples[edit]

{{Messagebox|There is an error on this page}}

This is an informational message

{{Messagebox|There is an error on this page|title=error}}

Error

There is an error on this page

{{Messagebox|There is an error on this page|title=error|icon=error}}

Error

There is an error on this page