Widget:LayoutImage: Difference between revisions
Jump to navigation
Jump to search
Widget to use layouting images. Prototyping this, there should be more checks (srcset, height, width, ...) |
m Typo |
||
Line 1: | Line 1: | ||
<includeonly><img src="<!--{src|escape:'url'}-->" class="<!--{$class|default:''|escape:'html'}-->" loading="lazy"/></includeonly><noinclude>== Summary == | <includeonly><img src="<!--{$src|escape:'url'}-->" class="<!--{$class|default:''|escape:'html'}-->" loading="lazy"/></includeonly><noinclude>== Summary == | ||
Simple widget to display an image as there is no img tag in the MediaWiki Parser anymore. | Simple widget to display an image as there is no img tag in the MediaWiki Parser anymore. | ||
Revision as of 19:27, 21 July 2024
Summary
Simple widget to display an image as there is no img tag in the MediaWiki Parser anymore.
Example usages
Simple call | |
---|---|
Wiki code | {{#widget:LayoutImage|src={{filepath:Icon_{{{2|Holographic Sight}}}.png}} |
Main version | ![]() |
Sandbox version | Error in widget LayoutImage/sandbox: Unable to load template 'wiki:LayoutImage/sandbox'
|