Vorlage:Ambox/Doku
Diese Seite ist die Dokumentations-Unterseite der Vorlage:Ambox. |
Infobox Meta-Vorlagen |
---|
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}}
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. }}
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.
typ=schnell – Schnell |
typ=löschen – Lösch-Probleme |
typ=inhaalt – Inhaltsprobleme |
typ=style – Style-Probleme |
typ=notiz – Artikelnotizen |
typ=verschieben – Zusammenführen und aufteilen |
typ=schutz – Schutz-Notizen |
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.
typ = inhalt bild = [[Bild:Unbalanced scales.svg|40px]] |
typ = style bild = [[Bild:Wikitext.svg|50px]] |
typ = verschieben bild = [[Bild:Merge-arrows.svg|50px]] |
Spezial
Einige andere Konstruktionen.
Kein Typ und kein Bild (Standard). |
Kein Typ und bild=leer – Kein Bild, aber der Text wird richtig ausgerichtet. |
Kein Typ und bild=keins – Kein Bild wird genutzt und der Text nutzt die gesamte Breite der Message-Box. |
bild = [[Bild:Gnome globe current event.svg|42px]] bildrechts = [[Bild:Nuvola apps bookcase.svg|40px]] |
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. }}
Der untere Teil muss noch lokalisiert werden. |
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.