Category:Castles: Difference between revisions

From Jcastle.info
No edit summary
No edit summary
Line 2: Line 2:
   <pageforms_Form name="Castle">
   <pageforms_Form name="Castle">
     <CreateTitle>Add a new castle</CreateTitle>
     <CreateTitle>Add a new castle</CreateTitle>
     <EditTitle>Edit a Castle</EditTitle>
     <EditTitle>Edit castle info</EditTitle>
     <standardInputs freeTextLabel="Free text" inputWatch="1" inputSave="1" inputCancel="1"/>
     <standardInputs freeTextLabel="Free text" inputWatch="1" inputSave="1" inputCancel="1"/>
   </pageforms_Form>
   </pageforms_Form>
Line 12: Line 12:
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <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>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
Line 27: Line 25:
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Romaji Name" display="hidden">
     <Field name="Romaji Name">
      <Label>Japanese name in Romaji </Label>
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>text</InputType>
        <Description>Enter the Romaji reading of the Japanese Kanji</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
Line 37: Line 34:
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Alternate Names" list="list" display="nonempty">
     <Field name="Alternate Names" list="list">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>text</InputType>
        <Description>Enter any alternate names for this castle separated by a comma</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
Line 50: Line 45:
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>text</InputType>
        <Description>Earliest known founder/lord of this castle</Description>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
Line 59: Line 53:
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>text</InputType>
        <Description>Enter the earliest year a castle was founded on this site</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
Line 66: Line 58:
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Year Reconstructed" display="nonempty">
     <Field name="Castle Type">
      <pageforms_FormInput>
        <InputType>dropdown</InputType>
      </pageforms_FormInput>
      <cargo_Field>
        <Type>Page</Type>
        <AllowedValue>Mountaintop</AllowedValue>
        <AllowedValue>Hilltop</AllowedValue>
        <AllowedValue>Flatland</AllowedValue>
      </cargo_Field>
    </Field>
    <Field name="Castle Condition">
      <pageforms_FormInput>
        <InputType>dropdown</InputType>
      </pageforms_FormInput>
      <cargo_Field>
        <Type>Page</Type>
        <AllowedValue>Original main keep</AllowedValue>
        <AllowedValue>Reconstructed main keep</AllowedValue>
        <AllowedValue>No main keep but other buildings</AllowedValue>
        <AllowedValue>No main keep ruins only</AllowedValue>
      </cargo_Field>
    </Field>
    <Field name="Designations" list="list">
      <pageforms_FormInput>
        <InputType>checkboxes</InputType>
      </pageforms_FormInput>
      <cargo_Field>
        <Type>Page</Type>
        <AllowedValue>National Historical Site</AllowedValue>
        <AllowedValue>Prefectural Historical Site</AllowedValue>
        <AllowedValue>Local Historical Site</AllowedValue>
        <AllowedValue>Top 100 Castles</AllowedValue>
        <AllowedValue>Next 100 Castles</AllowedValue>
        <AllowedValue>UNESCO World Heritage Site</AllowedValue>
        <AllowedValue>has Important Cultural Properties</AllowedValue>
        <AllowedValue>has National Treasures</AllowedValue>
        <AllowedValue>Top 100 Mountaintop Castles</AllowedValue>
      </cargo_Field>
    </Field>
    <Field name="Historical Period">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>dropdown</InputType>
         <Description>Enter if the main keep was reconstructed in the modern era</Description>
         <Description>Check Edo Period only if the castle active during the Edo Period, otherwise check PRe-Edo Period</Description>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
         <Type>String</Type>
         <Type>Page</Type>
        <AllowedValue>Edo Period</AllowedValue>
        <AllowedValue>Pre Edo Period</AllowedValue>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
Line 79: Line 113:
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>text</InputType>
         <Description>ex: 3 levels and 4 floors</Description>
         <Description>ex: 5 levels, 6 floors</Description>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
