-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions_test.js
77 lines (76 loc) · 1.16 KB
/
options_test.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
let search_cond =
[
{
"id": "cond1",
"ctext": " 分類[wdt:P31] 例)wd:Q16521(タクソン),wd:Q746549(料理)",
"cond": "wdt:P31",
"val": "",
"type": "ID",
"const": false
},
{
"id": "cond2",
"ctext": "上位クラス 例)\twd:Q746549(料理)",
"cond": "wdt:P279",
"val": "",
"type": "ID",
"const": false
},
{
"id": "cond3",
"ctext": "",
"cond": "",
"val": "",
"type": "ID",
"const": false
},
{
"id": "cond4",
"ctext": "",
"cond": "",
"val": "",
"type": "ID",
"const": false
},
{
"id": "cond5",
"ctext": "",
"cond": "",
"val": "",
"type": "ID",
"const": false
}
];
let search_prop =
[
{
"id": "opt1",
"prop": "wdt:P31",
"pname": "分類",
"optional": true
},
{
"id": "opt2",
"prop": "wdt:P279",
"pname": "上位クラス",
"optional": true
},
{
"id": "opt3",
"prop": "",
"pname": "",
"optional": false
},
{
"id": "opt4",
"prop": "",
"pname": "",
"optional": false
},
{
"id": "opt5",
"prop": "",
"pname": "",
"optional": false
}
];