Difference between revisions of "Category:Country"

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-29T17:31:52Z)
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.3] at 2015-03-21T07:07:31Z)
 
(24 intermediate revisions by the same user not shown)
Line 25: Line 25:
 
</PageSchema>
 
</PageSchema>
 
=== UML ===
 
=== UML ===
 +
<!--  Plantuml  -->
 
<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
 
title Country
 
note as CountryDiagramNote
 
note as CountryDiagramNote
Line 39: Line 32:
 
[[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
CountryNote .. Country
+
class Country <<Category>> {
Class Country <<Category>> {
+
' no category name Name
 
Text Name
 
Text Name
 +
' no category iso3166_2 Country Code
 
Text Country Code
 
Text Country Code
 
 
}
 
}
 +
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 ===
 
=== Documentation ===
Line 58: Line 60:
 
}}
 
}}
 
=== Links ===
 
=== Links ===
 +
* [[List of Countrys]]
 +
* [[Concept:Country]]
 
* [[:Category:Country]]
 
* [[:Category:Country]]
* [[Concept:Country]]
 
 
* [[:Template:Country]]
 
* [[:Template:Country]]
 
* [[:Form:Country]]
 
* [[:Form:Country]]
Line 66: Line 69:
 
* [[Property:Country_iso3166_2]]
 
* [[Property:Country_iso3166_2]]
 
<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-29T17:31:52Z<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 09: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

Template:Concept

Links

Properties


This Category has been generated with JSMW_PageSchema Version 0.0.3 at 2015-03-21T07:07:31Z

Pages in category "Country"

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