Actions

Template

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}}}}})) 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.
  
 
==Example==
 
==Example==
<tt><nowiki>{{w2h|GoldenAxe Title.png|320}}</nowiki></tt> returns '''{{w2h|GoldenAxe Title.png|320}}'''
+
<tt><nowiki>{{w2h|Sonic1 title.png|320}}</nowiki></tt> returns '''{{w2h|Sonic1 title.png|320}}'''
  
<tt><nowiki>{{w2h|GoldenAxe Title.png|160}}</nowiki></tt> returns '''{{w2h|GoldenAxe Title.png|160}}'''
+
<tt><nowiki>{{w2h|Sonic1 title.png|160}}</nowiki></tt> returns '''{{w2h|Sonic1 title.png|160}}'''
  
<tt><nowiki>{{w2h|GoldenAxe Title.png|97}}</nowiki></tt> returns '''{{w2h|GoldenAxe Title.png|97}}'''
+
<tt><nowiki>{{w2h|Sonic1 title.png|97}}</nowiki></tt> returns '''{{w2h|Sonic1 title.png|97}}'''
  
[[Category:NEC Retro templates|{{PAGENAME}}]]</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