Person: Difference between revisions
From dotnet
No edit summary |
No edit summary |
||
| (9 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 27: | Line 27: | ||
|-style="vertical-align:top;" | |-style="vertical-align:top;" | ||
! Position: | ! Position: | ||
| {{{field|position|property=Position|input type= | | {{{field|position|property=Position|input type=text|values from property=Position}}} | ||
|-style="vertical-align:top;" | |-style="vertical-align:top;" | ||
! Location: | ! Location: | ||
| {{{field|location|property=City|input type= | | {{{field|location|property=City|input type=text|values from property=City}}} | ||
|-style="vertical-align:top;" | |-style="vertical-align:top;" | ||
! Country: | ! Country: | ||
| {{{field|country|property=Country|input type= | | {{{field|country|property=Country|input type=text|values from property=Country}}} | ||
|-style="vertical-align:top;" | |-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;" | |-style="vertical-align:top;" | ||
! Linkedin: | ! Linkedin: | ||
| Line 42: | Line 45: | ||
|-style="vertical-align:top;" | |-style="vertical-align:top;" | ||
! Experience: | ! Experience: | ||
| {{{field|experience|input type=textarea}}} | | {{{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.