Don't know, if that's the correct way, but it is done in SRF for the
excel format:
https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/formats/excel/SRF_Excel.php#L249

On 19 January 2015 at 19:45, Jeroen De Dauw <jeroended...@gmail.com> wrote:
> Hey,
>
> On my local wiki I have a page with the name "File:Blue marker.png". The
> following code returns false:
>
> $title = Title::makeTitle( NS_FILE, $file );
> $title->exists();
>
> That used to return true in the past. Not sure what is broken - my wiki or
> MediaWiki itself.
>
> What I want to do is go from string page name, such as "File:Blue
> marker.png", to full URL, such as "
> http://localhost/phase3/images/6/6f/Blue_marker.png";. What is the
> recommended way of doing this now (that works on MW 1.19 and later)?
>
> Cheers
>
> --
> Jeroen De Dauw - http://www.bn2vs.com
> Software craftsmanship advocate
> Evil software architect at Wikimedia Germany
> ~=[,,_,,]:3
> _______________________________________________
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to