Template:Infobox

From BSC Policy
Revision as of 19:35, 15 April 2021 by Necm1 (talk | contribs) (Add generic parameterized info box.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


This is the same as Wikipedia's Message box except that we can't handle optional parameters, so all are required.

Usage

{{{Infobox
|type    = 
|heading = 
|body    = 
}}}

Where type is one of warning, message, success, error (since these correspond to css classes we already have).

Examples

{{{Infobox
|type    = warning
|heading = Warning
|body    = body text here
}}}

Warning

Error

Success