Vorlage:Test: Unterschied zwischen den Versionen
Aus Eduwiki
Andyg (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Andyg (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<noinclude> | |||
{| class="wikitable" | 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" style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | |||
− | |||
! <span style="font-size: larger;">{{PAGENAME}}</span> | |||
− | |||
|- | |- | ||
− | |||
! Vorname | |||
− | |||
| | | {{{Vorname|}}} | ||
− | |||
|- | |- | ||
− | |||
! Stadt | |||
| | − | ||
| {{{Nachname|}}} | |||
− | |||
|- | |- | ||
− | |||
! Stadt | |||
| {{{Stadt|}}} | |||
| | |||
| | |||
|- | |- | ||
! Telefonnummer | |||
| {{{Telefonnummer|}}} | |||
| | |||
| | |||
|- | |- | ||
! E-Mail-Adresse | |||
| {{{E-Mail-Adresse|}}} | |||
| | |||
| | |||
|- | |- | ||
! Abteilung | |||
| {{{Abteilung|}}} | |||
| | |||
| | |||
|} | |} | ||
[[Category:Benutzer]] | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"Vorname": {}, | |||
"Nachname": {}, | |||
"Stadt": {}, | |||
}, | "Telefonnummer": {}, | ||
" | "E-Mail-Adresse": {}, | ||
"Abteilung": {} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Aktuelle Version vom 25. November 2019, 16:01 Uhr
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.
−
<templatedata>
{
"params": {
"Vorname": {},
"Nachname": {},
"Stadt": {},
"Telefonnummer": {},
"E-Mail-Adresse": {},
"Abteilung": {}
}
}
</templatedata>