Add historic=aircraft preset (#1556)

This commit is contained in:
novoLife
2025-05-23 14:58:09 +02:00
committed by GitHub
parent caebe1a9b4
commit 5b54723087
5 changed files with 66 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "aircraft:model",
"type": "combo",
"label": "Aircraft Model"
}
+9
View File
@@ -0,0 +1,9 @@
{
"key": "aircraft:model:wikidata",
"keys": [
"aircraft:model:wikidata",
"aircraft:model:wikipedia"
],
"type": "wikidata",
"label": "Aircraft Model Wikidata"
}
+16
View File
@@ -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"
}
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"key": "manufacturer:wikidata",
"keys": [
"manufacturer:wikidata",
"manufacturer:wikipedia"
],
"type": "wikidata",
"label": "Manufacturer Wikidata"
}