Vorlage:Box: Unterschied zwischen den Versionen
Aus WiiDatabase Wiki
Zur Navigation springenZur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
ICON (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
ICON (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
{{#if: {{{footer|}}} |
{{#if: {{{footer|}}} |
||
|<div class="noprint" style="text-align:right; margin:0.3em 0.2em 0.2em 0.3em; padding:0.3em 0.2em 0em 0.3em;"><b>{{{1|}}}</b></div><div style="clear:both;"></div> |
|<div class="noprint" style="text-align:right; margin:0.3em 0.2em 0.2em 0.3em; padding:0.3em 0.2em 0em 0.3em;"><b>{{{1|}}}</b></div><div style="clear:both;"></div> |
||
| |
|<div style="clear:both;"></div> |
||
}} |
}} |
||
|} |
|} |
||
Version vom 25. März 2018, 22:42 Uhr
| {{{title}}} |
|
{{{content}}} |
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 |
| Bei technischen Fragen zu dieser Vorlage kannst du dich an den Administrator wenden. Inhaltliche Fragen und Vorschläge gehören zunächst auf die Diskussionsseite. |
|