I don't need to test my programs. I have an error-correcting modem.

Difference between revisions of "Template:Ambox/doc"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(New page: <noinclude>{{Documentation subpage}}</noinclude> <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> ==Usage== An article message box is usually not used directly, bu...)
 
m (Predefined message types)
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
Any type value not specified here falls back to the 'notice' style.
 
Any type value not specified here falls back to the 'notice' style.
 
{{ambox|type=serious|text=serious}}
 
{{ambox|type=serious|text=serious}}
 +
 +
 +
{{ambox|type=content|text=content}}
  
  
Line 32: 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 08: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.