Difference between revisions of "Template:Infobox"

From FreeWiki
Jump to: navigation, search
[checked revision][checked revision]
Line 1: Line 1:
<includeonly>
+
<noinclude>
{{Template:Infobox
+
This is the "Benutzer" template.
| title      = {{{name|}}}
+
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>
 +
|-
 +
! Vorname
 +
| {{{Vorname|}}}
 +
|-
 +
! Nachname
 +
| {{{Nachname|}}}
 +
|-
 +
! Stadt
 +
| {{{Stadt|}}}
 +
|-
 +
! Telefonnummer
 +
| {{{Telefonnummer|}}}
 +
|-
 +
! E-Mail-Adresse
 +
| {{{E-Mail-Adresse|}}}
 +
|-
 +
! Abteilung
 +
| {{{Abteilung|}}}
 +
|}
  
| 1_label    = Other names
+
[[Category:Benutzer]]
| 1_data      = {{{other_names|}}}
+
</includeonly>
 
 
| 2_data      = {{#if:{{{portrait|}}}|[[Image:{{{portrait}}}|{{{portrait_size|300x300px}}}]]}}
 
| 2_datastyle = text-align:center; padding:0.5em;
 
 
 
| 3_label      = Website
 
| 3_data      = {{#if:{{{website|}}}|[http://{{{website}}} {{{website}}}]}}
 
 
 
| 4_label      = Born
 
| 4_data      = {{{birth_date|}}} {{#if:{{{birth_place|}}}|<br>{{{birth_place|}}}}}
 
 
 
| 5_label      = Died
 
| 5_data      = {{{death_date|}}} {{#if:{{{death_place|}}}|<br>{{{death_place|}}}}}
 
 
 
| 6_label      = Occupation
 
| 6_data      = {{{occupation|}}}
 
 
 
| 7_label      = Title
 
| 7_data      = {{{title|}}}
 
 
 
| 8_label      = Predecessor
 
| 8_data      = {{{predecessor|}}}
 
 
 
| 9_label      = Successor
 
| 9_data      = {{{successor|}}}
 
 
 
| 10_label      = Salary
 
| 10_data      = {{{salary|}}}
 
 
 
| 11_label      = Political&nbsp;party
 
| 11_data      = {{{party|}}}
 
 
 
| 12_label      = Boards on
 
| 12_data      = {{{boards|}}}
 
 
 
| 13_label      = Religion
 
| 13_data      = {{{religion|}}}
 
 
 
| 14_label      = Notable relations
 
| 14_data      = {{{relations|}}}
 
 
 
| 15_label      = Field
 
| 15_data      = {{{field|}}}
 
 
 
| 16_label      = Known for
 
| 16_data      = {{{known_for|}}}
 
 
 
| 17_label      =
 
| 17_data      = {{{footnotes|}}}
 
}}</includeonly><noinclude>{{TlDoc}}</noinclude>
 

Revision as of 12:09, 12 July 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.