mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-16 16:20:33 +02:00
Add historic=aircraft preset (#1556)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "aircraft:model",
|
||||
"type": "combo",
|
||||
"label": "Aircraft Model"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "aircraft:model:wikidata",
|
||||
"keys": [
|
||||
"aircraft:model:wikidata",
|
||||
"aircraft:model:wikipedia"
|
||||
],
|
||||
"type": "wikidata",
|
||||
"label": "Aircraft Model Wikidata"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "aircraft:type",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"military": "Military",
|
||||
"helicopter": "Helicopter",
|
||||
"airliner": "Airliner",
|
||||
"jet": "Jet",
|
||||
"fixed_wing": "Fixed Wing",
|
||||
"cargo": "Cargo",
|
||||
"glider": "Glider"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "manufacturer:wikidata",
|
||||
"keys": [
|
||||
"manufacturer:wikidata",
|
||||
"manufacturer:wikipedia"
|
||||
],
|
||||
"type": "wikidata",
|
||||
"label": "Manufacturer Wikidata"
|
||||
}
|
||||
Reference in New Issue
Block a user