Difference between revisions of "MediaWiki:Gadget-QuickPresets/defaultconf.js"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
quick_props = [ | quick_props = [ | ||
| + | { | ||
| + | qid: 0, | ||
| + | name: "all", | ||
| + | defaults: [ | ||
| + | { | ||
| + | name: "instance", | ||
| + | pid: 3, | ||
| + | values: [ | ||
| + | {name: "data controller", qid: 96}, | ||
| + | {name: "company", qid: 64}, | ||
| + | {name: "scholarly article", qid: 210}, | ||
| + | ] | ||
| + | } | ||
| + | ] | ||
| + | }, | ||
{ | { | ||
qid: 96, | qid: 96, | ||
| Line 24: | Line 39: | ||
] | ] | ||
}, | }, | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
]; | ]; | ||
Revision as of 21:56, 2 January 2020
quick_props = [
{
qid: 0,
name: "all",
defaults: [
{
name: "instance",
pid: 3,
values: [
{name: "data controller", qid: 96},
{name: "company", qid: 64},
{name: "scholarly article", qid: 210},
]
}
]
},
{
qid: 96,
name: "data controller",
defaults: [
{
name: "compliance",
pid: 32,
values: [
{name: "privacy policy", qid: 29},
]
},
]
},
{
qid: 401,
name: "organization",
defaults: [
{
name: "website",
pid: 15,
values: []
},
]
},
];