Person: Difference between revisions
From dotnet
No edit summary |
No edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the "Person" form. | This is the "Person" form. | ||
To | To enter a new person with this form, enter the person's name below; | ||
if a | if a person with that name already exists, you will be sent to a form to edit that person's entry. | ||
{{#forminput:form=Person|autocomplete on category=Person}} | {{#forminput:form=Person|autocomplete on category=Person}} | ||
| Line 9: | Line 9: | ||
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> | <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> | ||
{{{for template|Person}}} | {{{for template|Person}}} | ||
{| class=" | {| class="wikitable" | ||
! First Name: | |-style="vertical-align:top;" | ||
! style="height:120px; width:200px; text-align:left;" | First Name: | |||
| {{{field|firstname}}} | | {{{field|firstname}}} | ||
|- | |-style="vertical-align:top;" | ||
! Middle Name: | ! Middle Name: | ||
| {{{field|middlename}}} | | {{{field|middlename}}} | ||
|- | |-style="vertical-align:top;" | ||
! Last Name: | ! Last Name: | ||
| {{{field|lastname}}} | | {{{field|lastname}}} | ||
|- | |-style="vertical-align:top;" | ||
! Portrait: | ! Portrait: | ||
| {{{field|portrait|uploadable}}} | | {{{field|portrait|uploadable}}} | ||
|- | |-style="vertical-align:top;" | ||
! Company: | ! Company: | ||
| {{{field|company}}} | | {{{field|company}}} | ||
|- | |-style="vertical-align:top;" | ||
! Position: | ! Position: | ||
| {{{field|position}}} | | {{{field|position|property=Position|input type=text|values from property=Position}}} | ||
|- | |-style="vertical-align:top;" | ||
! Location: | ! Location: | ||
| {{{field|location}}} | | {{{field|location|property=City|input type=text|values from property=City}}} | ||
|- | |-style="vertical-align:top;" | ||
! Country: | ! Country: | ||
| {{{field|country}}} | | {{{field|country|property=Country|input type=text|values from property=Country}}} | ||
|- | |-style="vertical-align:top;" | ||
! Skills: | ! Skills: | ||
| {{{field|skills}}} | | {{{field|skills|input type=tokens|values from property=Skill}}} | ||
|- | |-style="vertical-align:top;" | ||
! Still active: | |||
| {{{field|active|property=Active|input type=checkbox}}} | |||
|-style="vertical-align:top;" | |||
! Linkedin: | ! Linkedin: | ||
| {{{field|linkedin}}} | | {{{field|linkedin}}} | ||
|- | |-style="vertical-align:top;" | ||
! Experience: | ! Experience: | ||
| {{{field|experience}}} | | {{{field|experience|input type=textarea|rows=20}}} | ||
|} | |} | ||
{{{end template}}} | {{{end template}}} | ||
</includeonly> | </includeonly> | ||
Latest revision as of 15:13, October 5, 2023
This is the "Person" form. To enter a new person with this form, enter the person's name below; if a person with that name already exists, you will be sent to a form to edit that person's entry.