-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwikiproject.html
More file actions
70 lines (67 loc) · 2.82 KB
/
Copy pathwikiproject.html
File metadata and controls
70 lines (67 loc) · 2.82 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>WDProp: Everything about Wikidata Properties: John Samuel</title>
<link rel="manifest" href="manifest.webmanifest" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="theme.js"></script>
<script defer src="ready.js"></script>
<script defer src="activity.js"></script>
<script defer src="shell.js"></script>
<script defer src="actions.js"></script>
<script defer src="pager.js"></script>
<script defer type="text/javascript" src="i18n.js"></script>
<script defer type="text/javascript" src="i18n/en.js"></script>
<script defer src="download.js"></script>
<script defer type="text/javascript" src="wdprop.js">
</script>
<script defer type="text/javascript" src="offline.js"></script>
<script defer type="text/javascript" src="mwwdprop.js">
</script>
<script defer src="pageinit.js"></script>
</head>
<body>
<wdprop-shell></wdprop-shell>
<div id="content" role="main" tabindex="-1">
<div class="section">
<h2 data-i18n="page.wikidataWikiProject">Wikidata WikiProject</h2>
<h2 id="WikiProject"></h2>
<div id="allProperties"></div>
<h3 data-i18n="page.query">Query</h3>
<div id="allPropertiesQuery"></div>
</div>
<div class="section">
<h2 data-i18n="page.countLabels">Count of translated labels</h2>
<div id="translatedLabelsCount">
</div>
<h3 data-i18n="page.query">Query</h3>
<div id="translatedLabelsCountQuery"></div>
</div>
<div class="section">
<h2 data-i18n="page.countDescriptions">Count of translated descriptions</h2>
<div id="translatedDescriptionsCount">
</div>
<h3 data-i18n="page.query">Query</h3>
<div id="translatedDescriptionsCountQuery"></div>
</div>
<div class="section">
<h2 data-i18n="page.countAliases">Count of translated aliases</h2>
<div id="translatedAliasesCount">
</div>
<h3 data-i18n="page.query">Query</h3>
<div id="translatedAliasesCountQuery"></div>
</div>
<div class="section">
<h3 data-i18n="page.examples">Examples</h3>
<ul>
<li><a href="./search.html?searchproject=heritage">WikiProjects related to Heritage</a></li>
<li><a href="./search.html?searchproject=programming+language">WikiProjects related to programming language</a></li>
</ul>
</div>
</div>
<div id="footer" role="contentinfo">
<p id="footertext" data-i18n-html="app.footer">Powered by <a href="https://www.wikidata.org/">Wikidata</a> and <a href="https://mediawiki.org/">MediaWiki</a> API</p>
</div>
</body>
</html>