Category:Castles: Difference between revisions
From Jcastle.info
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <PageSchema> | ||
<pageforms_Form name="Castle"> | |||
<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> |
Revision as of 23:59, 1 June 2017
Page schema | |
Form: Castle | |
CreateTitle | Add a new castle |
EditTitle | Edit a Castle |
standardInputs | |
Template: Castle | |
Field: English Name | |
Label | Name in English |
Form input | |
Input type | text |
on | |
Field: Japanese Name | |
Display | nonempty |
Label | Name in Japanese (optional) |
Form input | |
Input type | text |
Field: Romaji Name | |
Display | hidden |
Label | Japanese Name Reading (Romaji) |
Form input | |
Input type | text |
on | |
Field: Alternate Names | |
List | |
Display | nonempty |
Label | Alternate Names |
Form input | |
Input type | text |
on | |
Field: Founder | |
Display | nonempty |
Label | Founder |
Form input | |
Input type | text |
on | |
Field: Year Founded | |
Display | nonempty |
Label | Year Founded |
Form input | |
Input type | text |
on | |
Field: Year Reconstructed | |
Display | nonempty |
Label | Year Reconstructed |
Form input | |
Input type | text |
on | |
Field: Main Keep Structure | |
Display | nonempty |
Label | Main Keep Structure |
Form input | |
Input type | text |
on | |
Field: Artifacts | |
Display | nonempty |
Label | Artifacts |
Form input | |
Input type | text |
on | |
Field: City | |
Display | nonempty |
Label | City |
Form input | |
Input type | text |
on | |
Field: Coordinates | |
Display | hidden |
Form input | |
Input type | googlemaps |
Field: Access | |
Display | nonempty |
Label | Access |
Form input | |
Input type | text |
on | |
Field: Visitor Information | |
Display | nonempty |
Label | Visitor Information |
Form input | |
Input type | text |
on | |
Field: Time Required | |
Display | nonempty |
Label | Time Required (mins) |
Form input | |
Input type | text |
on | |
Field: Website | |
Display | nonempty |
Label | Website |
Form input | |
Input type | text |
Field: Prefecture | |
Display | nonempty |
Label | Prefecture |
Form input | |
Input type | dropdown |
Tokyo | |
Gunma | |
Nagano | |
Saitama | |
Yamanashi | |
Ibaraki | |
Tochigi | |
Chiba | |
Gifu | |
Field: Castle Type | |
Display | nonempty |
Label | Castle Type |
Form input | |
Input type | dropdown |
Mountaintop | |
Hilltop | |
Flatland | |
Field: Castle Condition | |
Display | nonempty |
Label | Castle Condition |
Form input | |
Input type | dropdown |
Original main keep | |
Reconstructed main keep | |
No main keep but other buildings | |
No main keep ruins only | |
Field: Historical Period | |
Display | nonempty |
Label | Historical Period |
Form input | |
Input type | dropdown |
Pre-Edo Period | |
Edo Period | |
Field: Admin Rating | |
Display | nonempty |
Label | Admin Rating |
Form input | |
Input type | rating |
Field: Historical Designations | |
List | |
Form input | |
Input type | checkboxes |
values | National Historical Site |
Prefectural Historical Site | |
Local Historical Site | |
Top 100 Castles | |
Next 100 Castles | |
UNESCO World Heritage Site | |
has Important Cultural Properties | |
has National Treasures | |
on | |
Field: Notes | |
Display | nonempty |
Form input | |
Input type | textarea |
Field: History | |
Form input | |
Input type | textarea |
Pages in category "Castles"
The following 200 pages are in this category, out of 2,278 total.
(previous page) (next page)A
- Aburakawa Nobue Yashiki
- Ahoyama Castle
- Aida Yakata
- Aika Yashiki
- Aiki Castle (Minochi)
- Aimiyamamonomi Fort
- Ainuta Fort
- Aizu Wakamatsu Castle
- Akagi Kita Castle
- Akagi Minami Castle
- Akagi Yakata
- Akahori Castle (Ise)
- Akaiwa Castle
- Akasaka Jin'ya
- Akashi Castle
- Akashibu Castle (Mikawa)
- Akasu Castle (Ina)
- Akatsuka Castle
- Akayama Jin'ya
- Akazawa Yakata
- Akechi Castle
- Akechi Jin'ya
- Akechi Osayama Castle
- Aki Castle
- Akiba Fort (Azumi)
- Akiba Fort (Ina)
- Akita Castle
- Akiyama Yakata
- Akiyoshi Fort
- Akizuki Castle
- Akizuki Domain South Detached Palace
- Ako Castle
- Akozu Castle
- Akutagawasan Castle
- Amabiki Castle
- Amaga Castle
- Amagasaki Castle
- Amagata Castle
- Amanari Castle
- Amari Yakata
- Amemiya Yashiki
- Ametoya Castle
- Amidadou Castle (Omi)
- Amidagamine Castle (Yamashiro)
- Amino Shingozaemon Yashiki
- Amino Yashiki
- Anjou Jin'ya
- Annaka Castle
- Ano Yakata
- Anrakuji Yakata
- Ansho Castle
- Anshouko Castle
- Aoiyama Castle
- Aoki Castle (Azumi)
- Aoki Castle (Sakata)
- Aono Castle (Mikawa)
- Aoyagi Castle
- Aoyagi Yakata
- Aoyama Castle
- Aoyama Castle (Nagato)
- Aoyama Castle (Omi)
- Aoyama Yashiki (Mikawa)
- Ara Castle (Ina)
- Ara Castle (Murakami Clan Fort Network)
- Aragaito Fort
- Arahorinaiki Yashiki
- Arai Castle
- Araihara Castle
- Araino Castle (Mikawa)
- Arako Castle
- Arashi Castle
- Aratame Castle
- Arato Castle
- Aratoshou Castle
- Arayama Castle
- Arikoyama Castle
- Aruga Castle
- Asaba Castle
- Asada Castle (Chikuma)
- Asahara Yakata
- Asahi Castle (Chikuma)
- Asahi Castle (Minochi)
- Asahi Castle (Owari)
- Asahi Moated Settlement
- Asahiyama Castle
- Asahiyama Castle (Kai)
- Asaka Castle (Chikuma)
- Asakura Yakata
- Asama Palace
- Asama Yakata
- Asano Castle
- Ashigara Castle
- Ashikaga Masauji Yakata
- Ashikagashi Yakata
- Ashimori Jin'ya
- Ashinoya Jin'ya
- Asonuma Castle
- Asou Castle (Mikawa)
- Asouko Castle (Mikawa)
- Asukayama Castle
- Asuke Castle
- Asuke Jin'ya
- Atagoyama Noroshidai
- Atsushiba Yashiki (Koma)
- Awaji Castle (Chikuma)
- Awaya Yakata
- Awazawa Castle (Suwa)
- Aya Castle
- Ayukawa Castle (Koka)
- Azai Higashi Castle
- Azai Nishi Castle
- Azuchi Castle
B
C
- Chamachi Battery (Obama Domain)
- Chausudate
- Chausuyama Castle (Chikuma)
- Chausuyama Castle (Nukata)
- Chausuyama Castle (Shinano)
- Chiba Castle
- Chifuruya Castle (Sanada)
- Chigasaki Castle
- Chihaya Castle
- Chikaoka Castle
- Chikatou Fort
- Chikuma Goten'yama Castle
- Chikusa Castle
- Chikuzenbara Fort
- Chimura Yashiki
- Chinaha Castle
- Chinen Castle
- Chiran Castle
- Chofuku Castle
- Chouja Yashiki (Totomi)
- Choujaike Yakata
- Choujayama Castle
- Choujayashiki Yakata
- Choukokuji Fort
- Chousenji Fort
- Choushouin Yakata
- Chouzenjimae Jin'ya
D
- Daikan Yashiki
- Daikan'yama Fort
- Daikan'yashiki Castle
- Daikannon Castle
- Dainenji Yakata
- Daita Castle
- Daiun'in Doi
- Damine Castle
- Damine Yashiki
- Dannoura Battery
- Deura Castle
- Do Castle (Mikawa)
- Dodo Fort
- Dohiyama Castle (Nagato)
- Doi Castle (Mikawa)
- Doi Tono Yashiki
- Dokanyama
- Dokyou Castle
- Dota Castle (Mino)
- Doudo Castle (Mikawa)
- Dousawa Fort
- Doushou Hori
E
- Ebe Castle (Omi)
- Eboshigata Castle
- Echizen Katsuyama Castle
- Echizen Ohno Castle
- Edo Castle
- Egawa Fort
- Eimeiin Fort
- Ema Yakata
- Enryakuji
- Enryakuji Amidadou Fort
- Enryakuji Higashitani Fort
- Enryakuji Joudoin Fort
- Enryakuji Kitatani Fort
- Enryakuji Monjurou Fort
- Enryakuji Nishitani Fort
- Enryakuji Shakadou Fort