|
|
| 第1行: |
第1行: |
| <includeonly> | | <includeonly> |
| <img | | <img |
| <!--{if $src}-->src="<!--{$src}-->"<!--{/if}--> | | <!--{* Required attribute *}--> |
| <!--{if empty($alt)}-->alt="<!--{$alt}-->"<!--{/if}--> | | <!--{if !empty($src)}-->src="<!--{$src}-->"<!--{/if}--> |
| <!--{if $width}-->width="<!--{$width}-->"<!--{/if}-->
| | |
| <!--{if $height}-->height="<!--{$height}-->"<!--{/if}--> | | <!--{* Core attributes *}--> |
| <!--{if $loading}-->loading="<!--{$loading}-->"<!--{/if}--> | | <!--{if !empty($alt)}-->alt="<!--{$alt}-->"<!--{/if}--> |
| <!--{if $decoding}-->decoding="<!--{$decoding}-->"<!--{/if}-->
| | <!--{if !empty($width)}-->width="<!--{$width}-->"<!--{/if}--> |
| <!--{if $fetchpriority}-->fetchpriority="<!--{$fetchpriority}-->"<!--{/if}--> | | <!--{if !empty($height)}-->height="<!--{$height}-->"<!--{/if}--> |
| <!--{if $sizes}-->sizes="<!--{$sizes}-->"<!--{/if}-->
| |
| <!--{if $srcset}-->srcset="<!--{$srcset}-->"<!--{/if}--> | |
| <!--{if $crossorigin}-->crossorigin="<!--{$crossorigin}-->"<!--{/if}-->
| |
| <!--{if $referrerpolicy}-->referrerpolicy="<!--{$referrerpolicy}-->"<!--{/if}-->
| |
| <!--{if $usemap}-->usemap="#<!--{$usemap}-->"<!--{/if}-->
| |
| <!--{if $ismap}-->ismap<!--{/if}-->
| |
| <!--{if $elementtiming}-->elementtiming="<!--{$elementtiming}-->"<!--{/if}-->
| |
| /> | | /> |
| </includeonly> | | </includeonly> |