Difference between revisions of "Template:Navimg"
From Worms Knowledge Base
Explorer09 (Talk | contribs) m (The inline parameter doesn't work according to my testing. I'll remove it) |
Explorer09 (Talk | contribs) (removed "desc" and "form" parameter (see talk page)) |
||
Line 6: | Line 6: | ||
|Http:|Https:|Ftp:|Ftps: = [{{{link|{{{2}}}}}} {{{tooltip|{{{3|{{{link|{{{2}}}}}}}}}}}}] | |Http:|Https:|Ftp:|Ftps: = [{{{link|{{{2}}}}}} {{{tooltip|{{{3|{{{link|{{{2}}}}}}}}}}}}] | ||
|#default = [[{{{link|{{{2}}}}}}|{{{tooltip|{{{3|{{{link|{{{2}}}}}}}}}}}}]] }} | |#default = [[{{{link|{{{2}}}}}}|{{{tooltip|{{{3|{{{link|{{{2}}}}}}}}}}}}]] }} | ||
− | desc | + | desc none |
}} | }} | ||
− | |||
}}</includeonly><noinclude>__NOTOC__ | }}</includeonly><noinclude>__NOTOC__ | ||
===Usage=== | ===Usage=== | ||
Line 17: | Line 16: | ||
| size (4) / xsize / width = ''image size'' (e.g. ''100'' or ''200x150'')<br/> | | size (4) / xsize / width = ''image size'' (e.g. ''100'' or ''200x150'')<br/> | ||
| alt = ''alternate text''<br/> | | alt = ''alternate text''<br/> | ||
− | |||
− | |||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
Line 28: | Line 25: | ||
* If the "alt" parameter is not specified, the alt text will be the same as the tooltip. | * If the "alt" parameter is not specified, the alt text will be the same as the tooltip. | ||
* Do not add square brackets in the "link" parameter. (use <code>Main Page|WKB</code> instead of <code><nowiki>[[Main Page|WKB]]</nowiki></code>, for example)</noinclude> | * Do not add square brackets in the "link" parameter. (use <code>Main Page|WKB</code> instead of <code><nowiki>[[Main Page|WKB]]</nowiki></code>, for example)</noinclude> | ||
+ | |||
+ | ====To admins:==== | ||
+ | If you're upgrading the MediaWiki engine, please also change the template code to the one like [[:w:Template:Click|Template:Click]] in wikipedia. This template will be deprecated in MediaWiki 1.14 or later. |
Revision as of 06:43, 5 December 2009
Usage
{{ Navimg
| image (1) = file.png
| link (2) = image link (e.g. Main Page (internal link) or http://worms2d.info/ (external link))
| tooltip (3) = tooltip
| size (4) / xsize / width = image size (e.g. 100 or 200x150)
| alt = alternate text
}}
{{ Navimg | image | link | tooltip | size }}
The "image" and "link" parameter are required; the others are optional.
Notes
- If the "alt" parameter is not specified, the alt text will be the same as the tooltip.
- Do not add square brackets in the "link" parameter. (use
Main Page|WKB
instead of[[Main Page|WKB]]
, for example)
To admins:
If you're upgrading the MediaWiki engine, please also change the template code to the one like Template:Click in wikipedia. This template will be deprecated in MediaWiki 1.14 or later.