Vorlage:Infobox Kleidung: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
<includeonly> | |||
<div class="infobox-kleidung"> | |||
<div class="infobox-titel"> | |||
{{{titel|Kleidung}}} | |||
</div> | |||
{| class="infobox-table" | |||
|- | |- | ||
! Kategorie | |||
| {{{ | | {{{kategorie|Sportbekleidung}}} | ||
|- | |- | ||
! Typ | |||
| {{{ | | {{{typ|}}} | ||
|- | |- | ||
! Materialien | |||
| {{{ | | {{{materialien|}}} | ||
|- | |- | ||
! Verwendung | |||
| {{{ | | {{{verwendung|}}} | ||
|- | |- | ||
! Eigenschaften | |||
| {{{ | | {{{eigenschaften|}}} | ||
|- | |- | ||
! Geeignet für | |||
| {{{ | | {{{geeignet_fuer|}}} | ||
|- | |- | ||
! Ursprung | |||
| {{{ | | {{{ursprung|}}} | ||
|} | |} | ||
</div> | |||
</includeonly> | |||
<noinclude> | |||
== Beschreibung == | |||
Diese Vorlage erstellt eine Infobox für Kleidungsstücke im BeDifferent Wiki. | |||
== Nutzung == | |||
<pre> | |||
{{Infobox Kleidung | |||
|titel=Leggings | |||
|kategorie=Sportbekleidung | |||
|typ=Leggings | |||
|materialien=Polyester, Elasthan | |||
|verwendung=Sport, Alltag | |||
|eigenschaften=elastisch, atmungsaktiv | |||
|geeignet_fuer=Männer, Frauen | |||
|ursprung=1960er Jahre | |||
}} | |||
</pre> | |||
</noinclude> | |||
.infobox-kleidung { | |||
float: right; | |||
width: 280px; | |||
margin: 10px; | |||
border: 1px solid #ccc; | |||
background: #f9f9f9; | |||
font-size: 14px; | |||
} | |||
.infobox-titel { | |||
background: #2c3e50; | |||
color: white; | |||
padding: 8px; | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.infobox-table { | |||
width: 100%; | |||
} | |||
Aktuelle Version vom 6. Juli 2026, 00:44 Uhr
Beschreibung
[Quelltext bearbeiten]Diese Vorlage erstellt eine Infobox für Kleidungsstücke im BeDifferent Wiki.
Nutzung
[Quelltext bearbeiten]{{Infobox Kleidung
|titel=Leggings
|kategorie=Sportbekleidung
|typ=Leggings
|materialien=Polyester, Elasthan
|verwendung=Sport, Alltag
|eigenschaften=elastisch, atmungsaktiv
|geeignet_fuer=Männer, Frauen
|ursprung=1960er Jahre
}}
.infobox-kleidung {
float: right; width: 280px; margin: 10px; border: 1px solid #ccc; background: #f9f9f9; font-size: 14px;
}
.infobox-titel {
background: #2c3e50; color: white; padding: 8px; font-weight: bold; text-align: center;
}
.infobox-table {
width: 100%;
}