Wikipedia:Tools/View it!
View it! is a tool in Development that will show users (editors, and hopefully readers) relevant Wikimedia Commons media depicting—or otherwise related to—the article they are reading. As the tool develops, this page will serve as a setup and help guide.

Rationale
The View it! tool will enrich Wikipedia content by offering an illustration of a given subject. This tool will increase the discovery of Wikimedia Commons uploads and encourage contributors to utilize Commons and structured data. While the number of images displayed in a Wikipedia article is finite and highly curated by editors, this tool will allow readers to access the full catalog of images available on Wikimedia Commons, and help editors easily add relevant items to a given article.
This page will serve as a space to document, receive feedback and ideas from the community, and list upcoming related meetings and training. As the tool is developed, changes will be noted and sections will be updated.
Localization
View it! has multilingual support! Add missing languages by expanding the localization instructions below. You can also make edits to existing languages here.
Expand for localization instructions
|
---|
Possible features
Through View it! users will be able to see a gallery of related images derived from queries of structured data. While depicts (P180) is relevant to all subjects, other points may be used as well, such as collection (P195), creator (P170), location of creation (P1071) among others. The gallery may be displayed in different environments, such as:
- A hosted Toolforge tool which users could link in their user interface (UI) when viewing an article; or
- A button that loads the gallery within the Wikipedia article when clicked.
The tool will be useful to both editors and readers. For logged-in editors, there will be additional features that enable:
- Removal of bad statements from Commons media, when unwanted results appear in the gallery (envision a one-click operation without leaving Wikipedia, with the tool utilizing a wbremoveclaims call on the backend).
- Ability to add an image to an article being edited from the auto-generated gallery with a click. This may be a generated code for the user to copy into the source editor, or possibly insert an actual image into the editor.
Updates
If you wish to be apart of beta testing or sign up for project updates, please visit the Meta page.

- Monthly update archive
- Beta testing announcement archive
- Monthly status updates are available on the Meta page.
- Meeting notes from the August 31, 2022 virtual presentation during the Wikimedians in Residence Exchange Network monthly meeting.
- [[metawiki:View_it!_Tool/Wikimania_notes|Notes] from the [metawiki:Wikimania_2022/Pittsburgh_Meetup|Wikimania 2022/Pittsburgh Meetup] presentation, "Discoverability, Structured Data & the View it! tool".
Actions
Translation
The development team is currently working to make View it! tool multilingual. Please help us with localization!
Install the beta script
We have beta script ready for those who wish to try out View it!; please feel free to share feedback and any issues you may have on our Meta page, on the Talk page here, or to our personal talk pages.
Across Wikimedia projects
To enable on all platforms:
1. Visit your global.js page on Meta: User:<YourUserName>/global.js
2. Copy in the code:
importScript( 'meta:User:SuperHamster/view-it.js' ); // Backlink: [[meta:User:SuperHamster/view-it.js]]
3. Click "Publish changes"



For Wikipedia only
If you wish to only enable View it! on English Wikipedia:
1. Visit your common.js page: User:<YourUserName>/common.js
2. Copy in the code:
importScript( 'meta:User:SuperHamster/view-it.js' ); // Backlink: [[meta:User:SuperHamster/view-it.js]]
3. Click "Publish changes"



After installation
Once installed you will see a "View" button next to the "Article" and "Talk" buttons on a page that is connected to Wikidata/Structured data.
View it! will also work on other Wikipedia projects:
The development team is currently working to make View it! tool multilingual. Please help us with localization!
Usage
- As of September 25th, 75 users have installed View it! across global, Commons, and various language specific projects.
- View it! has also been modified and added to other projects:
- It has been embedded in ITN Syndication
Funding
The project was funded for development by the Wikimedia Foundation's Structured Data Across Wikimedia project, and has a 6 month timeline. View it! will be completed by January 2023.
Team
To share opinions, wishes, or ask questions please leave a message on the talk page. If you wish to reach a team member directly, please feel free to leave a message on our respective talk pages:
- Project Manager - Dominic
- Lead Developer - SuperHamster
- Community Outreach Manager - JamieF
External links
- View it! on Phabricator