User:Aluxosm/quickpresets settings.js

From Wikidata
Jump to navigation Jump to search

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: 5,
		name: "Human",
		defaults: [
			{
				name: "Gender",
				pid: 21,
				values: [
					{name: "male", qid: 6581097},
		            {name: "female", qid: 6581072}
		           ]
			},
			{
				name: "Occupation",
				pid: 106,
				values: [
		            {name: "Researcher", qid: 1650915}
		           ]
			},
			{
				name: "WikiProject",
				pid: 6104,
				values: [
		            {name: "YDIH", qid: 109710030}
		           ]
			},
		]
	},
	{
		qid: 13442814,
		name: "Scholarly article",
		defaults: [
			{
				name: "Main subject",
				pid: 921,
				values: [
					]
			},
			{
				name: "Reply to",
				pid: 2675,
				values: [
					]
			},
			{
				name: "Full work at URL",
				pid: 953,
				values: [
					]
			}
		]
	},
	{
		qid: 61855877,
		name: "Podcast",
		defaults: [
			{
				name: "Talk show guest",
				pid: 5030,
				values: [
					]
			},
			{
				name: "Publication date",
				pid: 577,
				values: [
					]
			}
		]
	}
];