Difference between revisions of "Help:Location"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) (modified through wikirestore by Tim Holzheim) |
Tim Holzheim (talk | contribs) (modified through wikirestore by Tim Holzheim) |
||
| Line 1: | Line 1: | ||
| − | == Help for | + | == Help for Location == |
| − | {{#ask:[[Topic name:: | + | {{#ask:[[Topic name::Location]] |
|mainlabel=- | |mainlabel=- | ||
|?Topic icon=icon | |?Topic icon=icon | ||
| Line 10: | Line 10: | ||
=== Example === | === Example === | ||
| − | {{#ask:[[Concept: | + | {{#ask:[[Concept:Location]]|limit=10|searchlabel=...more examples}} |
=== Properties === | === Properties === | ||
| − | {{#ask:[[Concept:Property]][[Property topic::Concept: | + | {{#ask:[[Concept:Property]][[Property topic::Concept:Location]] |
|?Property name=name | |?Property name=name | ||
|?Property label=label | |?Property label=label | ||
| Line 35: | Line 35: | ||
=== uml === | === uml === | ||
<uml> | <uml> | ||
| − | title | + | title Location |
| − | note as | + | note as LocationNote |
None | None | ||
end note | end note | ||
| − | class | + | class Location { |
| + | Text: comment | ||
| + | Geographic coordinate: coordinates | ||
| + | Number: level | ||
| + | text: locationkind | ||
| + | Text: name | ||
} | } | ||
| − | + | LocationNote .. Location | |
| Line 123: | Line 128: | ||
== See also == | == See also == | ||
| − | *[[:List of | + | *[[:List of Locations]] |
| − | *[[:Help: | + | *[[:Help:Location]] |
| − | *[[:Category: | + | *[[:Category:Location]] |
| − | *[[:Concept: | + | *[[:Concept:Location]] |
| − | *[[:Form: | + | *[[:Form:Location]] |
| − | *[[:Template: | + | *[[:Template:Location]] |
== Topics == | == Topics == | ||
Revision as of 15:41, 29 April 2021
Help for Location
| icon | Topic | pluralName | documentation |
|---|---|---|---|
| Location | Locations |
Documentation
Example
AE/DU, AE/DU/Dubai, AF, AR, AT, AT/2, AT/6, AT/7, AT/9, AT/9/Vienna...more examples
Properties
| name | label | type | index | sortPos | primary key | mandatory | namespace | size | uploadable | default | inputType | allowedValues | documentation | values from | showInGrid | isLink | allow nulls? | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Location comment | comment | comment | Types/Text | 5 | 5 | false | false | false | textarea | false | false | false | ||||||
| Location coordinates | coordinates | coordinates | Types/Geographic coordinate | 4 | 4 | false | false | false | googlemaps | false | false | false | ||||||
| Location level | level | level | Types/Number | 3 | 3 | false | false | false | text | false | false | false | ||||||
| Location locationKind | locationKind | locationKind | Types/text | 6 | 6 | false | false | false | combobox | World,Continent,WorldRegion,Country,Region,City | false | false | false | |||||
| Location name | name | name | Types/Text | 1 | 1 | false | false | false | text | true | false | false | ||||||
| Location partOf | partOf | partOf | Types/Page | 7 | 7 | false | false | false | combobox | false | false | false | ||||||
| Location wikidataid | wikidataid | wikidataid | Types/External Identifier | 2 | 2 | false | false | false | text | This property of the datatype External identifier is used to provide the identifier with which an entity is indexed in Wikidata. Its external formatter URI is https://www.wikidata.org/entity/$1 | false | false | false |
uml
