I love the smell of UnrealEd crashing in the morning. – tarquin
Template:Ambox
From Unreal Wiki, The Unreal Engine Documentation Site
| {{{text}}} |
[edit] Documentation
Usage[edit]
An article message box is usually not used directly, but included through other templates.
Syntax[edit]
{{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:
|
left side image
|
message text |
right side image
|
Only the text parameter is required. The image and imageright parameters should actually be image links.
Predefined message types[edit]
Any type value not specified here falls back to the 'notice' style.
| serious |
| content |
| style |
| notice |
| info |