Difference between revisions of "Help:City"

From OPENRESEARCH th copy Wiki
Jump to navigation Jump to search
(modified through wikirestore by Tim Holzheim)
 
(modified through wikirestore by Tim Holzheim)
Line 1: Line 1:
 
== Help for City ==
 
== Help for City ==
 +
{{#ask: [[Topic name::City]]
 +
|mainlabel=-
 +
|?Topic icon = icon
 +
|? = Topic
 +
|?Topic name = name
 +
|?Topic pluralName = pluralName
 +
|?Topic documentation = documentation
 +
}}
 +
=== Documentation ===
 +
[https://www.wikidata.org/wiki/Q515 large permanent human settlement]
 +
=== Example Cities ===
 +
{{#ask: [[Concept:City]]
 +
|limit=25
 +
|searchlabel=...more examples
 +
}}
 +
=== Properties ===
 +
{{#ask: [[Concept:Property]][[Used for::Concept:City]]
 +
|?Property name = name
 +
|?Property label = label
 +
|?Property type = type
 +
|?Property index = index
 +
|?Property sortPos = sortPos
 +
|?Property primaryKey = primary key
 +
|?Property mandatory = mandatory
 +
|?Property namespace = namespace
 +
|?Property size = size
 +
|?Property uploadable = uploadable
 +
|?Property defaultValue = default
 +
|?Property inputType = inputType
 +
|?Property allowedValues = allowedValues
 +
|?Property documentation = documentation
 +
|?Property values_from = values from
 +
|?Property showInGrid = showInGrid
 +
|?Property isLink = isLink
 +
|?Property nullable = allow nulls?
 +
|?Property placeholder = placeholder
 +
|?Property regex = regex
 +
|?Property topic = topic
 +
|?Property Used for = Used for
 +
 +
|format=table
 +
}}
 +
=== uml ===
 +
<uml>
 +
title City
 +
 +
note as CityNote
 +
large permanent human settlement
 +
end note
 +
class City {
 +
text: City
 +
 +
}
 +
CityNote .. City
 +
 +
"City" "1" <-- "1" "City" : "Has location city"
 +
 +
skinparam note {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam component {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam package {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam usecase {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam activity {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam classAttribute {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam interface {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam class {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam object {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
hide Circle
 +
' end of skinparams '
 +
</uml>
 +
 +
see also
 +
* [[List of Cities]]
 +
* [[Help:City]]
 +
* [[Concept:City]]
 +
* [[:Category:City]]
 +
* [[:Template:City]]
 +
* [[:Form:City]]
 +
topic links:
 +
* [[:Category:City]]
 +
 +
[[Category:City]]== Help for City ==
 +
{{#ask: [[Topic name::City]]
 +
|mainlabel=-
 +
|?Topic icon = icon
 +
|? = Topic
 +
|?Topic name = name
 +
|?Topic pluralName = pluralName
 +
|?Topic documentation = documentation
 +
}}
 +
=== Documentation ===
 +
[https://www.wikidata.org/wiki/Q515 large permanent human settlement]
 +
=== Example Cities ===
 +
{{#ask: [[Concept:City]]
 +
|limit=25
 +
|searchlabel=...more examples
 +
}}
 +
=== Properties ===
 +
{{#ask: [[Concept:Property]][[Used for::Concept:City]]
 +
|?Property name = name
 +
|?Property label = label
 +
|?Property type = type
 +
|?Property index = index
 +
|?Property sortPos = sortPos
 +
|?Property primaryKey = primary key
 +
|?Property mandatory = mandatory
 +
|?Property namespace = namespace
 +
|?Property size = size
 +
|?Property uploadable = uploadable
 +
|?Property defaultValue = default
 +
|?Property inputType = inputType
 +
|?Property allowedValues = allowedValues
 +
|?Property documentation = documentation
 +
|?Property values_from = values from
 +
|?Property showInGrid = showInGrid
 +
|?Property isLink = isLink
 +
|?Property nullable = allow nulls?
 +
|?Property placeholder = placeholder
 +
|?Property regex = regex
 +
|?Property topic = topic
 +
|?Property Used for = Used for
 +
 +
|format=table
 +
}}
 +
=== uml ===
 +
<uml>
 +
title City
 +
 +
note as CityNote
 +
large permanent human settlement
 +
end note
 +
class City {
 +
text: City
 +
 +
}
 +
CityNote .. City
 +
 +
"City" "1" <-- "1" "City" : "Has location city"
 +
 +
skinparam note {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam component {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam package {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam usecase {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam activity {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam classAttribute {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam interface {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam class {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam object {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
hide Circle
 +
' end of skinparams '
 +
</uml>
 +
 +
see also
 +
* [[List of Cities]]
 +
* [[Help:City]]
 +
* [[Concept:City]]
 +
* [[:Category:City]]
 +
* [[:Template:City]]
 +
* [[:Form:City]]
 +
topic links:
 +
* [[:Category:City]]
 +
 +
[[Category:City]]== Help for City ==
 +
{{#ask: [[Topic name::City]]
 +
|mainlabel=-
 +
|?Topic icon = icon
 +
|? = Topic
 +
|?Topic name = name
 +
|?Topic pluralName = pluralName
 +
|?Topic documentation = documentation
 +
}}
 +
=== Documentation ===
 +
[https://www.wikidata.org/wiki/Q515 large permanent human settlement]
 +
=== Example Cities ===
 +
{{#ask: [[Concept:City]]
 +
|limit=25
 +
|searchlabel=...more examples
 +
}}
 +
=== Properties ===
 +
{{#ask: [[Concept:Property]][[Used for::Concept:City]]
 +
|?Property name = name
 +
|?Property label = label
 +
|?Property type = type
 +
|?Property index = index
 +
|?Property sortPos = sortPos
 +
|?Property primaryKey = primary key
 +
|?Property mandatory = mandatory
 +
|?Property namespace = namespace
 +
|?Property size = size
 +
|?Property uploadable = uploadable
 +
|?Property defaultValue = default
 +
|?Property inputType = inputType
 +
|?Property allowedValues = allowedValues
 +
|?Property documentation = documentation
 +
|?Property values_from = values from
 +
|?Property showInGrid = showInGrid
 +
|?Property isLink = isLink
 +
|?Property nullable = allow nulls?
 +
|?Property placeholder = placeholder
 +
|?Property regex = regex
 +
|?Property topic = topic
 +
|?Property Used for = Used for
 +
 +
|format=table
 +
}}
 +
=== uml ===
 +
<uml>
 +
title City
 +
 +
note as CityNote
 +
large permanent human settlement
 +
end note
 +
class City {
 +
text: City
 +
 +
}
 +
CityNote .. City
 +
 +
"City" "1" <-- "1" "City" : "Has location city"
 +
 +
skinparam note {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam component {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam package {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam usecase {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam activity {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam classAttribute {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam interface {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam class {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam object {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
hide Circle
 +
' end of skinparams '
 +
</uml>
 +
 +
see also
 +
* [[List of Cities]]
 +
* [[Help:City]]
 +
* [[Concept:City]]
 +
* [[:Category:City]]
 +
* [[:Template:City]]
 +
* [[:Form:City]]
 +
topic links:
 +
* [[:Category:City]]
 +
 +
[[Category:City]]== Help for City ==
 
{{#ask: [[Topic name::City]]
 
{{#ask: [[Topic name::City]]
 
|mainlabel=-
 
|mainlabel=-

Revision as of 20:06, 24 March 2021

Help for City

iconTopicnamepluralNamedocumentation
File:CityIcon-64px.pngCityCityCitieslarge permanent human settlement

Documentation

large permanent human settlement

Example Cities

Aachen, Atlanta, City, City, IE-D/Dublin, List of Cities, Osaka

Properties

 namelabeltypeindexsortPosprimary keymandatorynamespacesizeuploadabledefaultinputTypeallowedValuesdocumentationvalues fromshowInGridisLinkallow nulls?placeholderregextopicUsed for
City nameCity nameCityTypes/textfalsefalsefalsecomboboxproperty=City namefalsefalse
City wikidataidCity wikidataidCity wikidataidTypes/External Identifierfalsefalsefalsetextfalsefalse

uml

The file "mwstore://local-backend/local-public/diagrams/archive/20250429034512!Diagrams_20054c39140a6a64e82f94aff83b3975.png" already exists.

see also

topic links:

iconTopicnamepluralNamedocumentation
File:CityIcon-64px.pngCityCityCitieslarge permanent human settlement

Documentation

large permanent human settlement

Example Cities

Aachen, Atlanta, City, City, IE-D/Dublin, List of Cities, Osaka

Properties

 namelabeltypeindexsortPosprimary keymandatorynamespacesizeuploadabledefaultinputTypeallowedValuesdocumentationvalues fromshowInGridisLinkallow nulls?placeholderregextopicUsed for
City nameCity nameCityTypes/textfalsefalsefalsecomboboxproperty=City namefalsefalse
City wikidataidCity wikidataidCity wikidataidTypes/External Identifierfalsefalsefalsetextfalsefalse

uml

see also

topic links:

iconTopicnamepluralNamedocumentation
File:CityIcon-64px.pngCityCityCitieslarge permanent human settlement

Documentation

large permanent human settlement

Example Cities

Aachen, Atlanta, City, City, IE-D/Dublin, List of Cities, Osaka

Properties

 namelabeltypeindexsortPosprimary keymandatorynamespacesizeuploadabledefaultinputTypeallowedValuesdocumentationvalues fromshowInGridisLinkallow nulls?placeholderregextopicUsed for
City nameCity nameCityTypes/textfalsefalsefalsecomboboxproperty=City namefalsefalse
City wikidataidCity wikidataidCity wikidataidTypes/External Identifierfalsefalsefalsetextfalsefalse

uml

see also

topic links:

iconTopicnamepluralNamedocumentation
File:CityIcon-64px.pngCityCityCitieslarge permanent human settlement

Documentation

large permanent human settlement

Example Cities

Aachen, Atlanta, City, City, IE-D/Dublin, List of Cities, Osaka

Properties

 namelabeltypeindexsortPosprimary keymandatorynamespacesizeuploadabledefaultinputTypeallowedValuesdocumentationvalues fromshowInGridisLinkallow nulls?placeholderregextopicUsed for
City nameCity nameCityTypes/textfalsefalsefalsecomboboxproperty=City namefalsefalse
City wikidataidCity wikidataidCity wikidataidTypes/External Identifierfalsefalsefalsetextfalsefalse

uml

see also

topic links: