Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Difference between revisions of "Template:Ambox/doc"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
m (Predefined message types)
 
Line 35: Line 35:
  
 
{{ambox|type=notice|text=notice}}
 
{{ambox|type=notice|text=notice}}
 +
 +
 +
{{ambox|type=info|text=info}}
  
 
<includeonly><!--
 
<includeonly><!--
 
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
 
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
 +
[[Category:Utility templates|{{PAGENAME}}]]
 
</includeonly>
 
</includeonly>

Latest revision as of 09:49, 4 March 2008

This subpage contains documentation, categories and other content that is not part of the template.
To view the template page itself, see Template:Ambox.

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:

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.