Difference between revisions of "Getdim"
From NEC Retro
(Created page with "<includeonly>{{#vardefine:actuald|{{#replace:{{#if:{{{file|}}}|{{#mediadimensions:{{{file|}}}}}|{{{actual|}}}}}|×|x}}}}{{#vardefine:actualw|{{#explode:{{#var:actuald}}|x|0}}}...") |
m (Text replacement - "Category:NEC Retro templates" to "Category:Templates") |
||
Line 24: | Line 24: | ||
returns: {{getdim|file=Sonic1 title.png|w=1000|h=112|output=w}} | returns: {{getdim|file=Sonic1 title.png|w=1000|h=112|output=w}} | ||
− | [[Category: | + | [[Category:Templates]]</noinclude> |
Latest revision as of 10:38, 1 January 2022
This template obtains the width or height of a resized image, given the real dimensions of that image.
Usage
{{getdim|actual=320x224|w=160|output=h}}
returns: 112
{{getdim|actual=320x224|h=112|output=w}}
returns: 160
{{getdim|actual=320x224|h=112|w=1000|output=w}}
returns: 160
{{getdim|actual={{#mediadimensions:Sonic1 title.png}}|w=160|h=1000|output=w|var=sanic}}{{#var:sanic}}
returns: 160
{{getdim|file=Sonic1 title.png|w=1000|h=112|output=w}}
returns: 160