article_image
Attributes:
- thumbnail="0 or 1" • Use the thumbnail rather than full-size image. Available values: 1 (yes) or 0 (no). Default is 0 (no).
- escape="html" • Escape HTML entities such as <, > and & for the image's alt and title attributes. Default is 'html'.
- wraptag="tag text" • HTML tag to be used to wrap the img tag, specified without brackets. Default is unset.
- class="class name" • CSS class attribute to apply to the image.
- width="width setting" • Default is unset.
- height="height setting" • Default is unset.
- html_id="id" • The HTML id attribute assigned to the image.
- style="style rule" • CSS style rule.
- align="HTML value" • HTML align attribute for the img tag. (deprecated)
Behaviors:
The article_image tag is a single tag which returns the <img src="..." /> HTML tag matching the numeric ID or URL assigned when the article is posted.
The image to be associated with the tag is set under the Content tab. Click Advanced options and enter either the URL of the image,
or the Textpattern ID (a number set by Textpattern at upload) into the Article image field. Most of the time you will use the image ID here. Note that you can only assign a single image to each article.