Messagebox/BI – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Shows a Bohemia Interactive message box.

This template is used on these pages.

Usage

{{Messagebox/BI|title|message}}

  • title: (Optional) title to display
  • message: (named) message to display
Examples
Code Result
{{Messagebox/BI}}
bohemia interactive logo black.png
-message not defined-
{{Messagebox/BI|title}}
bohemia interactive logo black.png
title
-message not defined-
{{Messagebox/BI|title|message}}
bohemia interactive logo black.png
title
message
{{Messagebox/BI||my super message}}
bohemia interactive logo black.png
my super message
{{Messagebox/BI|message=my super message}}
bohemia interactive logo black.png
my super message