Difference between revisions of "Category:Country"
Jump to navigation
Jump to search
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-29T13:52:05Z) |
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-29T13:53:31Z) |
||
Line 1: | Line 1: | ||
+ | <PageSchema category="Country" name="Country" pluralName="Countrys"> | ||
+ | <semanticforms_Form name="Country" pluralName="Countrys"/> | ||
+ | <Template name="Country" pluralName="Countrys" format="standard"> | ||
+ | <Field name="name" pluralName="names"> | ||
+ | <semanticforms_FormInput> | ||
+ | <InputType></InputType> | ||
+ | <Parameter name="size" pluralName="sizes">2</Parameter> | ||
+ | </semanticforms_FormInput> | ||
+ | <Label>Name</Label> | ||
+ | <semanticmediawiki_Property name="Country_name" pluralName="Country_names"> | ||
+ | <Type>Text</Type> | ||
+ | </semanticmediawiki_Property> | ||
+ | </Field> | ||
+ | <Field name="iso3166_2" pluralName="iso3166_2s"> | ||
+ | <semanticforms_FormInput> | ||
+ | <InputType></InputType> | ||
+ | <Parameter name="size" pluralName="sizes">2</Parameter> | ||
+ | </semanticforms_FormInput> | ||
+ | <Label>Country Code</Label> | ||
+ | <semanticmediawiki_Property name="Country_iso3166_2" pluralName="Country_iso3166_2s"> | ||
+ | <Type>Text</Type> | ||
+ | </semanticmediawiki_Property> | ||
+ | </Field> | ||
+ | </Template> | ||
+ | </PageSchema> | ||
+ | === UML === | ||
+ | <uml> | ||
+ | skinparam classBackgroundColor white | ||
+ | skinparam classBorderColor #FF8000 | ||
+ | skinparam classFontColor black | ||
+ | skinparam classFontSize 12 | ||
+ | skinparam classFontName Arial | ||
+ | skinparam NoteBorderColor #FF8000 | ||
+ | skinparam NoteBackgroundColor #FFFFF0 | ||
+ | hide circle | ||
+ | title Country | ||
+ | note as CountryDiagramNote | ||
+ | Copyright (c) 2015 BITPlan GmbH | ||
+ | [[http://www.bitplan.com]] | ||
+ | end note | ||
+ | note as CountryNote | ||
+ | I represent a Country like Germany, United States or Japan | ||
+ | end note | ||
+ | CountryNote .. Country | ||
+ | Class Country <<Category>> { | ||
+ | Text Name | ||
+ | Text Country Code | ||
+ | } | ||
+ | </uml> | ||
+ | |||
+ | === Documentation === | ||
+ | systematic information on Countries is available on Wikipedia | ||
+ | see also [[:Category:City]] | ||
+ | <br> | ||
+ | ===Concept=== | ||
+ | {{Concept | ||
+ | |name=Country | ||
+ | }} | ||
+ | |||
+ | === Links === | ||
+ | * [[:Category:Country]]<br> | ||
+ | * [[:Template:Country]]<br> | ||
+ | * [[:Form:Country]]<br> | ||
+ | |||
+ | ====Properties ==== | ||
+ | * [[Property:Country_name]]<br> | ||
+ | * [[Property:Country_iso3166_2]]<br> | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:PageSchema]] | ||
+ | This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-29T13:53:31Z<br> |
Revision as of 14:53, 29 January 2015
<PageSchema category="Country" name="Country" pluralName="Countrys">
<semanticforms_Form name="Country" pluralName="Countrys"/> <Template name="Country" pluralName="Countrys" format="standard"> <Field name="name" pluralName="names"> <semanticforms_FormInput> <InputType></InputType> <Parameter name="size" pluralName="sizes">2</Parameter> </semanticforms_FormInput> <Label>Name</Label> <semanticmediawiki_Property name="Country_name" pluralName="Country_names"> <Type>Text</Type> </semanticmediawiki_Property> </Field> <Field name="iso3166_2" pluralName="iso3166_2s"> <semanticforms_FormInput> <InputType></InputType> <Parameter name="size" pluralName="sizes">2</Parameter> </semanticforms_FormInput> <Label>Country Code</Label> <semanticmediawiki_Property name="Country_iso3166_2" pluralName="Country_iso3166_2s"> <Type>Text</Type> </semanticmediawiki_Property> </Field> </Template>
</PageSchema>
UML
Documentation
systematic information on Countries is available on Wikipedia
see also Category:City
Concept
Links
Properties
This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01-29T13:53:31Z