Difference between revisions of "Category:Country"
Jump to navigation
Jump to search
(modified by JSMW_PageSchema at 2015-01-06T18:17:55Z) |
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.3] at 2015-03-21T07:07:31Z) |
||
| (83 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <PageSchema category="Country"> | + | <PageSchema category="Country" name="Country" pluralName="Countrys"> |
| − | <semanticforms_Form name="Country"/> | + | <semanticforms_Form name="Country" pluralName="Countrys"/> |
| − | <Template name="Country" format="standard"> | + | <Template name="Country" pluralName="Countrys" format="standard"> |
| − | <Field name="name"> | + | <Field name="name" pluralName="names"> |
<semanticforms_FormInput> | <semanticforms_FormInput> | ||
| − | <InputType> | + | <InputType></InputType> |
| − | <Parameter name="size">2</Parameter> | + | <Parameter name="size" pluralName="sizes">2</Parameter> |
</semanticforms_FormInput> | </semanticforms_FormInput> | ||
<Label>Name</Label> | <Label>Name</Label> | ||
| − | <semanticmediawiki_Property name="Country_name"> | + | <semanticmediawiki_Property name="Country_name" pluralName="Country_names"> |
<Type>Text</Type> | <Type>Text</Type> | ||
</semanticmediawiki_Property> | </semanticmediawiki_Property> | ||
</Field> | </Field> | ||
| − | <Field name="iso3166_2"> | + | <Field name="iso3166_2" pluralName="iso3166_2s"> |
<semanticforms_FormInput> | <semanticforms_FormInput> | ||
| − | <InputType> | + | <InputType></InputType> |
| − | <Parameter name="size">2</Parameter> | + | <Parameter name="size" pluralName="sizes">2</Parameter> |
</semanticforms_FormInput> | </semanticforms_FormInput> | ||
<Label>Country Code</Label> | <Label>Country Code</Label> | ||
| − | <semanticmediawiki_Property name="Country_iso3166_2"> | + | <semanticmediawiki_Property name="Country_iso3166_2" pluralName="Country_iso3166_2s"> |
<Type>Text</Type> | <Type>Text</Type> | ||
</semanticmediawiki_Property> | </semanticmediawiki_Property> | ||
| Line 24: | Line 24: | ||
</Template> | </Template> | ||
</PageSchema> | </PageSchema> | ||
| − | + | === UML === | |
| − | + | <!-- Plantuml --> | |
| − | |||
| − | |||
| − | |||
<uml> | <uml> | ||
| − | + | title Country | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | title | ||
note as CountryDiagramNote | note as CountryDiagramNote | ||
Copyright (c) 2015 BITPlan GmbH | Copyright (c) 2015 BITPlan GmbH | ||
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
| − | note as CountryNote | + | note as CountryNote |
I represent a Country like Germany, United States or Japan | I represent a Country like Germany, United States or Japan | ||
end note | end note | ||
| − | + | class Country <<Category>> { | |
| − | + | ' no category name Name | |
Text Name | Text Name | ||
| + | ' no category iso3166_2 Country Code | ||
Text Country Code | Text Country Code | ||
| − | |||
} | } | ||
| − | hide | + | CountryNote .. Country |
| + | skinparam classBackgroundColor white | ||
| + | skinparam classBorderColor #FF8000 | ||
| + | skinparam classFontColor black | ||
| + | skinparam classFontSize 12 | ||
| + | skinparam classFontName Arial | ||
| + | skinparam NoteBorderColor #FF8000 | ||
| + | skinparam NoteBackgroundColor #FFFFF0 | ||
| + | hide circle | ||
</uml> | </uml> | ||
| + | === Documentation === | ||
| + | systematic information on Countries is available on Wikipedia | ||
| + | see also [[:Category:City]] | ||
| + | |||
| + | === Concept === | ||
| + | {{Concept | ||
| + | |name=Country | ||
| + | }} | ||
| + | === Links === | ||
| + | * [[List of Countrys]] | ||
| + | * [[Concept:Country]] | ||
| + | * [[:Category:Country]] | ||
| + | * [[:Template:Country]] | ||
| + | * [[:Form:Country]] | ||
| + | ====Properties ==== | ||
| + | * [[Property:Country_name]] | ||
| + | * [[Property:Country_iso3166_2]] | ||
| + | <br> | ||
| + | [[Category:PageSchema]]This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.3] at 2015-03-21T07:07:31Z<br> | ||
Latest revision as of 08:07, 21 March 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.3 at 2015-03-21T07:07:31Z