Page MenuHomePhabricator

Feature request: Images that dont link to the source image
Closed, ResolvedPublic

Description

Author: csmith

Description:
Currenty all images link to the Image:Imagename.jpg page, however in some
instances we dont want the images to link anywhere at all.

I think a simple piped option in the image tag could achieve this, such as
"no-link".

example:
[[Image:Wiki.png|Caption text|right|150px|no-link]].

So this would display the image on the page, without a link to the full size image.


Version: 1.5.x
Severity: enhancement
OS: Linux
Platform: PC

Details

Reference
bz5332

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:10 PM
bzimport set Reference to bz5332.
bzimport added a subscriber: Unknown Object (MLST).

csmith wrote:

alternatively, maybe a link could also be specified in the image tag to make the
image link to a particular page.

example: something like [[Image:Wiki.png|Caption text|right|150px|link:WikiPage]]

  • This bug has been marked as a duplicate of 539 ***

csmith wrote:

Well i'd rather the image didnt link anywhere, so not really a duplicate of that
bug, since that bug is about making the link go somewhere else, but thanks
anyway. I'll write a plugin that doesn what I want.