https://bugzilla.wikimedia.org/show_bug.cgi?id=57187

       Web browser: ---
            Bug ID: 57187
           Summary: Value of "Artist" should have a full URL
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
               URL: https://commons.wikimedia.org/w/api.php?action=query&t
                    itles=File:Saint%20Panteleimon%20Church,%20Shevchenkov
                    e,%20Ukraine-1666.jpg&prop=imageinfo&iiprop=extmetadat
                    a&format=jsonfm
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: CommonsMetadata
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The "author" field of the information template, which matched with the "Artist"
key in extmetadata, should have a full URL instead of a local URL.

Status quo:

"Artist": { 
"value": "<a href=\"/wiki/User:Elya\" title=\"User:Elya\">Elke Wetzig</a>",
"source": "commons-desc-page"
}

Expected output:

"Artist": { 
"value": "<a href=\"https://commons.wikimedia.org/wiki/User:Elya\";
title=\"User:Elya\">Elke Wetzig</a>",
"source": "commons-desc-page"
}

Otherwise the value is unusable outside Wikimedia Commons.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to