Module:ImageRatio/doc: Difference between revisions
From Kenshi Wiki
More actions
Created page with "{{doc sub}} {{Module rating| release}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> == Usage == <code><nowiki>{{</nowiki>#invoke:ImageRatio|ratio|Filename.jpg<nowiki>}}</nowiki></code> This returns the ratio of width to height (w/h) for an image. Defaults to returning 1 if the image doesn't exist, this avoids divide by 0 errors in templates that use it. <includeonly>{{Sandbox other|| <!-- Categories below this line; in..." |
(No difference)
|
Revision as of 06:22, 20 February 2025
| This is a documentation subpage for Module:ImageRatio. It may contain usage information, categories and other content that is not part of the original module page. |
Usage
{{#invoke:ImageRatio|ratio|Filename.jpg}}
This returns the ratio of width to height (w/h) for an image. Defaults to returning 1 if the image doesn't exist, this avoids divide by 0 errors in templates that use it.