Actions

Form

Person: Difference between revisions

From dotnet

No edit summary
No edit summary
 
(14 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 create a page with this form, enter the page name below;
To enter a new person with this form, enter the person's name below;
if a page with that name already exists, you will be sent to a form to edit that page.
if a person with that name already exists, you will be sent to a form to edit that person's entry.


{{#forminput:form=Person}}
{{#forminput:form=Person|autocomplete on category=Person}}


</noinclude><includeonly>
</noinclude><includeonly>
<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="formtable"
{| 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}}}
'''Free text:'''
{{{standard input|free text|rows=10}}}
</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.