Vorlage:Box/Doku: Unterschied zwischen den Versionen
Aus WiiDatabase Wiki
Zur Navigation springenZur Suche springen
ICON (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{{Dokumentation/Dokuseite}} == Kopiervorlage == <pre> {{Box |title = Titel |content = Inhalt }} </pre> === Zusätzliche Optionen === <pre> |class = Zusätzli…“) |
ICON (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{Dokumentation/Dokuseite}} | <noinclude>{{Dokumentation/Dokuseite}}</noinclude> | ||
= | {{TemplateData|JSON= | ||
{ | |||
{{Box | "params": { | ||
"title": { | |||
| | "description": "Titel der Box", | ||
"type": "content", | |||
"required": true | |||
}, | |||
"content": { | |||
"description": "Inhalt der Box", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"class": { | |||
"description": "Zusätzliche CSS-Klassen", | |||
"type": "line" | |||
}, | |||
"color": { | |||
"description": "Farbe des Rahmens und Titelstreifens", | |||
"type": "line" | |||
}, | |||
"titlecolor": { | |||
"description": "Farbe des Titels", | |||
"type": "line" | |||
} | |||
}, | |||
"description": "Erstellt eine farbige Box", | |||
"format": "block" | |||
} | |||
|TOC=1 | |||
}} | }} | ||
== | == Beispiele == | ||
<pre> | <pre> | ||
{{Box | {{Box | ||
Zeile 44: | Zeile 61: | ||
|color = #00788B | |color = #00788B | ||
}} | }} | ||
<includeonly> | |||
[[Kategorie:Vorlage:Formatierungshilfe]] | |||
</includeonly> |
Aktuelle Version vom 17. März 2019, 21:12 Uhr
Diese Seite ist die Dokumentations-Unterseite der Vorlage:Box. |
Erstellt eine farbige Box
Vorlagenparameter
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
title | title | Titel der Box | Wikitext | erforderlich |
content | content | Inhalt der Box | Wikitext | erforderlich |
class | class | Zusätzliche CSS-Klassen | Einzeiliger Text | optional |
color | color | Farbe des Rahmens und Titelstreifens | Einzeiliger Text | optional |
titlecolor | titlecolor | Farbe des Titels | Einzeiliger Text | optional |
Format: block
Beispiele
{{Box |title = Boxtitel |content = Inhalt }}
wird zu
Boxtitel |
Inhalt |
oder
{{Box |title = Boxtitel |content = Inhalt |color = #00788B }}
wird zu
Boxtitel |
Inhalt |