Vorlage:Ambox/Doku

Aus WiiDatabase Wiki
Zur Navigation springenZur Suche springen
Dokumentations-Unterseite Diese Seite ist die Dokumentations-Unterseite der Vorlage:Ambox.

Dies ist die {{Ambox}} oder Artikel-Message-Box Meta-Vorlage.

Es wird benutzt, um Artikel-Message-Boxen Vorlagen zu bauen. Es bietet verschiedene Farben, Bilder und Parameter an.

Diese Meta-Vorlage nutzt die Ambox CSS-Klasse in MediaWiki:Common.css. Die Klassen können auch direkt in einer Wikitable genutzt werden, falls spezielle Funktionen gebraucht werden.Benutze dazu den How-To-Guide.

Benutzung

Einfaches Beispiel:

{{ambox | text = etwas Text}}


Komplexes Beispiel:

{{ambox
| typ      = style
| bild     = [[Bild:Emblem-question-yellow.svg|40px]]
| style     = width: 400px; 
| textstyle = color: red; font-weight: bold; font-style: italic;
| text      = Der Message-Körper-Text.
}}

Article message box types

The following examples use different type parameters but use no image parameters thus they use the default images for each type.

Andere Bilder

The default images shown above are mostly for convenience. In many cases it is more appropriate to use more specific images. These examples use the image parameter to specify an image other than the default images.

Spezial

Einige andere Konstruktionen.

Parameter

Liste aller Parameter:

{{ambox
| type  = löschen / inhalt / style / notiz / verschieben / schutz
| bild = keins / leer / [[Bild:Ein Bild.svg|40px]]
| bildrechts = [[Image:Ein Bild.svg|40px]]
| style = CSS-Wert
| textstyle = CSS-Wert
| text  = Der eigentliche Text. 
}}
Dieser Abschnitt bedarf einer Überarbeitung: Dieser Abschnitt muss noch lokalisiert werden.
Hilf mit, ihn zu verbessern, und entferne anschließend diese Markierung.

Typ

If no type parameter is given the template defaults to type notice. That means it gets a blue side bar.

image

No parameter = If no image parameter is given the template uses a default image. Which default image it uses depends on the type parameter.
An image = Should be an image with usual wiki notation. 40px - 50px width are usually about right depending on the image height to width ratio. (Images over 52 pixels width will cause padding problems.) For example:
image = [[Image:Unbalanced scales.svg|40px]]
none = Means that no image is used.
blank = Means that no image is used but an empty area the same size as a default image is used, which means that text in the message box gets aligned well with other article message boxes. (See the "special" examples above.)

imageright

No parameter = If no imageright parameter is given then no image is shown on the right side.
An image = Should be an image with usual wiki notation. 40px - 50px width are usually about right depending on the image height to width ratio. (Images over 52 pixels width will cause padding problems.) For example:
imageright = [[Image:Nuvola apps bookcase.png|40px]]
Anything = Any other object that you want to show on the right side.

style

An optional CSS value used by the entire article message box table. Without quotation marks " ". For example:
style = margin-bottom: 0.5em;

textstyle

An optional CSS value used by the text cell. For example:
textstyle = text-align: center;

text

The message body text.