Template:External image: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><div class="image-resize" style="display:inline-block;{{#if:{{{2|}}}|width:{{{2}}};}}{{#if:{{{3|}}}|height:{{{3}}};}}">{{{1}}}</div></includeonly><noinclude>
<includeonly><div class="resize {{{class|}}}" style="display:inline-block;width:{{{2|auto}}};height:{{{3|auto}}}">{{{1|}}}</div></includeonly><noinclude>
Used to resize external images. Format:
Use this template to resize external images for [[SmashWiki:User pages|user pages]] or [[SmashWiki:April Fools'|April Fools']]. Format:


<pre>{{external image|URL|width|height}}</pre>
<pre>{{external image|URL|width|height}}</pre>


=== Resize to width ===
=== Resize options ===
<pre>{{external image|https://www.porplemontage.com/porple.png|50px}}</pre>
* Resize to width: <code><nowiki>{{external image|https://www.porplemontage.com/porple.png|50px}}</nowiki></code>
{{external image|https://www.porplemontage.com/porple.png|50px}}
* Resize to height: <code><nowiki>{{external image|https://www.porplemontage.com/porple.png|auto|100px}}</nowiki></code>
 
* Fit to square: <code><nowiki>{{external image|https://www.porplemontage.com/porple.png|100px|100px}}</nowiki></code>
=== Resize to height ===
<pre>{{external image|https://www.porplemontage.com/porple.png|auto|100px}}</pre>
{{external image|https://www.porplemontage.com/porple.png|auto|100px}}
 
=== Fit to square ===
<pre>{{external image|https://www.porplemontage.com/porple.png|100px|100px}}</pre>
{{external image|https://www.porplemontage.com/porple.png|100px|100px}}


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>