Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

Difference between revisions of "Template:Person"

From Bioblast
Line 16: Line 16:
{| class="wikitable"
{| class="wikitable"
! style="text-align:left"|Name
! style="text-align:left"|Name
| {{#if: {{{lastname|}}} | [[Has firstname::{{{firstname|}}}]] [[Has lastname::{{{lastname|}}}]] <br/>}}
| [[Has firstname::{{{firstname|}}}]] [[Has lastname::{{{lastname|}}}]]
|-
|-
! style="text-align:left"|Address
! style="text-align:left"|Address
| {{#if: {{{address|}}} | <br/>[[Has address::{{{address|}}}]] <br/>}}
| [[Has address::{{{address|}}}]]
|- Β 
|- Β 
! style="text-align:left"|Mailaddress
! style="text-align:left"|Mailaddress
| {{#if: {{{mailaddress|}}} | [[Has mailaddress::{{{mailaddress|}}}]] <br/>}}
| [[Has mailaddress::{{{mailaddress|}}}]]
|-
|-
! style="text-align:left"|MiPNetLab
! style="text-align:left"|MiPNetLab
| {{#if: {{#ask:[[has member::{{SUBJECTPAGENAME}}]]}} | {{#ask:[[has member::{{SUBJECTPAGENAME}}]]}} <br/>}}
| {{#ask:[[has member::{{SUBJECTPAGENAME}}]]}}
|-
|-
! style="text-align:left"|Areas of interest
! style="text-align:left"|Areas of interest
| {{#if: {{{area of interest|}}} | {{#arraymap:{{{area of interest|}}}|,|x|[[Area of interest::x]]}} <br/>}}
| {{#arraymap:{{{area of interest|}}}|,|x|[[Area of interest::x]]}}
|-
|-
! style="text-align:left"|Participated at
! style="text-align:left"|Participated at
| {{#if: {{{participated at|}}} | {{#arraymap:{{{participated at|}}}|,|x|[[Participated at::x]]}} <br/>}}
| {{#arraymap:{{{participated at|}}}|,|x|[[Participated at::x]]}}
|}
|}



Revision as of 12:01, 15 November 2010

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

{{Person
|firstname=
|lastname=
|address=
|mailaddress=
|areas of interest=
|IOC=
}}

Edit the page to see the template text.