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 14: Line 14:
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
'''Name:''' [[Has firstname::{{{firstname|}}}]] [[Has lastname::{{{lastname|}}}]]
{{#if: {{{lastname|}}} | '''Name:''' [[Has firstname::{{{firstname|}}}]] [[Has lastname::{{{lastname|}}}]] }}


'''Address:''' Β 
{{#if: {{{address|}}} | '''Address:''' Β 


[[Has address::{{{address|}}}]]
[[Has address::{{{address|}}}]] }}


'''Mailaddress:''' [[Has mailaddress::{{{mailaddress|}}}]]
{{#if: {{{mailaddress|}}} | '''Mailaddress:''' [[Has mailaddress::{{{mailaddress|}}}]] }}


'''MiPNetLab:''' {{#ask:[[has member::{{SUBJECTPAGENAME}}]]}}
{{#if: {{#ask:[[has member::{{SUBJECTPAGENAME}}]]}} | '''MiPNetLab:''' {{#ask:[[has member::{{SUBJECTPAGENAME}}]]}} }}


'''Areas of interest:''' {{#arraymap:{{{area of interest|}}}|,|x|[[Area of interest::x]]}}
{{#if: {{{area of interest|}}} | '''Areas of interest:''' {{#arraymap:{{{area of interest|}}}|,|x|[[Area of interest::x]]}} }}


'''Participated at:''' {{#arraymap:{{{participated at|}}}|,|x|[[Participated at::x]]}}
{{#if: {{{participated at|}}} | '''Participated at:''' {{#arraymap:{{{participated at|}}}|,|x|[[Participated at::x]]}} }}





Revision as of 12:54, 13 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.