User:Nortix08/quickpresets settings.js

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
quick_props = [
   {
      qid: 483453, // Only apply this preset-block for items with instance of (P31) set to
      name: "Zierbrunnen", // Label that should be shown for this group
      defaults: [ // List all Preset for this group

         {
            name: "Staat",
            pid: 17,        
            values: [      
               {name: "Deutschland", qid: 183},
                 ]
         },
         {
            name: "Verwaltungseinheit",
            pid: 131,        
            values: [      
               {name: "Ahlem-Badenstedt-Davenstedt", qid: 400430},
               {name: "Bothfeld-Vahrenheide", qid: 894709 },
               {name: "Buchholz-Kleefeld", qid: 998471},
               {name: "Döhren-Wülfel", qid: 1271022},
               {name: "Herrenhausen-Stöcken", qid: 470577},
               {name: "Kirchrode-Bemerode-Wülferode", qid: 1743368},
               {name: "Linden-Limmer", qid: 1826001},
               {name: "Misburg-Anderten", qid: 1938597},
               {name: "Mitte", qid: 883803},
               {name: "Nord", qid: 1997469},
               {name: "Ricklingen", qid: 1417763},
               {name: "Südstadt-Bult", qid: 2381488},
               {name: "Vahrenwald-List", qid: 915149},
                 ]
         },
         {
            name: "statistische Einheit",
            pid: 8138,        
            values: [      
               {name: "Mitte", qid: 97612386},
                 ]
          }

      // Next group of presets for another type of items comes here.
      ]
   },
   {qid: 5, // Only apply this preset-block for items with instance of (P31) set to
      name: "Mensch", // Label that should be shown for this group
      defaults: [ // List all Preset for this group

         {
            name: "Begräbnisort",
            pid: 119,        
            values: [      
               {name: "Stadtfriedhof Engesohde", qid: Q2327118},
                 ]
        	 }
    	 ]
   }
]