This analysis tool allows seeing the wikidata behind articles through the lens of the infoboxes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Raymon Zutekouw 9b2d592a48
Fetch name for wiki property by querying label
2 days ago
examples/templates Extract used wikidata properties from infobox template 3 days ago
src Fetch name for wiki property by querying label 2 days ago
.gitignore Init 1 week ago
Cargo.lock Fetch name for wiki property by querying label 2 days ago
Cargo.toml Fetch name for wiki property by querying label 2 days ago
LICENSE-APACHE Init 1 week ago
LICENSE-MIT Init 1 week ago
README.md Init 1 week ago

README.md

Wikipedia Infobox Analyzer

On wikipedia there are different kinds of infoboxes. Each modern infobox retrieves data from wikidata. But due to legacy, many of the infoboxes still use manual values.

This analysis tool allows seeing the wikidata behind articles through the lens of the infoboxes. It will detect if expected fields are missing in the wikidata, or if they are manually set on the article that uses the template.

Infoboxes are interesting, as there are these two things to check. Analysis on an entire wikidata item is out of scope.