Difference between revisions of "Category:City"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-30T04:56:17Z)
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-30T05:35:44Z)
Line 70: Line 70:
 
</PageSchema>
 
</PageSchema>
 
=== UML ===
 
=== UML ===
 +
<!--  Plantuml  -->
 
<uml>
 
<uml>
 
skinparam classBackgroundColor white
 
skinparam classBackgroundColor white
Line 79: Line 80:
 
skinparam NoteBackgroundColor #FFFFF0
 
skinparam NoteBackgroundColor #FFFFF0
 
hide circle
 
hide circle
title City
 
note as CityDiagramNote
 
Copyright (c) 2015 BITPlan GmbH
 
[[http://www.bitplan.com]]
 
end note
 
note as CityNote
 
I represent a City like Berlin, New York or Tokyo
 
end note
 
CityNote .. City
 
Class City <<Category>> {
 
Text local Name
 
URL website
 
Number Pop.
 
URL wikipedia url
 
 
}
 
City -- Country
 
City -- Mayor
 
 
</uml>
 
</uml>
 
* see also [[:Category:Country]]
 
* see also [[:Category:Country]]
Line 130: Line 113:
 
* [[Property:City_Mayor]]
 
* [[Property:City_Mayor]]
 
<br>
 
<br>
[[Category:PageSchema]]This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-30T04:56:17Z<br>
+
[[Category:PageSchema]]This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-30T05:35:44Z<br>

Revision as of 07:35, 30 January 2015

<PageSchema category="City" name="City" pluralName="Cities">

  <semanticforms_Form name="City" pluralName="Citys"/>
  <Template name="City" pluralName="Citys" format="standard">
     <Field name="name" pluralName="names">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">80</Parameter>
        </semanticforms_FormInput>
        <Label>local Name</Label>
        <semanticmediawiki_Property name="City_name" pluralName="City_names">
           <Type>Text</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field name="webpage" pluralName="webpages">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">120</Parameter>
        </semanticforms_FormInput>
        <Label>website</Label>
        <semanticmediawiki_Property name="City_webpage" pluralName="City_webpages">
           <Type>URL</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field name="Population" pluralName="Populations">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">20</Parameter>
           <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
        </semanticforms_FormInput>
        <Label>Pop.</Label>
        <semanticmediawiki_Property name="City_Population" pluralName="City_Populations">
           <Type>Number</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field name="wikipedia_url" pluralName="wikipedia_urls">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">100</Parameter>
           <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
        </semanticforms_FormInput>
        <Label>wikipedia url</Label>
        <semanticmediawiki_Property name="City_wikipedia_url" pluralName="City_wikipedia_urls">
           <Type>URL</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field category="Country" name="Country" pluralName="Countrys">
        <semanticforms_FormInput>
           <InputType>combobox</InputType>
           <Parameter name="size" pluralName="sizes">50</Parameter>
           <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">Country</Parameter>
           <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
        </semanticforms_FormInput>
        <Label>Country</Label>
        <semanticmediawiki_Property name="City_Country" pluralName="City_Countrys">
           <Type>Page</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field category="Mayor" name="Mayor" pluralName="Mayors">
        <semanticforms_FormInput>
           <InputType>combobox</InputType>
           <Parameter name="size" pluralName="sizes">80</Parameter>
           <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">Mayor</Parameter>
        </semanticforms_FormInput>
        <Label>Mayor</Label>
        <semanticmediawiki_Property name="City_Mayor" pluralName="City_Mayors">
           <Type>Page</Type>
        </semanticmediawiki_Property>
     </Field>
  </Template>

</PageSchema>

UML

Documentation

see Semantic Page Schemas sample xml structure
Systematic information on cities (called settlments there) is available on wikipedia

Example for New York:

{{Infobox settlement
| name                    = New York City
| official_name           = City of New York
| settlement_type         = [[City (New York)|City]]
| image_skyline           = NYC Montage 2014 4 - Jleon.jpg
| image_flag              = Flag of New York City.svg
...| population_total        = 8,405,837
| website                 = [http://www.nyc.gov/ New York City]
}}

Concept

Template:Concept

Links

Properties


This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01-30T05:35:44Z

Pages in category "City"

The following 6 pages are in this category, out of 6 total.