Template:Click/doc
This is a documentation subpage for Template:Click. It contains usage information, categories and other content that is not part of the original template page. |
This template links an image to a page other than its image description page. It has been updated to avoid the accessibility problems caused by an earlier version.
Prerequisites
- MediaWiki 1.14 (rev:41789) or later
Usage
To use this template, simply copy the text below and replace the text between the <...> with the desired result.
{{Click |image = <image to be linked> |size = <size of the image> |link = <page the image must link to> |title = <the label for the image, optional> }}
- The
image
parameter specifies the image to be used. It defaults to Image:Transparent.gif when not specified. - The
size
parameter specified the maximum size of the image, either in the format«width»x«height»px
,«width»px
, orx«height»px
. - The
link
parameter specifies the page to which the image should link. It defaults to the Main Page when not specified. TheCURRENTLY BROKENtitle
parameter specifies text to be used in the tooltip (text which appears on hovering the mouse over the image) and as alternative text if the image fails to load. It is entirely optional, and defaults to the text of the title of the page to which the image links.
Examples
{{Click |image = Wikimedia-logo.svg |size = 100x100px |link = :meta:Template:Click }}
Which will produce:
Further examples
{{Click |image = Example svg.svg |size = 100x100px |title = Template:Click |link = :meta:Template:Click }}
Which will produce:
{{Click |image = Example svg.svg |size = 100px |title = Template:Click |link = :meta:Template:Click }}
Which will produce:
{{Click |image = Example svg.svg |size = x100px |title = Template:Click |link = :meta:Template:Click }}
Which will produce:
{{Click |image = Example svg.svg |title = Template:Click |link = :meta:Template:Click }}
Which will produce:
- REDIRECT Template:See also