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>
{{#if: {{{lastname|}}} | '''Name:''' [[Has firstname::{{{firstname|}}}]] [[Has lastname::{{{lastname|}}}]] <br/>}}{{#if: {{{address|}}} | '''Address:''' <br/>[[Has address::{{{address|}}}]] <br/>}}{{#if: {{{mailaddress|}}} | '''Mailaddress:''' [[Has mailaddress::{{{mailaddress|}}}]] <br/>}}{{#if: {{#ask:[[has member::{{SUBJECTPAGENAME}}]]}} | '''MiPNetLab:''' {{#ask:[[has member::{{SUBJECTPAGENAME}}]]}} <br/>}}{{#if: {{{area of interest|}}} | '''Areas of interest:''' {{#arraymap:{{{area of interest|}}}|,|x|[[Area of interest::x]]}} <br/>}}{{#if: {{{participated at|}}} | '''Participated at:''' {{#arraymap:{{{participated at|}}}|,|x|[[Participated at::x]]}} <br/>}}
{| class="wikitable"
! style="text-align:left"|Name
| [[Has firstname::{{{firstname|}}}]] [[Has lastname::{{{lastname|}}}]]
|-
! style="text-align:left"|Address
| [[Has address::{{{address|}}}]]
|-
! style="text-align:left"|Mailaddress
| [[Has mailaddress::{{{mailaddress|}}}]]
|-
! style="text-align:left"|MiPNetLab
| {{#ask:[[has member::{{SUBJECTPAGENAME}}]]}}
|-
! style="text-align:left"|Areas of interest
| {{#arraymap:{{{area of interest|}}}|,|x|[[Area of interest::x]]}}
|-
! style="text-align:left"|Participated at
| {{#arraymap:{{{participated at|}}}|,|x|[[Participated at::x]]}}
|}
Β 
== Publications == Β 
== Publications == Β 
{{#ask:[[was written by::{{SUBJECTPAGENAME}}]]|format=table|sort=was published in year|order=desc|default=no publications found<br /><br />
{{#ask:[[was written by::{{SUBJECTPAGENAME}}]]|format=table|sort=was published in year|order=desc|default=no publications found<br /><br />

Revision as of 11:49, 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.