VisualEditor displays attribution details for media files, including licensing, author, and uploader information.
When you're in VisualEditor select Insert from Toolbar, then select Images and Media. This shows you a modal with your recent uploads, but also allows you to search across Wiki/Commons. By searching for any image, let's say "Mona Lisa" you will be listed all available images, select first one and you should see a Media information like this:
.
Goals:
• Get VisualEditor working locally
• Identify the mechanism used to fetch attribution ( Licence, Author, Uploaded ) information.
• Determine whether retrieving the data requires parsing the full article content.
• Evaluate whether attribution logic should be centralized in WikimediaCustomizations, or if it can be implemented directly within the Attribution module ( in other words, how much logic would need to duplicate in both MultimediaViewer and Customizations )
VisualEditor documentation: https://www.mediawiki.org/wiki/Extension:VisualEditor
