Form:Person: Difference between revisions

From Miniscope
Jump to navigation Jump to search
SemanticSchemas: Auto-generated form
SemanticSchemas: Auto-generated form
Line 13: Line 13:
|-
|-
! Email<span style="color:red;"> *</span>: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">A person&#039;s email.</p>
! Email<span style="color:red;"> *</span>: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">A person&#039;s email.</p>
| {{{field|email|property=Has email|input type=combobox|mandatory=true}}}
| {{{field|email|property=Has email|input type=text|size=60|mandatory=true}}}
|-
|-
! First name<span style="color:red;"> *</span>: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">The first name of a person</p>
! First name<span style="color:red;"> *</span>: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">The first name of a person</p>
| {{{field|first_name|property=Has first name|input type=text|size=60|mandatory=true}}}
| {{{field|first_name|property=Has first name|input type=text|size=60|mandatory=true}}}
|-
|-
! Institutional Affiliation<span style="color:red;"> *</span>:
! Institutional Affiliation<span style="color:red;"> *</span>: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">University/organization/company affiliation of a person.</p>
| {{{field|institutional_affiliation|property=Has institutional affiliation|input type=text|size=60|mandatory=true}}}
| {{{field|institutional_affiliation|property=Has institutional affiliation|input type=tokens|multiple|mandatory=true}}}
|-
|-
! Last name<span style="color:red;"> *</span>: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">The last name of a person.</p>
! Last name<span style="color:red;"> *</span>: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">The last name of a person.</p>
| {{{field|last_name|property=Has last name|input type=text|size=60|mandatory=true}}}
| {{{field|last_name|property=Has last name|input type=text|size=60|mandatory=true}}}
|-
|-
! Role<span style="color:red;"> *</span>:
! Role<span style="color:red;"> *</span>: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">A person&#039;s role in a lab/organization/company.</p>
| {{{field|role|property=Has role|input type=text|size=60|mandatory=true}}}
| {{{field|role|property=Has role|input type=combobox|mandatory=true}}}
|}
|}


Line 32: Line 32:
{| class="formtable"
{| class="formtable"
|-
|-
! Lab Affiliation:
! Lab Affiliation: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">A person&#039;s lab affiliation (ie the lab where they conduct their research).</p>
| {{{field|lab_affiliation|property=Has lab affiliation|input type=text|size=60}}}
| {{{field|lab_affiliation|property=Has lab affiliation|input type=combobox}}}
|-
|-
! Preferred Email:
! Preferred Email: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">A person&#039;s prefered email, if different from their primary email.</p>
| {{{field|preferred_email|property=Has preferred email|input type=text|size=60}}}
| {{{field|preferred_email|property=Has preferred email|input type=text|size=60}}}
|}
|}

Revision as of 22:34, 21 January 2026

This is the form for editing Category:Person pages.