Difference between revisions of "Template:Ambox"

From Game Detectives Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Planned fixes: Using new CSS class names (deployed for 30 days now). Fixing the empty "image=" parameter bug and the padding for the image=none case. And some other cleanup. (Tested in sandbox.))
(note deprecated type values to prevent confusion)
Line 2: Line 2:
 
{{#switch:{{{type|}}}
 
{{#switch:{{{type|}}}
 
| speedy    = ambox-speedy
 
| speedy    = ambox-speedy
| delete       <!-- delete = serious -->
+
| delete     <!-- this value is **deprecated**, please don't use it! -->
 
| serious    = ambox-delete
 
| serious    = ambox-delete
 
| content    = ambox-content
 
| content    = ambox-content
 
| style      = ambox-style
 
| style      = ambox-style
| move         <!-- move = merge -->
+
| move       <!-- this value is **deprecated**, please don't use it! -->
 
| merge      = ambox-move
 
| merge      = ambox-move
 
| protection = ambox-protection
 
| protection = ambox-protection
| notice       <!-- notice = default -->
+
| notice     <!-- notice = default -->
 
| #default  = ambox-notice
 
| #default  = ambox-notice
 
}}" style="{{{style|}}}">
 
}}" style="{{{style|}}}">
Line 22: Line 22:
 
     | {{#switch:{{{type|}}}
 
     | {{#switch:{{{type|}}}
 
       | speedy    = [[Image:Ambox speedy deletion.png|40x40px]]
 
       | speedy    = [[Image:Ambox speedy deletion.png|40x40px]]
       | delete
+
       | delete     <!-- this value is **deprecated**, please don't use it! -->
 
       | serious    = [[Image:Ambox deletion.png|40x40px]]
 
       | serious    = [[Image:Ambox deletion.png|40x40px]]
 
       | content    = [[Image:Ambox content.png|40x40px]]
 
       | content    = [[Image:Ambox content.png|40x40px]]
 
       | style      = [[Image:Ambox style.png|40x40px]]
 
       | style      = [[Image:Ambox style.png|40x40px]]
       | move
+
       | move       <!-- this value is **deprecated**, please don't use it! -->
 
       | merge      = [[Image:Ambox move.png|40x40px]]
 
       | merge      = [[Image:Ambox move.png|40x40px]]
 
       | protection = [[Image:Ambox protection.png|40x40px]]
 
       | protection = [[Image:Ambox protection.png|40x40px]]
       | notice         <!-- notice = default -->
+
       | notice     <!-- notice = default -->
 
       | #default  = [[Image:Ambox notice.png|40x40px]]
 
       | #default  = [[Image:Ambox notice.png|40x40px]]
 
       }}
 
       }}

Revision as of 18:48, 17 August 2008

<templatestyles src="Module:Documentation/styles.css"></templatestyles>
Template documentation[view] [edit] [history] [purge]
Description

This is the {{Ambox}} or Article message box meta-template.

Usage
{{Ambox|type=content|text=my text here}}, or
{{Ambox|type=speedy|text=my text here}}, etc
type

The type parameter defines the color of the left bar, and the image that is used by default. The type is chosen not on aesthetics but is based on the type of issue that the template describes. The seven available types and their default images are shown below.

If no type parameter is given the template defaults to |type=notice.

See also