Vorlage:Person: Unterschied zwischen den Versionen

aus GlossarWiki, der Glossar-Datenbank der Fachhochschule Augsburg
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 12: Zeile 12:
-->{{#if: {{{todesort|}}}      | {{#set: Person:Todesort            = {{{todesort|}}}      }} }}<!--
-->{{#if: {{{todesort|}}}      | {{#set: Person:Todesort            = {{{todesort|}}}      }} }}<!--
-->{{#if: {{{portrait|}}}      | {{#set: Person:Portrait            = {{{portrait|}}}      }} }}<!--
-->{{#if: {{{portrait|}}}      | {{#set: Person:Portrait            = {{{portrait|}}}      }} }}<!--
-->{{#set: Person:Name = {{#show: {{PAGENAME}}|?Person:Name:Vorname}} {{#show: {{PAGENAME}}|?Person:Name:Nachname}} }}<!--
-->{{#set: Person:Name                 = {{#show: {{PAGENAME}}|?Person:Name:Vorname }} {{#show: {{PAGENAME}}|?Person:Name:Nachname}} }}<!--
-->{{#set: Person:Vollständig    = {{#show: {{PAGENAME}}|?Person:Name:Titel}} {{#show: {{PAGENAME}}|?Person:Name:Vorname}} {{#show: {{PAGENAME}}|?Person:Name:Nachname}} }}<!--
-->{{#set: Person:Name:Vollständig    = {{#show: {{PAGENAME}}|?Person:Name:Titel   }} {{#show: {{PAGENAME}}|?Person:Name:Vorname}} {{#show: {{PAGENAME}}|?Person:Name:Nachname}} }}<!--
-->{{#set: Person:VollständigLang = {{#show: {{PAGENAME}}|?Person:Name:TitelLang}} {{#show: {{PAGENAME}}|?Person:Name:Vorname}} {{#show: {{PAGENAME}}|?Person:Name:Nachname}} }}<!--
-->{{#set: Person:Name:VollständigLang = {{#show: {{PAGENAME}}|?Person:Name:TitelLang}} {{#show: {{PAGENAME}}|?Person:Name:Vorname}} {{#show: {{PAGENAME}}|?Person:Name:Nachname}} }}<!--
-->{{#if: {{{portraitTitel|}}}  | {{#set: Person:PortraitTitel      = {{{portraitTitel|}}} | {{#show: {{FULLPAGENAME}}|?Person:Name}} }} }}<!--
-->{{#if: {{{portraitTitel|}}}  | {{#set: Person:PortraitTitel      = {{{portraitTitel|}}} | {{#show: {{FULLPAGENAME}}|?Person:Name}} }} }}<!--
-->
-->
=Biographie=
=Biographie=
Zeile 21: Zeile 21:
[[{{#show: {{FULLPAGENAME}}|?Person:Portrait}}|right|thumb|{{#show: {{FULLPAGENAME}}|?Person:PortraitTitel}}]]
[[{{#show: {{FULLPAGENAME}}|?Person:Portrait}}|right|thumb|{{#show: {{FULLPAGENAME}}|?Person:PortraitTitel}}]]
}}<table class="toccolours" border="1" cellpadding="4" style="margin: 0 0 1em 1em; font-size: 95%; border-collapse: collapse;">
}}<table class="toccolours" border="1" cellpadding="4" style="margin: 0 0 1em 1em; font-size: 95%; border-collapse: collapse;">
{{  Tablerow-if-not-empty | name = '''Name'''        | value={{#show: {{FULLPAGENAME}}|?Person:NameVollständig}} }}<!--
{{  Tablerow-if-not-empty | name = '''Name'''        | value={{#show: {{FULLPAGENAME}}|?Person:Name:Vollständig}}     }}<!--
-->{{Tablerow-if-not-empty | name = '''Geburtsdatum''' | value={{#show: {{FULLPAGENAME}}|?Person:Geburtsdatum}}        }}<!--
-->{{Tablerow-if-not-empty | name = '''Geburtsdatum''' | value={{#show: {{FULLPAGENAME}}|?Person:Geburtsdatum}}        }}<!--
-->{{Tablerow-if-not-empty | name = '''Geburtsort'''  | value={{#show: {{FULLPAGENAME}}|?Person:Geburtsort}}          }}<!--
-->{{Tablerow-if-not-empty | name = '''Geburtsort'''  | value={{#show: {{FULLPAGENAME}}|?Person:Geburtsort}}          }}<!--

Version vom 14. Mai 2012, 16:40 Uhr

Benutzung

{{Person
| anrede         = Frau
| titel          = Prof. Dr. 
| titelLang      = Prof. Dr. rer. nat // Default: titel
| vorname        = Hans  // Default: 1. Wort von {{{PAGENAME}}}
| nachname       = Wurst // Default: Letztes Wort von {{{PAGENAME}}}
| geburtsdatum   = 31.12.1910
| geburtsort     = München
| todesdatum     = 1.1.2011
| todesort       = Hamburg
| portrait       = Medium:HansWusrt.jpg
}}