Actions

Template

Difference between revisions of "D2w"

From Sonic Retro

(Created page with "<includeonly>{{#ifexpr: {{{3}}} < {{w2h|{{{1}}}|{{{2}}}}} | {{h2w|{{{1}}}|{{{3}}}}} | {{{2}}} }}</includeonly><noinclude> This template obtains the width of a resized image, g...")
 
 
Line 19: Line 19:
 
<tt><nowiki>{{d2w|Sonic1 title.png|160|1000}}</nowiki></tt> returns '''{{d2w|Sonic1 title.png|160|1000}}'''
 
<tt><nowiki>{{d2w|Sonic1 title.png|160|1000}}</nowiki></tt> returns '''{{d2w|Sonic1 title.png|160|1000}}'''
  
[[Category:Sonic Retro templates]]</noinclude>
+
[[Category:Templates]]</noinclude>

Latest revision as of 19:16, 1 January 2022

This template obtains the width of a resized image, given that its dimensions are defined.

Usage

{{d2w|Imagefilename.png|width|height}}

width and height correspond to the dimensions of an embedded image:

[[Imagefilename.png|100x200px]]

Example

{{d2w|Sonic1 title.png|320|224}} returns 320

{{d2w|Sonic1 title.png|1000|112}} returns 160

{{d2w|Sonic1 title.png|160|1000}} returns 160