User:Bargioni/PrefRank config.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.
// This is User:Bargioni's personal config file of PrefRank Wikidata gadget.
// The default configuration file is https://www.wikidata.org/wiki/User:Bargioni/PrefRank_default_config.js

if (mw.PrefRank === undefined) mw.PrefRank = {};
mw.PrefRank.config = {
	"instances" : ["Q5"], // list of instances
	"properties" : [ "P19", "P20", "P569", "P570", "P1317", "P2031", "P2032" ], // list of properties
	"button" : "click_on_rank_icon", // allowed values: "special_icon" or "click_on_rank_icon"
	"special_icon_img_src" : "https://upload.wikimedia.org/wikipedia/commons/0/04/Starred_checkmark_big_star_with_mark_on_top.svg", // icon if choosen button is "special_icon"
	"special_icon_img_width" : "22px", // width of special_icon_img
	"rank_icon_border_color" : "lightgreen", // RGB or color name, if choosen button is "click_on_rank_icon"
	"background-color" : "yellow", // background color of the selected claim
	"motivations" : [ "Q71536040", "Q98386534", "Q97479954", "Q0" ], // list of Qs from Q76637123, default to the first one
	"strings" : { // the language code of your preferred language will be used, default "en"
		"en" : {
			"tooltip" : "click to set this value as preferred...",
			"dialog_title" : "Choose a motivation",
			"dialog_comment1" : "You are going to use",
			"dialog_comment2" : "as the preferred value for",
			"dialog_comment3" : "Please, choose a motivation.\nIf you choose \"NONE\", you may want to reload the page and manually add another motivation.",
			"motivation_labels" : [
				"most precise value", // Q71536040
				"best referenced value", // Q98386534
				"source considered most trustworthy", // Q97479954
				"NONE", // Q0 (fictitious)
			],
		},
		"it" : {
			"tooltip" : "click per indicare questo valore come preferito...",
			"dialog_title" : "Scegli un motivo",
			"dialog_comment1" : "Stai per indicare",
			"dialog_comment2" : "come valore preferito per",
			"dialog_comment3" : "<br/>Scegli un motivo.<br/>Se scegli \"NESSUNO\", è consigliabile ricaricare la pagina e impostare un altro motivo manualmente.",
			"motivation_labels" : [
				"valore più preciso", // Q71536040
				"valore con più fonti", // Q98386534
				"fonte considerata molto attendibile", // Q97479954
				"NESSUNO", // Q0 (fittizio)
			],
		},
		"es" : {
			"tooltip" : "click para seleccionar este valor como preferido...",
			"dialog_title" : "Escoge una motivación",
			"dialog_comment1" : "Estás a punto de elegir",
			"dialog_comment2" : "como valor preferido de",
			"dialog_comment3" : "<br/>Escoge una motivación.<br/>Si eliges \"NINGUNA\", sería conveniente recargar la página y luego indicar otra motivación manualmente.",
			"motivation_labels" : [
				"valor más preciso", // Q71536040
				"valor con más fuentes", // Q98386534
				"fuente considerada muy fiable", // Q97479954
				"NINGUNA", // Q0 (ficticio)
			],
		},
	}
};