|
|
Line 1: |
Line 1: |
| <PageSchema> | | <?xml version="1.0" encoding="UTF-8"?> |
| <pageforms_Form name="Castle">
| | This is the Castles category. |
| <CreateTitle>Add a new castle</CreateTitle>
| |
| <EditTitle>Edit a Castle</EditTitle>
| |
| <standardInputs freeTextLabel="Free text" inputWatch="1" inputSave="1" inputCancel="1"/>
| |
| </pageforms_Form>
| |
| <Template name="Castle">
| |
| <cargo_TemplateDetails>
| |
| <Table>Castles</Table>
| |
| </cargo_TemplateDetails>
| |
| <Field name="English Name">
| |
| <Label>Name in English</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Names in the database should be unique. If there is already a castle with the same name (ex Matsuyama Castle) it should be prefixed with the old domain name (Musashi Matsuyama Castle)</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>String</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Japanese Name" display="nonempty">
| |
| <Label>Name in Japanese (optional)</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>String</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Romaji Name" display="hidden">
| |
| <Label>Japanese Name Reading (Romaji)</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Enter the Romaji reading of the Japanese Kanji</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>String</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Alternate Names" list="list" display="nonempty">
| |
| <Label>Alternate Names</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Enter any alternate names for this castle separated by a comma</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Text</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Founder" display="nonempty">
| |
| <Label>Founder</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Earliest known founder/lord of this castle</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>String</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Year Founded" display="nonempty">
| |
| <Label>Year Founded</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Enter the earliest year a castle was founded on this site</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>String</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Year Reconstructed" display="nonempty">
| |
| <Label>Year Reconstructed</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Enter if the main keep was reconstructed in the modern era</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>String</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Main Keep Structure" display="nonempty">
| |
| <Label>Main Keep Structure</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>ex: 3 levels and 4 floors</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>String</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Artifacts" display="nonempty">
| |
| <Label>Artifacts</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>List up any original buildings that survived</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Text</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="City" display="nonempty">
| |
| <Label>City</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Input the city only, Prefecture will be entered later</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>String</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Coordinates" display="hidden">
| |
| <pageforms_FormInput>
| |
| <InputType>googlemaps</InputType>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Coordinates</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Access" display="nonempty">
| |
| <Label>Access</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Basic directions to the castle via public transportation where possible</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Text</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Visitor Information" display="nonempty">
| |
| <Label>Visitor Information</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Admission fees and open hours where applicable</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Text</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Time Required" display="nonempty">
| |
| <Label>Time Required (mins)</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| <Description>Approximate length of time required to visit the castle site IN MINUTES, input the 13ber only</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Integer</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Website" display="nonempty">
| |
| <Label>Website</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>text</InputType>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>URL</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Prefecture" display="nonempty">
| |
| <Label>Prefecture</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>dropdown</InputType>
| |
| <Parameter name="Tokyo"/>
| |
| <Parameter name="Gunma"/>
| |
| <Parameter name="Nagano"/>
| |
| <Parameter name="Saitama"/>
| |
| <Parameter name="Yamanashi"/>
| |
| <Parameter name="Ibaraki"/>
| |
| <Parameter name="Tochigi"/>
| |
| <Parameter name="Chiba"/>
| |
| <Parameter name="Gifu"/>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Page</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Castle Type" display="nonempty">
| |
| <Label>Castle Type</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>dropdown</InputType>
| |
| <Parameter name="Mountaintop"/>
| |
| <Parameter name="Hilltop"/>
| |
| <Parameter name="Flatland"/>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Page</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Castle Condition" display="nonempty">
| |
| <Label>Castle Condition</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>dropdown</InputType>
| |
| <Parameter name="Original main keep"/>
| |
| <Parameter name="Reconstructed main keep"/>
| |
| <Parameter name="No main keep but other buildings"/>
| |
| <Parameter name="No main keep ruins only"/>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Page</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Historical Period" display="nonempty">
| |
| <Label>Historical Period</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>dropdown</InputType>
| |
| <Parameter name="Pre-Edo Period"/>
| |
| <Parameter name="Edo Period"/>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Page</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Admin Rating" display="nonempty">
| |
| <Label>Admin Rating</Label>
| |
| <pageforms_FormInput>
| |
| <InputType>rating</InputType>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Float</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Historical Designations" list="list" delimiter=",">
| |
| <pageforms_FormInput>
| |
| <InputType>checkboxes</InputType>
| |
| <Parameter name="values">National Historical Site</Parameter>
| |
| <Parameter name="Prefectural Historical Site"/>
| |
| <Parameter name="Local Historical Site"/>
| |
| <Parameter name="Top 100 Castles"/>
| |
| <Parameter name="Next 100 Castles"/>
| |
| <Parameter name="UNESCO World Heritage Site"/>
| |
| <Parameter name="has Important Cultural Properties"/>
| |
| <Parameter name="has National Treasures"/>
| |
| <Description>Select appropriate historical designations</Description>
| |
| <DescriptionTooltipMode>on</DescriptionTooltipMode>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Page</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="Notes" display="nonempty">
| |
| <pageforms_FormInput>
| |
| <InputType>textarea</InputType>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Page</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| <Field name="History">
| |
| <pageforms_FormInput>
| |
| <InputType>textarea</InputType>
| |
| </pageforms_FormInput>
| |
| <cargo_Field>
| |
| <Type>Text</Type>
| |
| </cargo_Field>
| |
| </Field>
| |
| </Template>
| |
| </PageSchema>This is the Castles category.
| |