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,...") |
m (Text replacement - "Category:NEC Retro templates" to "Category:Templates") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{#expr: ({{#mediaheight:{{{1}}}}}*({{{2}}} div {{#mediawidth:{{{1}}}}})) | + | <includeonly>{{#expr: floor({{#mediaheight:{{{1}}}}}*({{{2}}} div {{#mediawidth:{{{1}}}}})) }}</includeonly><noinclude> |
This template obtains the height of a resized image, given that its width is known. | This template obtains the height of a resized image, given that its width is known. | ||
==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: | + | [[Category:Templates]]</noinclude> |
Latest revision as of 14:33, 1 January 2022
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 67