(added parameters) |
(added parameter width to the example/result) |
||
Line 2: | Line 2: | ||
|tag=Img | |tag=Img | ||
|button=Img.gif | |button=Img.gif | ||
|example=[img]http://wiki.simplemachines.org/skins/common/images/button_media.png [/img] | |example=[img width=300px]http://wiki.simplemachines.org/skins/common/images/button_media.png [/img] | ||
|result=<img src="http://wiki.simplemachines.org/skins/common/images/button_media.png" alt="" class="bbc_img" /> | |result=<img width="300" alt="" src="http://wiki.simplemachines.org/skins/common/images/button_media.png" alt="" class="bbc_img" /> | ||
|parameters={{Parmdesc | |parameters={{Parmdesc | ||
|alt|d1=text alternative to the image, for visually impaired users | |alt|d1=text alternative to the image, for visually impaired users |
Revision as of 12:05, 15 June 2011
parameters:
- alt text alternative to the image, for visually impaired users
- width resize image to this width. If no height is specified, height will be resized to preserve the aspect ratio.
- height resize image to this height. If no width is specified, width will be resized to preserve the aspect ratio.
example: [img width=300px]http://wiki.simplemachines.org/skins/common/images/button_media.png [/img]
result: <img width="300" alt="" src="http://wiki.simplemachines.org/skins/common/images/button_media.png" alt="" class="bbc_img" />