Template:NoClick: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
poly 0 0 [[:{{{1}}}]] | poly 0 0 [[:{{{1}}}]] | ||
desc none | desc none | ||
</imagemap></includeonly><noinclude> | </imagemap></includeonly><noinclude>{{User:Kuraiko_Yoshikawa/sandbox/Template:hint | ||
|mode=important | |||
|title_desc=Not supported... | |||
|desc=It is currently not possible to user wikicode as input for 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 28: | ||
|{{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> | ||
Latest revision as of 08:40, 3 December 2008
| Important! Not supported... | |
|
It is currently not possible to user wikicode as input for 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. |