Difference between revisions of "W2h"
From NEC Retro
(Created page with "<includeonly>{{#expr: ({{#mediaheight:{{{1}}}}}*({{{2}}} div {{#mediawidth:{{{1}}}}})) round 0 }}</includeonly><noinclude> This template obtains the height of a resized image,...") |
|||
Line 3: | Line 3: | ||
==Example== | ==Example== | ||
− | <tt><nowiki>{{w2h| | + | <tt><nowiki>{{w2h|Sonic1 title.png|320}}</nowiki></tt> returns '''{{w2h|Sonic1 title.png|320}}''' |
− | <tt><nowiki>{{w2h| | + | <tt><nowiki>{{w2h|Sonic1 title.png|160}}</nowiki></tt> returns '''{{w2h|Sonic1 title.png|160}}''' |
− | <tt><nowiki>{{w2h| | + | <tt><nowiki>{{w2h|Sonic1 title.png|97}}</nowiki></tt> returns '''{{w2h|Sonic1 title.png|97}}''' |
− | [[Category:NEC Retro templates | + | [[Category:NEC Retro templates]]</noinclude> |
Revision as of 13:33, 14 September 2015
This template obtains the height of a resized image, given that its width is known.
Example
{{w2h|Sonic1 title.png|320}} returns 224
{{w2h|Sonic1 title.png|160}} returns 112
{{w2h|Sonic1 title.png|97}} returns 68