Template:Ambox

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search
[edit] Documentation

Usage

An article message box is usually not used directly, but included through other templates.

Syntax

{{ambox
| type       = message type
| style      = CSS style
| image      = left side image
| text       = message text
| imageright = right side image
}}

This displays a box similar to the one below:

Only the text parameter is required. The image and imageright parameters should actually be image links.

Predefined message types

Any type value not specified here falls back to the 'notice' style.