Line 86: Line 120:
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Artifacts" display="nonempty">
     <Field name="Year Reconstructed" display="nonempty">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>text</InputType>
        <Description>List up any original buildings that survived</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
         <Type>Text</Type>
         <Type>String</Type>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="City">
     <Field name="Artifacts" display="nonempty">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>textarea</InputType>
         <Description>Input the city only, Prefecture will be entered later</Description>
         <Description>List any original buildings that survived</Description>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
         <Type>String</Type>
         <Type>Text</Type>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Coordinates" display="nonempty">
     <Field name="Features" list="list">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>googlemaps</InputType>
         <InputType>checkboxes</InputType>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
         <Type>Coordinates</Type>
         <Type>Page</Type>
        <AllowedValue>Main Keep</AllowedValue>
        <AllowedValue>Gates</AllowedValue>
        <AllowedValue>Turrets</AllowedValue>
        <AllowedValue>Bridges</AllowedValue>
        <AllowedValue>Palace</AllowedValue>
        <AllowedValue>Samurai Homes</AllowedValue>
        <AllowedValue>Water Moats</AllowedValue>
        <AllowedValue>Trenches</AllowedValue>
        <AllowedValue>Stone walls</AllowedValue>
        <AllowedValue>Clay Walls</AllowedValue>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
Line 117: Line 159:
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>textarea</InputType>
         <InputType>textarea</InputType>
        <Description>Basic directions to the castle via public transportation where possible</Description>
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
Line 127: Line 167:
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>textarea</InputType>
         <InputType>textarea</InputType>
         <Description>Admission fees and open hours where applicable</Description>
         <Description>Input hours and admission fees if relevant</Description>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
Line 137: Line 177:
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>text</InputType>
         <Description>Approximate length of time required to visit the castle site IN MINUTES, input the 13ber only</Description>
         <Description>Input the time required in mins e.g. 180 mins for 3 hours</Description>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
         <DescriptionTooltipMode>on</DescriptionTooltipMode>
       </pageforms_FormInput>
       </pageforms_FormInput>
Line 144: Line 184:
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Website" display="nonempty">
     <Field name="City">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>text</InputType>
         <InputType>text</InputType>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
         <Type>URL</Type>
         <Type>String</Type>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
