How do I get link to an image on wikipedia from the infobox? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T03:13:16Zhttp://stackoverflow.com/feeds/question/1026337http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1026337/how-do-i-get-link-to-an-image-on-wikipedia-from-the-infobox0How do I get link to an image on wikipedia from the infobox?Ali2009-06-22T09:50:09Z2009-06-22T14:12:35Z
<p>Hi guys, I'm parsing wikipedia infoboxes and I noticed that some infoboxes have image fields - these fields hold names of image files stashed on wikipedia somewhere. However they just contain the name of the file as is as opposed to the actual link. </p>
<p>I checked the links of the images on real live infoboxes and the links do not seem to be from one source but the sources vary. How can I hyperlink to an image on wikipedia considering I only have the name of the image from an infobox entry.</p>
http://stackoverflow.com/questions/1026337/how-do-i-get-link-to-an-image-on-wikipedia-from-the-infobox/1027444#10274440Answer by jimyi for How do I get link to an image on wikipedia from the infobox?jimyi2009-06-22T14:12:35Z2009-06-22T14:12:35Z<p>Have you tried <code>http://en.wikipedia.org/wiki/File:filename.jpg</code> ? Even if the files are located on Wikimedia Commons, the above URL should still work.</p>
<p>Edit: Are you trying to hotlink the image? If so, Wikipedia prohibits hotlinking. <a href="http://commons.wikimedia.org/wiki/Commons:Reusing%5Fcontent%5Foutside%5FWikimedia#Hotlinking" rel="nofollow">http://commons.wikimedia.org/wiki/Commons:Reusing_content_outside_Wikimedia#Hotlinking</a></p>