微件:ImgTag:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<includeonly> | <includeonly> | ||
<img | <img | ||
<!--{* Required attribute *}--> | |||
<!--{if $src}-->src="<!--{$src}-->"<!--{/if}--> | |||
<!--{* Core attributes *}--> | |||
<!--{if $alt}-->alt="<!--{$alt}-->"<!--{/if}--> | |||
<!--{if $width}-->width="<!--{$width}-->"<!--{/if}--> | |||
<!--{if $height}-->height="<!--{$height}-->"<!--{/if}--> | |||
<!--{* Loading behavior *}--> | |||
<!--{if $loading}-->loading="<!--{$loading}-->"<!--{/if}--> | |||
<!--{if $decoding}-->decoding="<!--{$decoding}-->"<!--{/if}--> | |||
<!--{if $fetchpriority}-->fetchpriority="<!--{$fetchpriority}-->"<!--{/if}--> | |||
<!--{* Responsive image attributes *}--> | |||
<!--{if $sizes}-->sizes="<!--{$sizes}-->"<!--{/if}--> | |||
<!--{if $srcset}-->srcset="<!--{$srcset}-->"<!--{/if}--> | |||
<!--{* Security and privacy *}--> | |||
<!--{if $crossorigin}-->crossorigin="<!--{$crossorigin}-->"<!--{/if}--> | |||
<!--{if $referrerpolicy}-->referrerpolicy="<!--{$referrerpolicy}-->"<!--{/if}--> | |||
<!--{* Image maps *}--> | |||
<!--{if $usemap}-->usemap="#<!--{$usemap}-->"<!--{/if}--> | |||
<!--{if $ismap}-->ismap<!--{/if}--> | |||
<!--{* Performance monitoring *}--> | |||
<!--{if $elementtiming}-->elementtiming="<!--{$elementtiming}-->"<!--{/if}--> | |||
<!--{* Attribution reporting - Experimental *}--> | |||
<!--{if $attributionsrc}-->attributionsrc="<!--{$attributionsrc}-->"<!--{/if}--> | |||
/> | /> | ||
</includeonly> | </includeonly> | ||