Difference between revisions of "Template:Infobox"

From TransSOL
Jump to: navigation, search
Line 1: Line 1:
{| cellpadding="0" cellspacing="0" style="float:right; clear: right; border: 1px solid #aaa; padding: 5px; margin:0em 0em 1em 1em;max-width: 300px background: white;"
+
<noinclude>
 +
This is the "Benutzer" template.
 +
It should be called in the following format:
 +
<pre>
 +
{{Benutzer
 +
|Vorname=
 +
|Nachname=
 +
|Stadt=
 +
|Telefonnummer=
 +
|E-Mail-Adresse=
 +
|Abteilung=
 +
}}
 +
</pre>
 +
Edit the page to see the template text.
 +
</noinclude><includeonly>{| class="wikitable"  
 +
! <span style="font-size: larger;">{{PAGENAME}}</span>
 
|-
 
|-
{|cellpadding="1" cellspacing="0" style="font-size: 90%; width: 100%; "
+
! Vorname
|-{{#if: {{{First name}}} | {{First name|{{{First name}}}|}} |{{blank}} }}  
+
| {{{Vorname|}}}
|-{{#if: {{{Organisation}}} | {{Organisation|{{{Organisation}}}|}} |{{blank}} }}
+
|-
|}
+
! Stadt
 +
| {{{Nachname|}}}
 +
|-
 +
! Stadt
 +
| {{{Stadt|}}}
 +
|-
 +
! Telefonnummer
 +
| {{{Telefonnummer|}}}
 +
|-
 +
! E-Mail-Adresse
 +
| {{{E-Mail-Adresse|}}}
 +
|-
 +
! Abteilung
 +
| {{{Abteilung|}}}
 
|}
 
|}
 +
 +
 +
</includeonly>

Revision as of 19:38, 30 May 2018

This is the "Benutzer" template. It should be called in the following format:

{{Benutzer
|Vorname=
|Nachname=
|Stadt=
|Telefonnummer=
|E-Mail-Adresse=
|Abteilung=
}}

Edit the page to see the template text.