Template:Ratio
Jump to navigation
Jump to search
∶
This template uses Lua: |
Outputs the ratio character (U+2236). Optionally accepts two arguments that will be placed on each side of the character.
Parameter | Description | Type | Status | |
---|---|---|---|---|
width | 1 | width or larger of both dimensions | Number | optional |
height | 2 | height or smaller of both dimensions | Number | optional |
Example Usage
Source | Output | Comment |
---|---|---|
{{ratio}}
|
∶ | |
4{{ratio}}3
|
4∶3 | |
{{ratio|4|3}}
|
4∶3 | |
{{ratio|4|3|2}}
|
4∶3 | only two parameters are supported |
{{ratio|4}}
|
4∶1 | "∶1" is automatically added when only 1 argument with no colon is given |
{{ratio|4:3}}
|
4∶3 | Single argument with colon is replaced with ratio symbol. |
{{ratio|4:4:4}}
|
4∶4∶4 | Works with multiple colons |
See also
- {{resratio}} also converts and harmonizes entries like "16:10"
- {{resx}} for the multiplication sign
- {{Frac}}
- {{Fractions and ratios}}