-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
99 lines (96 loc) · 4.02 KB
/
index.html
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>WDProp: Everything about Wikidata Properties: John Samuel</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="wdprop.js">
</script>
</head>
<body>
<div id="header">
<div id="logo"><a href="./index.html">WDProp</a>
<span id="subtitle">Everything about Wikidata properties</span>
</div>
<div id="headersearch">
<form action="./search.html" method="get">
<input id="headersearchtext" type="text" name="search" placeholder="Software, heritage" />
<button id="headersearchbutton" type="submit" value="Search">Search</button>
</form>
</div>
</div>
<div id="sidebar">
<div id="sidebarlinks">
<ul>
<li><a href="./languages.html">Languages</a></li>
<li><a href="./datatypes.html">Data types</a></li>
<li><a href="./properties.html">Properties</a></li>
<li><a href="./classes.html">Property Classes</a></li>
<li><a href="./provenance.html">Provenance</a></li>
<li><a href="./search.html">Search</a></li>
<li><a href="./compare.html">Compare</a></li>
<li><a href="templates/translated.html">Property Discussion</a></li>
<li><a href="./wikiprojects.html">Wikiprojects</a></li>
<li><a href="./wdprop.html">About</a> </li>
</ul>
</div>
</div>
<div id="content">
<div class="section">
<h2>Translation statistics by languages</h2>
<ul>
<li><a href="./languages.html">Supported languages</a></li>
<li><a href="./labels/translated.html">Translated Labels</a></li>
<li><a href="./descriptions/translated.html">Translated Descriptions</a></li>
<li><a href="./aliases/translated.html">Translated Alias</a></li>
<li><a href="./translated.html">Overall Translation Statistics</a></li>
<li><a href="./untranslated.html">Missing Translation Statistics</a></li>
</ul>
</div>
<div class="section">
<h2>Navigate properties</h2>
<ul>
<li><a href="./properties.html">Browse all properties</a></li>
<li><a href="./datatypes.html">Browse by datatype</a></li>
<li><a href="./classes.html">Browse all classes</a></li>
<li><a href="./propertydesc.html">Browse by properties describing properties</a></li>
<li><a href="./provenance.html">Browse properties with provenance information</a></li>
</ul>
</div>
<div class="section">
<h2>Search properties</h2>
<ul>
<li><a href="./search.html?search=software&language=en">Search</a></li>
</ul>
</div>
<div class="section">
<h2>Compare translation statistics</h2>
<ul>
<li><a href="./compare.html?languages=en, fr">Compare</a></li>
</ul>
</div>
<div class="section">
<h2>Wikidata property discussion</h2>
<ul>
<li><a href="./templates/translated.html">Translated Templates</a></li>
</ul>
</div>
<div class="section">
<h2>Wikidata WikiProjects</h2>
<ul>
<li><a href="./wikiprojects.html">WikiProjects</a></li>
<li><a href="./wikiproject.html?search=heritage">Search WikiProjects</a> (e.g., heritage)</li>
</ul>
</div>
<div class="section">
<h2>About</h2>
<ul>
<li><a href="./wdprop.html">About</a></li>
</ul>
</div>
</div>
<div id="footer">
<p id="footertext">Powered by <a href="https://www.wikidata.org/">Wikidata</a> and <a href="https://mediawiki.org/">MediaWiki</a> API</p>
</div>
</body>
</html>