User:Romain2boss/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: 43229,               // Only apply this preset-block for items with instance of (P31) set to 5
      name: "Organization",        // Label that should be shown for this group
      defaults: [           // List all Preset for this group
         {
            name: "Industry",
            pid: 452,        // ID of the property that should be proposed
            values: [       // values of the items that should be proposed for this pid
               {name: "Space", qid: 2729047},
               {name: "Aerospace", qid: 3477363},
               {name: "Aviation", qid: 1875606}
                 ]
         }
      ]
   },
]