添加替代文本和 MediaWiki 图像库的链接
In MediaWiki I want to display a gallery of images with alt text (tool tip) and a link to another page.
This can easily be done for a single image. Does anyone know how to do this for an image gallery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
感谢维基百科提供的这个很好的答案。如果您使用以下代码,它也可以在没有图像映射扩展的情况下工作:
有关演示,请查看 http://www.linuxintro.org
Thank you wikis for this great answer. It also works without the imagemap extension if you use this code:
For a demo look at http://www.linuxintro.org
对于那些感兴趣的人,有一个解决方法。您可以将图像放在表格中。这样您就可以使用链接和工具提示的 ImageMap 功能。您还可以在下面添加一行作为标题(也可以是链接)。
所以,代码是例如:
For those interested, there is a workaround. You can put the images in a table. That way you can use the ImageMap functionality for the link and tool tip. You can also add a row below for the caption (which can also be a link).
So, the code is e.g.: