Änderungen

Zur Navigation springen Zur Suche springen

Vorlage:Infobox/Doku

3.160 Bytes hinzugefügt, 22:51, 12. Nov. 2019
Die Seite wurde neu angelegt: „{{Infobox |bodystyle = float:right; valign:top; |title = Mein sehr wichtiger Titel |titlestyle = color:green; |image = Image:cuttingcl…“
{{Infobox
|bodystyle = float:right; valign:top;
|title = Mein sehr wichtiger Titel
|titlestyle = color:green;
|image = [[Image:cuttingclub.gif|175px]]
|imagestyle = border:5px dotted red;
|caption = Cutting Club
|captionstyle = color:red;
|headerstyle = background:#d2d2d2;
|labelstyle = background:#d2d2d2;
|datastyle = color:orange;
|header1 = Mitglieder & Partner:
|data2 = [[Vernon Quaintance]]
|data3 = [[Brian J. Morris]]
|data4 = [[Jake H. Waskett]]
|header5 = Verwandte Organisationen:
|data6 = [[Gilgal Society]]
|data7 = [[Circlist]]
|data8 = [[Acorn Society]]
|data9 = Dies ist kein Wiki-Link
|belowstyle = background:#d2d2d2;
|below = Hier ist das Ende.
}}
An '''Infobox''' is built by some of the following elements:
* Caption
* Header
* Subheader1
* Subheader2
* Image1
* Image2
These are followed by up to '''80''' rows which can contain one of the following four row types per row only:
* header
* label
* data
* class

The representation styles for these four row types are defined in
* headerstyle
* labelstyle
* datastyle
* classstyle

<pre>{{Infobox/row
|header={{{header1|}}} |headerstyle={{{headerstyle|}}}
|label={{{label1|}}} |labelstyle={{{labelstyle|}}}
|data={{{data1|}}} |datastyle={{{datastyle|}}}
|class={{{class1|}}} |rowclass={{{rowclass1|}}}</pre>
The infobox rows are followed by the following (optional) elements:
* Below
* Navbar

== Beispiel ==
{| class="wikitable"
|-
! Quelltext !! Ergebnis
|-
| <pre>{{Infobox
|bodystyle = float:right; valign:top;
|title = My Very Important Title
|titlestyle = color:green;
|image = [[Image:cuttingclub.gif|175px]]
|imagestyle = border:5px dotted red;
|caption = Cutting Club
|captionstyle = color:red;
|headerstyle = background:#d2d2d2;
|labelstyle = background:#d2d2d2;
|datastyle = color:orange;
|header1 = Mitglieder & Partner:
|data2 = [[Vernon Quaintance]]
|data3 = [[Brian J. Morris]]
|data4 = [[Jake H. Waskett]]
|header5 = Verwandte Organisationen:
|data6 = [[Gilgal Society]]
|data7 = [[Circlist]]
|data8 = [[Acorn Society]]
|data9 = Dies ist kein Wiki-Link
|belowstyle = background:#d2d2d2;
|below = Hier ist das Ende.
}}</pre> || {{Infobox
|bodystyle = float:right; valign:top;
|title = My Very Important Title
|titlestyle = color:green;
|image = [[Image:cuttingclub.gif|175px]]
|imagestyle = border:5px dotted red;
|caption = Cutting Club
|captionstyle = color:red;
|headerstyle = background:#d2d2d2;
|labelstyle = background:#d2d2d2;
|datastyle = color:orange;
|header1 = Mitglieder & Partner:
|data2 = [[Vernon Quaintance]]
|data3 = [[Brian J. Morris]]
|data4 = [[Jake H. Waskett]]
|header5 = Verwandte Organisationen:
|data6 = [[Gilgal Society]]
|data7 = [[Circlist]]
|data8 = [[Acorn Society]]
|data9 = Dies ist kein Wiki-Link
|belowstyle = background:#d2d2d2;
|below = Hier ist das Ende.
}}
|}

Navigationsmenü