Template:Alert Box

From Blaseball Wiki


Simple usage example:

{{Alert Box
| header   = A title for you
| text   = Some more context on this alert.
}}
A title for you
Some more context on this alert.


Complex usage example:

{{Alert Box
| image = File:Forbiddenbook.png
| bg-color = #caa
| border-color = #f00
| text-color = #300
| header   = A title for you
| text   = Some more context on this alert.
}}
A title for you
Some more context on this alert.

New: just use the gameicon directly from game-icons.net:

{{Alert Box
| gameicon = hazard-sign
| bg-color = #caa
| border-color = #f00
| text-color = #300
| header   = A title for you
| text   = Some more context on this alert.
}}


A title for you
Some more context on this alert.