| 1 | Preset for wikidata tags. |
| 2 | Includes : |
| 3 | - wikidata=* |
| 4 | - brand:wikidata=* |
| 5 | - operator:wikidata=* |
| 6 | - name:etymology:wikidata=* |
| 7 | |
| 8 | == Changelog == |
| 9 | - [v0.1]: Initial Release. |
| 10 | |
| 11 | == Preset's Code == |
| 12 | {{{ |
| 13 | #!preset |
| 14 | <?xml version="1.0" encoding="UTF-8"?> |
| 15 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| 16 | author="whatismoss" |
| 17 | version="0.[[revision]]_[[date]]" |
| 18 | description="Presets for Wikidata tags" |
| 19 | shortdescription="Wikidata" |
| 20 | fr.description="Préréglages pour les tags Wikidata" |
| 21 | icon="wikidata.png"> |
| 22 | |
| 23 | <group name="Wikidata" fr.name="Wikidata" icon="wikidata.png"> |
| 24 | |
| 25 | <item name="Object" fr.name="Objet" type="way,closedway,node,relation" icon="wikidata.png"> |
| 26 | |
| 27 | <label text="Wikidata code corresponding to the object itself" fr.text="Code Wikidata correspondant l'objet lui-même" /> |
| 28 | <text key="wikidata" text="Wikidata Q code" fr.text="Code Q wikidata" /> |
| 29 | <link text="More information on the wiki" fr.text="Plus d'informations sur le wiki" href="https://wiki.openstreetmap.org/wiki/Key:wikidata"/> |
| 30 | </item> |
| 31 | <item name="Operator" fr.name="Opérateur" type="way,closedway,node,relation" icon="wikidata.png"> |
| 32 | |
| 33 | <label text="Wikidata code corresponding to the operator tag of the object" fr.text="Code Wikidata correspondant au tag operator l'objet" /> |
| 34 | <text key="operator:wikidata" text="Wikidata Q code" fr.text="Code Q wikidata" /> |
| 35 | <label text="The object's operator" fr.text="L'opérateur de l'objet" /> |
| 36 | <text key="operator" text="Operator" fr.text="Opérateur" /> |
| 37 | <link text="More information on the wiki" fr.text="Plus d'informations sur le wiki" href="https://wiki.openstreetmap.org/wiki/Key:operator:wikidata"/> |
| 38 | </item> |
| 39 | <item name="Brand" fr.name="Marque" type="way,closedway,node,relation" icon="wikidata.png"> |
| 40 | |
| 41 | <label text="Wikidata code corresponding to the brand tag of the object" fr.text="Code Wikidata correspondant au tag brand l'objet" /> |
| 42 | <text key="brand:wikidata" text="Wikidata Q code" fr.text="Code Q wikidata" /> |
| 43 | <label text="The object's brand" fr.text="La marque de l'objet" /> |
| 44 | <text key="brand" text="Brand" fr.text="Marque" /> |
| 45 | <link text="More information on the wiki" fr.text="Plus d'informations sur le wiki" href="https://wiki.openstreetmap.org/wiki/Key:brand:wikidata"/> |
| 46 | </item> |
| 47 | <item name="Etymology" fr.name="Etymologie" type="way,closedway,node,relation" icon="wikidata.png"> |
| 48 | |
| 49 | <label text="Wikidata code corresponding to the name:etymology tag of the object" fr.text="Code Wikidata correspondant au tag name:etymology l'objet" /> |
| 50 | <text key="name:etymology:wikidata" text="Wikidata Q code" fr.text="Code Q wikidata" /> |
| 51 | <label text="Etymology of the object's name" fr.text="Etymologie du nom de l'objet" /> |
| 52 | <text key="name:etymology" text="Etymology of name" fr.text="Etymologie du nom" /> |
| 53 | <link text="More information on the wiki" fr.text="Plus d'informations sur le wiki" href="https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata"/> |
| 54 | </item> |
| 55 | |
| 56 | </group> |
| 57 | |
| 58 | </presets> |
| 59 | }}} |