Template:ClickInternal: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
(IE fix)
(See my talk page; changing those back until we can get a solution figured out, but I LOVE the mouseover change idea)
Line 1: Line 1:
<includeonly><div style="display: inline-block; height: {{{height}}}; width: {{{width}}}; overflow: hidden; vertical-align: text-bottom;">[[{{{link}}}|<span style="position: absolute; display: block; font-size: 1000px; line-height: 1; height: {{{height}}}; width: {{{width}}};" title="{{{mouseover|{{{link}}}}}}">&emsp;</span>]][[Image:{{{image}}}|{{{width}}}]]<span style = "background-color: #f08; display: block; width: 100%; height: 100%;">'''Use a smaller height''' if you can see this message.</span></div></includeonly><noinclude>
<includeonly><div style="display: inline-block; height: {{{height}}}; width: {{{width}}}; overflow: hidden; vertical-align: text-bottom;">[[{{{link}}}|<span style="position: absolute; display: block; font-size: 0px; height: {{{height}}}; width: {{{width}}};" title="{{{mouseover|{{{link}}}}}}">&emsp;</span>]][[Image:{{{image}}}|{{{width}}}]]<span style = "background-color: #f08; display: block; width: 100%; height: 100%;">'''Use a smaller height''' if you can see this message.</span></div></includeonly><noinclude>
===Usage===
===Usage===
Give images your own link.
Give images your own link.

Revision as of 00:42, 27 August 2010

Usage

Give images your own link.

  • link and image don't need square brackets.
  • height and width must be specified in px and should match the image's size.
    • If the sizes are not correct, you may see a message with a hot pink background; simply decrease the height
  • mouseover is optional (and will default to link)

Example

{{ClickInternal
 |link=Example Page
 |image=Example.jpg
 |width=200px
 |height=150px
 |mouseover=You'll see this when you mouseover the image
}}

Will produce:

Example.jpgUse a smaller height if you can see this message.