Template:Image/doc: Difference between revisions
(Created page with '{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template can be used as a wrapper to simplify the inclusion of an image in…') |
(removed template that doesn't exist and added wanted images) |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
=== Usage === | === Usage === | ||
* <nowiki>{{Image | Example. | * <nowiki>{{Image | Example Image.jpg | 20px}}</nowiki> → {{Image|Example Image.jpg|20px}} | ||
* <nowiki>{{Image | File:Example. | * <nowiki>{{Image | File:Example Image.jpg | 20px}}</nowiki> → {{Image|File:Example Image.jpg|20px}} | ||
* <nowiki>{{Image | [[File:Example. | * <nowiki>{{Image | [[File:Example Image.jpg|30px]] | 20px}}</nowiki> → {{Image|[[File:Example Image.jpg|30px]]|20px}} | ||
Note that additional parameters are (deliberately) ignored if full image syntax is passed in the first parameter. You can pass up to five parameters directly otherwise: | Note that additional parameters are (deliberately) ignored if full image syntax is passed in the first parameter. You can pass up to five parameters directly otherwise: | ||
* <nowiki> | * <nowiki>Image Example.svg 20px thumb none Foo</nowiki> → Image Example.svg 20px thumb none Foo | ||
You can also pass arbitrary parameters accepted by the | You can also pass arbitrary parameters accepted by the Image syntax if you separate them with {{tl|!}}. You may need to number them explicitly if they contain an equals sign "=": | ||
* <nowiki>{{Image | Example. | * <nowiki>{{Image | File:Example Image.jpg | 2= 20px{{!}}link=Main Page}}</nowiki> → {{Image | File:Example Image.jpg | 2= 20px{{!}}link=Main Page}} | ||
=== See also === | === See also === | ||
* {{tl|px}} | * {{tl|px}} | ||
Latest revision as of 13:19, 28 April 2020
![]() |
This is a documentation subpage for Template:Image (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
This template can be used as a wrapper to simplify the inclusion of an image in a template, where users may use several different forms of syntax.
It is primarily of use in templates and should not be used in articles directly.
Usage[edit source]
- {{Image | Example Image.jpg | 20px}} →
- {{Image | File:Example Image.jpg | 20px}} →
- {{Image | [[File:Example Image.jpg|30px]] | 20px}} →
Note that additional parameters are (deliberately) ignored if full image syntax is passed in the first parameter. You can pass up to five parameters directly otherwise:
- Image Example.svg 20px thumb none Foo → Image Example.svg 20px thumb none Foo
You can also pass arbitrary parameters accepted by the Image syntax if you separate them with {{!}}. You may need to number them explicitly if they contain an equals sign "=":
See also[edit source]
- {{px}}