Vorlage:Infobox: Unterschied zwischen den Versionen

Aus nox.bringyourownbeer.de
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
<noinclude>
<div class="infobox">
This is the "Benutzer" template.
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
It should be called in the following format:
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<pre>
<table>{{#if:{{{param1|}}}|<tr>
{{Infobox
    <th>Parameter 1</th>
|Vorname=
    <td>{{{Name-param}}}</td>
|Nachname=
</tr>}}{{#if:{{{param2|}}}|<tr>
|Wohnort=
    <th>Parameter 2</th>
|Geburtsdatum=
    <td>{{{Rasse-param}}}</td>
|Geburtsort=
</tr>}}{{#if:{{{param3|}}}|<tr>
|Rasse=
    <th>Parameter 3</th>
}}
    <td>{{{Geburtstag-param}}}</td>
</pre>
</tr>}}{{#if:{{{param4|}}}|<tr>
Edit the page to see the template text.
    <th>Parameter 4</th>
</noinclude><includeonly>{| class="infobox"
    <td>{{{Wohnort-param}}}</td>
! <span>{{PAGENAME}}</span>
</tr>}}{{#if:{{{param5|}}}|<tr>
|-
    <th>Parameter 5</th>
! Vorname
    <td>{{{Geburtsort-param}}}</td>
| {{{Vorname|}}}
</tr>}}</table>
|-
</div>
! Nachname
| {{{Nachname|}}}
|-
! Wohnort
| {{{Wohnort|}}}
|-
! Geburtsdatum
| {{{Geburtsdatum|}}}
|-
! Geburtsort
| {{{Geburtsort|}}}
|-
! Rasse
| {{{Rasse|}}}
|}
</includeonly>

Version vom 6. November 2022, 05:07 Uhr

Infobox