Line 158: Line 198:
       <cargo_Field>
       <cargo_Field>
         <Type>Page</Type>
         <Type>Page</Type>
         <AllowedValue>Tokyo</AllowedValue>
         <AllowedValue>Hokkaido</AllowedValue>
        <AllowedValue>Aomori</AllowedValue>
        <AllowedValue>Iwate</AllowedValue>
        <AllowedValue>Miyagi</AllowedValue>
        <AllowedValue>Akita</AllowedValue>
        <AllowedValue>Yamagata</AllowedValue>
        <AllowedValue>Fukushima</AllowedValue>
        <AllowedValue>Ibaraki</AllowedValue>
        <AllowedValue>Tochigi</AllowedValue>
         <AllowedValue>Gunma</AllowedValue>
         <AllowedValue>Gunma</AllowedValue>
        <AllowedValue>Nagano</AllowedValue>
         <AllowedValue>Saitama</AllowedValue>
         <AllowedValue>Saitama</AllowedValue>
        <AllowedValue>Chiba</AllowedValue>
        <AllowedValue>Tokyo</AllowedValue>
        <AllowedValue>Kanagawa</AllowedValue>
        <AllowedValue>Niigata</AllowedValue>
        <AllowedValue>Toyama</AllowedValue>
        <AllowedValue>Ishikawa</AllowedValue>
        <AllowedValue>Fukui</AllowedValue>
         <AllowedValue>Yamanashi</AllowedValue>
         <AllowedValue>Yamanashi</AllowedValue>
         <AllowedValue>Ibaraki</AllowedValue>
         <AllowedValue>Nagano</AllowedValue>
        <AllowedValue>Tochigi</AllowedValue>
        <AllowedValue>Chiba</AllowedValue>
         <AllowedValue>Gifu</AllowedValue>
         <AllowedValue>Gifu</AllowedValue>
        <AllowedValue>Shizuoka</AllowedValue>
        <AllowedValue>Aichi</AllowedValue>
        <AllowedValue>Mie</AllowedValue>
        <AllowedValue>Shiga</AllowedValue>
        <AllowedValue>Kyoto</AllowedValue>
        <AllowedValue>Osaka</AllowedValue>
        <AllowedValue>Hyogo</AllowedValue>
        <AllowedValue>Nara</AllowedValue>
        <AllowedValue>Wakayama</AllowedValue>
        <AllowedValue>Tottori</AllowedValue>
        <AllowedValue>Shimane</AllowedValue>
        <AllowedValue>Okayama</AllowedValue>
        <AllowedValue>Hiroshima</AllowedValue>
        <AllowedValue>Yamaguchi</AllowedValue>
        <AllowedValue>Tokushima</AllowedValue>
        <AllowedValue>Kagawa</AllowedValue>
        <AllowedValue>Ehime</AllowedValue>
        <AllowedValue>Kochi</AllowedValue>
        <AllowedValue>Fukuoka</AllowedValue>
        <AllowedValue>Saga</AllowedValue>
        <AllowedValue>Nagasaki</AllowedValue>
        <AllowedValue>Kumamoto</AllowedValue>
        <AllowedValue>Oita</AllowedValue>
        <AllowedValue>Miyazaki</AllowedValue>
        <AllowedValue>Kagoshima</AllowedValue>
        <AllowedValue>Okinawa</AllowedValue>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Castle Type">
     <Field name="GPSLocation">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>dropdown</InputType>
         <InputType>googlemaps</InputType>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
         <Type>Page</Type>
         <Type>Coordinates</Type>
        <AllowedValue>Mountaintop</AllowedValue>
        <AllowedValue>Hilltop</AllowedValue>
        <AllowedValue>Flatland</AllowedValue>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Castle Condition">
     <Field name="Notes">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>dropdown</InputType>
         <InputType>textarea</InputType>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
         <Type>Page</Type>
         <Type>Text</Type>
        <AllowedValue>Original main keep</AllowedValue>
        <AllowedValue>Reconstructed main keep</AllowedValue>
        <AllowedValue>No main keep but other buildings</AllowedValue>
        <AllowedValue>No main keep ruins only</AllowedValue>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Historical Period">
     <Field name="History">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>dropdown</InputType>
         <InputType>textarea</InputType>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
         <Type>Page</Type>
         <Type>Text</Type>
        <AllowedValue>Pre-Edo Period</AllowedValue>
        <AllowedValue>Edo Period</AllowedValue>
      </cargo_Field>
    </Field>
    <Field name="Admin Rating" display="nonempty">
      <pageforms_FormInput>
        <InputType>rating</InputType>
      </pageforms_FormInput>
      <cargo_Field>
        <Type>Float</Type>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Historical Designations" list="list" delimiter=",">
     <Field name="Visited" list="list">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>checkboxes</InputType>
         <InputType>checkboxes</InputType>
        <Description>Select appropriate historical designations</Description>
       </pageforms_FormInput>
       </pageforms_FormInput>
       <cargo_Field>
       <cargo_Field>
         <Type>Page</Type>
         <Type>String</Type>
         <AllowedValue>National Historical Site</AllowedValue>
         <AllowedValue>Viewer Contributed</AllowedValue>
         <AllowedValue>Prefectural Historical Site</AllowedValue>
         <AllowedValue>1992</AllowedValue>
         <AllowedValue>Local Historical Site</AllowedValue>
         <AllowedValue>1993</AllowedValue>
         <AllowedValue>Top 100 Castles</AllowedValue>
         <AllowedValue>1994</AllowedValue>
         <AllowedValue>Next 100 Castles</AllowedValue>
         <AllowedValue>1995</AllowedValue>
         <AllowedValue>UNESCO World Heritage Site</AllowedValue>
         <AllowedValue>1996</AllowedValue>
         <AllowedValue>has Important Cultural Properties</AllowedValue>
         <AllowedValue>1997</AllowedValue>
         <AllowedValue>has National Treasures</AllowedValue>
         <AllowedValue>1998</AllowedValue>
        <AllowedValue>1999</AllowedValue>
        <AllowedValue>2000</AllowedValue>
        <AllowedValue>2001</AllowedValue>
        <AllowedValue>2002</AllowedValue>
        <AllowedValue>2003</AllowedValue>
        <AllowedValue>2004</AllowedValue>
        <AllowedValue>2005</AllowedValue>
        <AllowedValue>2006</AllowedValue>
        <AllowedValue>2007</AllowedValue>
        <AllowedValue>2008</AllowedValue>
        <AllowedValue>2009</AllowedValue>
        <AllowedValue>2010</AllowedValue>
        <AllowedValue>2011</AllowedValue>
        <AllowedValue>2012</AllowedValue>
        <AllowedValue>2013</AllowedValue>
        <AllowedValue>2014</AllowedValue>
        <AllowedValue>2015</AllowedValue>
        <AllowedValue>2016</AllowedValue>
        <AllowedValue>2017</AllowedValue>
        <AllowedValue>2018</AllowedValue>
        <AllowedValue>2019</AllowedValue>
        <AllowedValue>2020</AllowedValue>
       </cargo_Field>
       </cargo_Field>
     </Field>
     </Field>
     <Field name="Notes">
     <Field name="Japanese Notes" display="nonempty">
      <pageforms_FormInput>
        <InputType>textarea</InputType>
      </pageforms_FormInput>
      <cargo_Field>
        <Type>Text</Type>
      </cargo_Field>
    </Field>
    <Field name="History">
       <pageforms_FormInput>
       <pageforms_FormInput>
         <InputType>textarea</InputType>
         <InputType>textarea</InputType>
