Задача: Вставлять картинку со стороннего сайта напрямую в текст, зная её URL.
Решение:
http://www.mediawiki.org/wiki/Help:Images#Files_at_other_websitesWhen set to true, users can bring in an inline image from an external URL. They do this simply by sticking the full URL into the wiki text (without any other surrounding markup being required) That is the direct URL to an image resource on another website.
When set to false, the full URL appears as a text link to the image.
Note that if you want to allow images from a single trusted source (e.g. from within your own domain) then set this to false, and use $wgAllowExternalImagesFrom.
http://www.mediawiki.org/wiki/Manual:$wgAllowExternalImagesПожалуйста, найдите в настройках mediawiki этот параметр и поставьте его на true.
Сейчас я вставляю URL картинки и получаю в тексте этот URL, а требуется получать картинку в тексте.