Preface:
One can usually create links to a certain page n (pagenumber) in PDF files by
composing links such as http://server/foo.pdf#Page=n
This also works using external links in _MediaWiki_:
- http://server/foo.pdf#Page=n (ok.)
- [http://server/foo.pdf#Page=n other text] (ok.)
But when you want to link to a certain page in an uploaded PDF file foo.pdf
- [[media:foo.pdf#Page=n]] (not ok.) -> does _not_ work.
- [[media:foo.pdf#Page=n|other text]] (not ok.) -> does _not_ work.
I kindly ask the experts to enable the correct rendering of such links
[[media:foo.pdf#Page=n]]
Version: 1.20.x
Severity: enhancement
URL: http://www.mediawiki.org/wiki/Bugzilla/4198