Vorlage:SectionText

Aus Wikivoyage
Dokumentation für die Vorlage {{SectionText}}[Ansicht] [Bearbeiten] [Versionsgeschichte] [Aktualisieren]

de:

  • Funktion: Diese Vorlage dient dazu, den Textkörper von Textboxen (<div>) auf den Portalseiten zu formatieren. Es können die Farben für den Hintergrund und den Rahmen angegeben werden.
    Optional können zusätzlich Ränder bzw. Polsterungen spezifiziert werden. Nicht spezifizierte Werte haben den Wert Null, der untere Rand erhält den Wert 1em.
  • Verwendung: {{SectionText|color=Nummer|m=alle Ränder|top=oberer Rand|r=rechter Rand|bottom=unterer Rand|l=linker Rand|p=alle Polsterungen|pt=obere Polsterung|pr=rechte Polsterung|pb=untere Polsterung|pl=linke Polsterung}}
  • Optionale Parameter:
    • |color= Nummer eines Farbmusters
    • |m= identische Ränder auf allen vier Seiten (CSS-Notation)
    • |top= Oberer Rand (CSS-Notation)
    • |r= Rechter Rand (CSS-Notation)
    • |bottom= Unterer Rand (CSS-Notation)
    • |l= Linker Rand (CSS-Notation)
    • |p= identische Polsterung (Padding) auf allen vier Seiten (CSS-Notation)
    • |pt= Obere Polsterung (Padding) (CSS-Notation)
    • |pr= Rechte Polsterung (Padding) (CSS-Notation)
    • |pb= Untere Polsterung (Padding) (CSS-Notation)
    • |pl= Linke Polsterung (Padding) (CSS-Notation)

Beispiele / Examples

Quelltext ...und so sieht's aus
<div {{SectionText}}>Viel Text</div>
Viel Text
<div {{SectionText|bottom=0}}>Viel Text</div>
Viel Text

Farbmuster / Color Samples

Quelltext ...und so sieht's aus
<div {{SectionText|color=1|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=2|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=3|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=4|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=5|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=6|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=7|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=8|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=9|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=10|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=11|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=12|bottom=0}}>Viel Text</div>
Viel Text
<div {{SectionText|color=13|bottom=0}}>Viel Text</div>
Viel Text

Verwandte Vorlagen / Related Templates

Hinweise