Difference between revisions of "Template:Img"
Jump to navigation
Jump to search
(Created page with "<img src="{{{1}}}" height="{{{2}}}" alt="{{{3}}}"><noinclude> {{Documentation}} </noinclude>") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <img src="{{{1}}}" height="{{{ | + | <img src="{{{1}}}"{{#if:{{{width}}}| width="{{{width}}}"|}}{{#if:{{{height}}}| height="{{{height}}}"|}}{{#if:{{{alt}}}| alt="{{{alt}}}"|}}><noinclude> |
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> | ||