Difference between revisions of "Ambox/doc"
From Joomla! Documentation
< Template:Ambox
m (→image) |
m |
||
Line 44: | Line 44: | ||
!Value !!Image name | !Value !!Image name | ||
|- | |- | ||
− | |serious || [[Image:Stop hand nuvola.svg.png | + | |serious || [[Image:Stop hand nuvola.svg.png]] |
|- | |- | ||
|content || [[Image:Quill_silver.png|left|50px]] | |content || [[Image:Quill_silver.png|left|50px]] | ||
|- | |- | ||
− | |style || [[Image:Broom-icon.png | + | |style || [[Image:Broom-icon.png]] |
|- | |- | ||
|merge || [[Image:Merge-split.png|50px]] | |merge || [[Image:Merge-split.png|50px]] | ||
Line 68: | Line 68: | ||
=== Stylesheet === | === Stylesheet === | ||
table.ambox (basic table settings) | table.ambox (basic table settings) | ||
− | table.ambox-''type'' | + | table.ambox-''type'' (text and border colors) |
td.ambox-image (left icon column) | td.ambox-image (left icon column) | ||
td.ambox-imageright (right image column) | td.ambox-imageright (right image column) |
Revision as of 12:40, 20 June 2008
It contains usage information, categories and other content that is not part of the original template page.
To view the template page itself, see Template:Ambox.
{{ambox}} is the base tempate used by several "alert message boxes" which can be placed at the top of an article. It generates a two column table with an optional "message icon". The message text must be provided by the calling template in the {{{text}}} parameter.
ambox should never be used directly, but only via "proxy templates" such as {{notice}}, {{inuse}}, {{underconstruction}}, or other Marker templates. Those templates provide default parameters to have a consistant look and feel for alert message boxes including a standard message text and appropriate category tags.
Parameters[edit]
Mandatory:
- text
- the message text to display
Optional:
- type (notice)
- controls the box color
- image (none)
- a notification icon.
- imageright (none)
- a supplemental image from the Image: namespace, shown in a third (right) column
type[edit]
Value | CSS class | Preview |
---|---|---|
serious | ambox-serious | serious lorem ipsum
|
content | ambox-content | content lorem ipsum
|
style | ambox-style | style lorem ipsum
|
merge | ambox-merge | merge lorem ipsum
|
notice | ambox-notice | notice lorem ipsum
|
growth | ambox-growth | growth lorem ipsum
|
protection | ambox-protection | protection lorem ipsum
|
#default | ambox-notice | see notice |
The color scheme is based off the official Joomla! logo and working group color palette and available for users of the Monobook and Joomla! skins.
image[edit]
- Please update this list to the image names used.
Value | Image name |
---|---|
serious | ![]() |
content | |
style | ![]() |
merge | 50px |
notice | ![]() |
growth | 50px |
blank | empty cell |
#default | empty cell |
imageright[edit]
An optional, arbitrary image from the File namespace. If this value is not empty, a third right column in added to the alert box to display the given image.
Try it in the Template:Ambox/sandbox.
Stylesheet[edit]
table.ambox (basic table settings) table.ambox-type (text and border colors) td.ambox-image (left icon column) td.ambox-imageright (right image column) table.standard-main (namespace specific overrides {{main talk file other}}) table.standard-talk table.standard-file table.standard-other