Person: Difference between revisions
From dotnet
(Created page with "<noinclude> This is the "Person" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page. {{#forminput:form=Person}} </noinclude><includeonly> <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> {{{for template|Person}}} {| class="formtable" ! Lastname: | {{{field|lastname}}} |- ! Portrait: | {{{f...") |
No edit summary |
||
| (15 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}} | {{#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=" | {| class="wikitable" | ||
! | |-style="vertical-align:top;" | ||
! style="height:120px; width:200px; text-align:left;" | First Name: | |||
| {{{field|firstname}}} | |||
|-style="vertical-align:top;" | |||
! Middle Name: | |||
| {{{field|middlename}}} | |||
|-style="vertical-align:top;" | |||
! 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.