Hi!
I have an untypical question. It is possible to join two files (Media:
and File:
) in one link in the Wiki markup language?
For example:
[[Media:Python_Programming.pdf|[[File:Farm-Fresh_file_extension_pdf.png]]Python Programming]]
↑ ↑
|--------------------------- one link to the pdf file with pdf icon ------------------------|
Of course, the above example does not work, but the same code as above in HTML language would look like this:
<a href="http://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf">
<img src="http://upload.wikimedia.org/wikipedia/commons/8/84/Farm-Fresh_file_extension_pdf.png" />Python Programming</a>
So far I have managed to do something like that code:
[[File:Farm-Fresh_file_extension_pdf.png|link={{filepath:Python_Programming.pdf}}]][[Media:Python_Programming.pdf|Python Programming]]
Which gives the following effect:
But unfortunately this is not a single link as the whole. (The PDF icon is one link and text is another link to the same location)
I will be grateful for some help or any hits.
Best regards,
--
Danny