Template:ClickInternal: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
m (Brain fart)
No edit summary
Line 8: Line 8:
*<s>''mouseover'' is optional (and will default to ''link'')</s>
*<s>''mouseover'' is optional (and will default to ''link'')</s>


<span style="color:#f00">'''This template is [[wikipedia:depricated|depricated]] due to the wiki software update on 2011-04-21.'''</span> <nowiki>[[File:Example.jpg|link=Example Page|width=200px|Whatever mouseover text you want]]</nowiki> fullfills this function. The template has been simplified to make use of this feature. It is advised to not bother with this template.
<span style="color:#f00">'''This template is [[wikipedia:depricated|depricated]] due to the wiki software update on 2011-04-21.'''</span> <code><nowiki>[[File:Example.jpg|link=Example Page|width=200px|Whatever mouseover text you want]]</nowiki></code> fullfills this function. The template has been simplified to make use of this feature. It is advised to not bother with this template.


===Example===
===Example===

Revision as of 04:12, 22 April 2011

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)

This template is depricated due to the wiki software update on 2011-04-21. [[File:Example.jpg|link=Example Page|width=200px|Whatever mouseover text you want]] fullfills this function. The template has been simplified to make use of this feature. It is advised to not bother with this template.

Example

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

Will produce:

You'll see this when you mouseover the image