Line 244: Line 318:
     </Field>
     </Field>
   </Template>
   </Template>
</PageSchema>
</PageSchema>This is the Castles category.

Revision as of 21:54, 4 June 2017

Page schema
Form: Castle
CreateTitle Add a new castle
EditTitle Edit castle info
standardInputs
Template: Castle
Field: English Name
Form input
Input type text
Field: Japanese Name
Form input
Input type text
Field: Romaji Name
Label Japanese name in Romaji
Form input
Input type text
Field: Alternate Names
List
Form input
Input type text
Field: Founder
Form input
Input type text
Field: Year Founded
Form input
Input type text
Field: Castle Type
Form input
Input type dropdown
Field: Castle Condition
Form input
Input type dropdown
Field: Designations
List
Form input
Input type checkboxes
Field: Historical Period
Form input
Input type dropdown
on
Field: Main Keep Structure
Display nonempty
Form input
Input type text
on
Field: Year Reconstructed
Display nonempty
Form input
Input type text
Field: Artifacts
Display nonempty
Form input
Input type textarea
on
Field: Features
List
Form input
Input type checkboxes
Field: Access
Form input
Input type textarea
Field: Visitor Information
Form input
Input type textarea
on
Field: Time Required
Form input
Input type text
on
Field: City
Form input
Input type text
Field: Prefecture
Form input
Input type dropdown
Field: GPSLocation
Form input
Input type googlemaps
Field: Notes
Form input
Input type textarea
Field: History
Form input
Input type textarea
Field: Visited
List
Form input
Input type checkboxes
Field: Japanese Notes
Display nonempty
Form input
Input type textarea

This is the Castles category.

Subcategories

This category has only the following subcategory.

Pages in category "Castles"

The following 200 pages are in this category, out of 2,278 total.

(previous page) (next page)

A

(previous page) (next page)