Vorlage:AbstractMessageBox

Aus SDQ-Wiki

Abstract template for a message box which is composed of three parts: a title, a message and a message icon.

This template is abstract, which means that it is not meant to be used by articles directly. Instead, this template should be specialised by other templates.

Example

{{AbstractMessageBox | titleTheme={{KITGreen/100}}
                     | messageTheme={{KITGreen/15}}
                     | title=Example Message Box
                     | messageImage=Image:Dialog-warning.png
                     | message=This example demonstrates the usage of the AbstractMessageBox template.}}
Example Message Box
Dialog-warning.png
This example demonstrates the usage of the AbstractMessageBox template.

Related Templates

Template Refinement Hierarchy

Refined Template: Template:AbstractBox

Child Templates: none