Template:Click/doc

From Simple English Wikipedia, the free encyclopedia

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[change source]

Usage[change source]

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, or x«height»px.
  • The link parameter specifies the page to which the image should link. It defaults to the Main Page when not specified.
  • The title 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. CURRENTLY BROKEN

Examples[change source]

{{Click
|image  = Wikimedia-logo.svg
|size   = 100x100px
|link   = :meta:Template:Click
}}

Which will produce:

:meta:Template:Click

Further examples[change source]

{{Click
|image  = Example svg.svg
|size   = 100x100px
|title  = Template:Click
|link   = :meta:Template:Click
}}

Which will produce:

Template:Click


{{Click
|image  = Example svg.svg
|size   = 100px
|title  = Template:Click
|link   = :meta:Template:Click
}}

Which will produce:

Template:Click


{{Click
|image  = Example svg.svg
|size   = x100px
|title  = Template:Click
|link   = :meta:Template:Click
}}

Which will produce:

Template:Click