Actions

Template

Difference between revisions of "W2h"

From NEC Retro

m (Text replacement - "Category:NEC Retro templates" to "Category:Templates")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<includeonly>{{#expr: ({{#mediaheight:{{{1}}}}}*({{{2}}} div {{#mediawidth:{{{1}}}}})) round 0 }}</includeonly><noinclude>
+
<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.
  
Line 9: Line 9:
 
<tt><nowiki>{{w2h|Sonic1 title.png|97}}</nowiki></tt> returns '''{{w2h|Sonic1 title.png|97}}'''
 
<tt><nowiki>{{w2h|Sonic1 title.png|97}}</nowiki></tt> returns '''{{w2h|Sonic1 title.png|97}}'''
  
[[Category:NEC Retro templates]]</noinclude>
+
[[Category:Templates]]</noinclude>

Latest revision as of 15: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