Difference between revisions of "Template:Person"

From Openresearch
Jump to: navigation, search
Line 16: Line 16:
 
  | Phone=+49(341)97-32357
 
  | Phone=+49(341)97-32357
 
  | FOAF=http://www.informatik.uni-leipzig.de/~auer/foaf.rdf
 
  | FOAF=http://www.informatik.uni-leipzig.de/~auer/foaf.rdf
  | wrote dissertation = PhD or doctorate dissertation title
+
  | dissertation title = PhD or doctorate dissertation title
 
  | dissertation year = year the dissertation was awarded
 
  | dissertation year = year the dissertation was awarded
 
  | dissertation awarded by = organization the dissertation was awarded by
 
  | dissertation awarded by = organization the dissertation was awarded by
  | has dissertation advisor = name of the dissertation advisor (additional ones can be given in the text below)
+
  | dissertation advisor = name of the dissertation advisor (additional ones can be given in the text below)
 
}}</pre>
 
}}</pre>
 
The order of the fields is not relevant. The template should be given as the ''first'' thing on a page.
 
The order of the fields is not relevant. The template should be given as the ''first'' thing on a page.
Line 49: Line 49:
 
{{#ifeq:{{{Phone|}}}|||{{Tablerow|Label=Phone:|Value=[[foaf:phone::{{{Phone}}}]]}}}}
 
{{#ifeq:{{{Phone|}}}|||{{Tablerow|Label=Phone:|Value=[[foaf:phone::{{{Phone}}}]]}}}}
 
|-
 
|-
{{#ifeq:{{{wrote dissertation|}}}|||{{Tablerow|Label=Dissertation:|Value=[[wrote dissertation::{{{wrote dissertation}}}]] ([[dissertation year::{{{dissertation year}}}]], [[dissertation awarded by::{{{dissertation awarded by}}}]], {{#ifeq:{{{has dissertation advisor|}}}|||{{Tablerow|Label=Dissertation:|Value=, advisor: [[has dissertation advisor::{{{has dissertation advisor}}}]])
+
{{#ifeq:{{{dissertation title|}}}|||{{Tablerow|Label=Dissertation:|Value=[[dissertation title::{{{dissertation title}}}]] ([[dissertation year::{{{dissertation year}}}]], [[dissertation awarded by::{{{dissertation awarded by}}}]], {{#ifeq:{{{dissertation advisor|}}}|||{{Tablerow|Label=Dissertation:|Value=, advisor: [[dissertation advisor::{{{dissertation advisor}}}]])
 
)}}}}
 
)}}}}
  

Revision as of 16:29, 15 August 2008

This template simplifies the creation of articles about persons. When inserted in a person's page, it creates a decorative table with much helpful information. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. Do not try to read this page's source code for learning table syntax – there are far easier ways of creating tables in MediaWiki.

To use this template, insert the following at the beginning of your user page. All fields are strictly optional and should be omitted if no data is given.

Please delete all lines that you do not give useful information for!

{{Person
 | First name = Sören
 | Last name = Auer
 | Degree = Dr., MSc, BA etc.
 | Type = Professor, Assistant Professor, PhD Student, Student, Researcher, PostDoc, Senior Researcher or other sub-category of [[Category:Person]]
 | Affiliation=AKSW
 | Field = Semantic Web
 | Picture=name of picture (e.g. "Rudolph.jpg"), use "upload file" on the left
 | Homepage=www.informatik.uni-leipzig.de/~auer
 | Email=auer@informatik.uni-leipzig.de
 | Phone=+49(341)97-32357
 | FOAF=http://www.informatik.uni-leipzig.de/~auer/foaf.rdf
 | dissertation title = PhD or doctorate dissertation title
 | dissertation year = year the dissertation was awarded
 | dissertation awarded by = organization the dissertation was awarded by
 | dissertation advisor = name of the dissertation advisor (additional ones can be given in the text below)
}}

The order of the fields is not relevant. The template should be given as the first thing on a page.