Template:NoClick: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
bleh... should read known bugs first before tryin to use it -.- |
||
| Line 4: | Line 4: | ||
desc none | desc none | ||
</imagemap></includeonly><noinclude> | </imagemap></includeonly><noinclude> | ||
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint | |||
|mode=important | |||
|title_desc=Not supported... | |||
|desc=This feature is not yet supported by the imagemap extension. See [http://www.mediawiki.org/wiki/Extension_talk:ImageMap#Broken.3F here]. | |||
In case this should ever change, this template should work as intended. | |||
}} | |||
== Info == | == Info == | ||
This template turns images to be not clickable. | This template turns images to be not clickable. | ||
| Line 22: | Line 30: | ||
|{{NoClick|Help-Portal-Head.png|50px}} | |{{NoClick|Help-Portal-Head.png|50px}} | ||
|- | |- | ||
|<nowiki>{{NoClick|Help-Portal-Head.png}}</nowiki> | |<nowiki>{{NoClick|Help-Portal-Head.png|50px|center}}</nowiki> | ||
|{{NoClick|Help-Portal-Head.png|50px|center}} | |{{NoClick|Help-Portal-Head.png|50px|center}} | ||
|- | |- | ||
|<nowiki>{{NoClick|Help-Portal-Head.png}}</nowiki> | |<nowiki>{{NoClick|Help-Portal-Head.png|thumb}}</nowiki> | ||
|{{NoClick|Help-Portal-Head.png|thumb}} | |{{NoClick|Help-Portal-Head.png|thumb}} | ||
|- | |- | ||
|<nowiki>{{NoClick|Help-Portal-Head.png}}</nowiki> | |<nowiki>{{NoClick|Help-Portal-Head.png|thumb|description|30px}}</nowiki> | ||
|{{NoClick|Help-Portal-Head.png|thumb|description|30px}} | |{{NoClick|Help-Portal-Head.png|thumb|description|30px}} | ||
|} | |} | ||
</noinclude> | </noinclude> | ||
Revision as of 08:21, 3 December 2008
| Important! Not supported... | |
|
This feature is not yet supported by the imagemap extension. See here. In case this should ever change, this template should work as intended. |
Info
This template turns images to be not clickable.
Usage
{{NoClick|Image:YourImage.jpg}}
It can have four more attributes for alignement, size and the thumbs description, like known from the usual image syntax.
Examples
| Input | Output |
|---|---|
| {{NoClick|Help-Portal-Head.png}} | Error: Must specify an image in the first line. |
| {{NoClick|Help-Portal-Head.png|50px|center}} | Error: Must specify an image in the first line. |
| {{NoClick|Help-Portal-Head.png|thumb}} | Error: Must specify an image in the first line. |
| {{NoClick|Help-Portal-Head.png|thumb|description|30px}} | Error: Must specify an image in the first line. |