Category:Person: Difference between revisions
Jump to navigation
Jump to search
(previous page) (next page)
(Created page with "{{#default_form:Publisher}}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#default_form:Publisher}} | <PageSchema> | ||
<pageforms_Form name="Person"> | |||
<CreateTitle>Create a Person Record</CreateTitle> | |||
<EditTitle>Edit a Person Record</EditTitle> | |||
<standardInputs inputFreeText="1" freeTextLabel="Free text"/> | |||
</pageforms_Form> | |||
<Template name="Person" format="standard"> | |||
<cargo_TemplateDetails> | |||
<Table>Person</Table> | |||
</cargo_TemplateDetails> | |||
<Field name="PersonID"> | |||
<cargo_Field> | |||
<Type>Page</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Parameter name="unique"/> | |||
<Description>data format is P1000001, incremented for every record</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Surname"> | |||
<Label>Surname</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Surname of this person</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Initial1"> | |||
<Label>1st Initial</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Parameter name="Size">1</Parameter> | |||
<Description>First Initial of Person</Description> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Initial2"> | |||
<Label>2nd Initial</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Parameter name="Size">1</Parameter> | |||
<Description>Second Initial of Person (if present)</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Initial3"> | |||
<Label>3rd Initial</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Parameter name="Size">1</Parameter> | |||
<Description>Third Initial of Person (if present)</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Initial4"> | |||
<Label>4th Initial</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Parameter name="size">1</Parameter> | |||
<Description>4th Initial of Person (if present)</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Initial5"> | |||
<Label>5th Initial</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Parameter name="size">1</Parameter> | |||
<Description>5th Initial of Person (if present)</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Initial6"> | |||
<Label>6th Initial</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Parameter name="size">1</Parameter> | |||
<Description>6th Initial of Person (if present)</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Gender"> | |||
<Label>gender</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
<AllowedValue>Male</AllowedValue> | |||
<AllowedValue>Female</AllowedValue> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select Gender</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="DoBPrefix"> | |||
<Label>DoB Prefix</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
<AllowedValue>circa</AllowedValue> | |||
<AllowedValue>before</AllowedValue> | |||
<AllowedValue>after</AllowedValue> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select Date of Birth prefix if appropriate</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="DateOfBirth"> | |||
<Label>Date of Birth</Label> | |||
<cargo_Field> | |||
<Type>Date</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Enter Date of Birth if any parts known</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="DoEPrefix"> | |||
<Label>DoE Prefix</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
<AllowedValue>circa</AllowedValue> | |||
<AllowedValue>before</AllowedValue> | |||
<AllowedValue>after</AllowedValue> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select Date of Employment prefix if appropriate</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="DateOfEmployment"> | |||
<Label>Date Of Employment</Label> | |||
<cargo_Field> | |||
<Type>Date</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Enter Date of Employment if any parts known</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="DoMPrefix"> | |||
<Label>DoM Prefix</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
<AllowedValue>circa</AllowedValue> | |||
<AllowedValue>before</AllowedValue> | |||
<AllowedValue>after</AllowedValue> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select Date of marriage prefix if appropriate</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="DateOfMarriage"> | |||
<Label>Date of Marriage</Label> | |||
<cargo_Field> | |||
<Type>Date</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Enter Date of Marriage if any parts known</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="DoDPrefix"> | |||
<Label>Date of Death Prefix</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select Date of Death prefix if appropriate</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="DateOfDeath"> | |||
<Label>Date of Death</Label> | |||
<cargo_Field> | |||
<Type>Date</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Enter Date of Death if any parts known</Description> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Employee"> | |||
<Label>Employee</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
<AllowedValue>Yes</AllowedValue> | |||
<AllowedValue>No</AllowedValue> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select Employee status if known</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Relative"> | |||
<Label>Relative of Employee</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
<AllowedValue>Father</AllowedValue> | |||
<AllowedValue>Mother</AllowedValue> | |||
<AllowedValue>Son</AllowedValue> | |||
<AllowedValue>Daughter</AllowedValue> | |||
<AllowedValue>Uncle</AllowedValue> | |||
<AllowedValue>Auntie</AllowedValue> | |||
<AllowedValue>Cousin</AllowedValue> | |||
<AllowedValue>Nephew</AllowedValue> | |||
<AllowedValue>Neice</AllowedValue> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select relationship</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="RelatedEmployee"> | |||
<Label>Related Employee</Label> | |||
<cargo_Field> | |||
<Type>Page</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Enter Unique ID of related Employee eg, P1004172</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Dignitary"> | |||
<Label>Dignitart</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
<AllowedValue>Yes</AllowedValue> | |||
<AllowedValue>No</AllowedValue> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select if this person is/was a dignitary</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Contractor"> | |||
<Label>Contractor</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
<AllowedValue>Yes</AllowedValue> | |||
<AllowedValue>No</AllowedValue> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select if this person was a contractor or contractor's employee</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="Consultant"> | |||
<Label>Consultant</Label> | |||
<cargo_Field> | |||
<Type>Page</Type> | |||
<AllowedValue>Yes</AllowedValue> | |||
<AllowedValue>No</AllowedValue> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Select if this person was a consultant or consultant's employee</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
<Field name="DataSource"> | |||
<Label>data Source</Label> | |||
<cargo_Field> | |||
<Type>String</Type> | |||
</cargo_Field> | |||
<pageforms_FormInput> | |||
<Description>Enter the source of original data</Description> | |||
<DescriptionTooltipMode>on</DescriptionTooltipMode> | |||
</pageforms_FormInput> | |||
</Field> | |||
</Template> | |||
</PageSchema>{{#default_form:Publisher}} |
Revision as of 04:17, 9 May 2023
Page schema | |
Form: Person | |
CreateTitle | Create a Person Record |
EditTitle | Edit a Person Record |
standardInputs | |
Template: Person | |
format | standard |
Cargo | |
Table | Person |
Field: PersonID | |
Cargo field | |
Type | Page |
Allowed values: | |
Form input | |
unique | |
on | |
Field: Surname | |
Label | Surname |
Cargo field | |
Type | String |
Allowed values: | |
Form input | |
on | |
Field: Initial1 | |
Label | 1st Initial |
Cargo field | |
Type | String |
Allowed values: | |
Form input | |
Size | 1 |
First Initial of Person | |
Field: Initial2 | |
Label | 2nd Initial |
Cargo field | |
Type | String |
Allowed values: | |
Form input | |
Size | 1 |
on | |
Field: Initial3 | |
Label | 3rd Initial |
Cargo field | |
Type | String |
Allowed values: | |
Form input | |
Size | 1 |
on | |
Field: Initial4 | |
Label | 4th Initial |
Cargo field | |
Type | String |
Allowed values: | |
Form input | |
size | 1 |
on | |
Field: Initial5 | |
Label | 5th Initial |
Cargo field | |
Type | String |
Allowed values: | |
Form input | |
size | 1 |
on | |
Field: Initial6 | |
Label | 6th Initial |
Cargo field | |
Type | String |
Allowed values: | |
Form input | |
size | 1 |
on | |
Field: Gender | |
Label | gender |
Cargo field | |
Type | String |
Allowed values: | Male, Female |
Form input | |
on | |
Field: DoBPrefix | |
Label | DoB Prefix |
Cargo field | |
Type | String |
Allowed values: | circa, before, after |
Form input | |
on | |
Field: DateOfBirth | |
Label | Date of Birth |
Cargo field | |
Type | Date |
Allowed values: | |
Form input | |
on | |
Field: DoEPrefix | |
Label | DoE Prefix |
Cargo field | |
Type | String |
Allowed values: | circa, before, after |
Form input | |
on | |
Field: DateOfEmployment | |
Label | Date Of Employment |
Cargo field | |
Type | Date |
Allowed values: | |
Form input | |
on | |
Field: DoMPrefix | |
Label | DoM Prefix |
Cargo field | |
Type | String |
Allowed values: | circa, before, after |
Form input | |
on | |
Field: DateOfMarriage | |
Label | Date of Marriage |
Cargo field | |
Type | Date |
Allowed values: | |
Form input | |
on | |
Field: DoDPrefix | |
Label | Date of Death Prefix |
Cargo field | |
Type | String |
Allowed values: | |
Form input | |
on | |
Field: DateOfDeath | |
Label | Date of Death |
Cargo field | |
Type | Date |
Allowed values: | |
Form input | |
Enter Date of Death if any parts known | |
Field: Employee | |
Label | Employee |
Cargo field | |
Type | String |
Allowed values: | Yes, No |
Form input | |
on | |
Field: Relative | |
Label | Relative of Employee |
Cargo field | |
Type | String |
Allowed values: | Father, Mother, Son, Daughter, Uncle, Auntie, Cousin, Nephew, Neice |
Form input | |
on | |
Field: RelatedEmployee | |
Label | Related Employee |
Cargo field | |
Type | Page |
Allowed values: | |
Form input | |
on | |
Field: Dignitary | |
Label | Dignitart |
Cargo field | |
Type | String |
Allowed values: | Yes, No |
Form input | |
on | |
Field: Contractor | |
Label | Contractor |
Cargo field | |
Type | String |
Allowed values: | Yes, No |
Form input | |
on | |
Field: Consultant | |
Label | Consultant |
Cargo field | |
Type | Page |
Allowed values: | Yes, No |
Form input | |
on | |
Field: DataSource | |
Label | data Source |
Cargo field | |
Type | String |
Allowed values: | |
Form input | |
on |
This category uses the form Publisher.
Pages in category ‘Person’
The following 200 pages are in this category, out of 9,814 total.
(previous page) (next page)P
- Person1002001
- Person1002002
- Person1002003
- Person1002004
- Person1002005
- Person1002006
- Person1002007
- Person1002008
- Person1002009
- Person1002010
- Person1002011
- Person1002012
- Person1002013
- Person1002014
- Person1002015
- Person1002016
- Person1002017
- Person1002018
- Person1002019
- Person1002020
- Person1002021
- Person1002022
- Person1002023
- Person1002024
- Person1002025
- Person1002026
- Person1002027
- Person1002028
- Person1002029
- Person1002030
- Person1002031
- Person1002032
- Person1002033
- Person1002034
- Person1002035
- Person1002036
- Person1002037
- Person1002038
- Person1002039
- Person1002040
- Person1002041
- Person1002042
- Person1002043
- Person1002044
- Person1002045
- Person1002046
- Person1002047
- Person1002048
- Person1002049
- Person1002050
- Person1002051
- Person1002052
- Person1002053
- Person1002054
- Person1002055
- Person1002056
- Person1002057
- Person1002058
- Person1002059
- Person1002060
- Person1002061
- Person1002062
- Person1002063
- Person1002064
- Person1002065
- Person1002066
- Person1002067
- Person1002068
- Person1002069
- Person1002070
- Person1002071
- Person1002072
- Person1002073
- Person1002074
- Person1002075
- Person1002076
- Person1002077
- Person1002078
- Person1002079
- Person1002080
- Person1002081
- Person1002082
- Person1002083
- Person1002084
- Person1002085
- Person1002086
- Person1002087
- Person1002088
- Person1002089
- Person1002090
- Person1002091
- Person1002092
- Person1002093
- Person1002094
- Person1002095
- Person1002096
- Person1002097
- Person1002098
- Person1002099
- Person1002100
- Person1002101
- Person1002102
- Person1002103
- Person1002104
- Person1002105
- Person1002106
- Person1002107
- Person1002108
- Person1002109
- Person1002110
- Person1002111
- Person1002112
- Person1002113
- Person1002114
- Person1002115
- Person1002116
- Person1002117
- Person1002118
- Person1002119
- Person1002120
- Person1002121
- Person1002122
- Person1002123
- Person1002124
- Person1002125
- Person1002126
- Person1002127
- Person1002128
- Person1002129
- Person1002130
- Person1002131
- Person1002132
- Person1002133
- Person1002134
- Person1002135
- Person1002136
- Person1002137
- Person1002138
- Person1002139
- Person1002140
- Person1002141
- Person1002142
- Person1002143
- Person1002144
- Person1002145
- Person1002146
- Person1002147
- Person1002148
- Person1002149
- Person1002150
- Person1002151
- Person1002152
- Person1002153
- Person1002154
- Person1002155
- Person1002156
- Person1002157
- Person1002158
- Person1002159
- Person1002160
- Person1002161
- Person1002162
- Person1002163
- Person1002164
- Person1002165
- Person1002166
- Person1002167
- Person1002168
- Person1002169
- Person1002170
- Person1002171
- Person1002172
- Person1002173
- Person1002174
- Person1002175
- Person1002176
- Person1002177
- Person1002178
- Person1002179
- Person1002180
- Person1002181
- Person1002182
- Person1002183
- Person1002184
- Person1002185
- Person1002186
- Person1002187
- Person1002188
- Person1002189
- Person1002190
- Person1002191
- Person1002192
- Person1002193
- Person1002194
- Person1002195
- Person1002196
- Person1002197
- Person1002198
- Person1002199
- Person1002200