Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Size: Difference between revisions

Template page
mNo edit summary
 
m Changed protection level for "Template:Size": downgraded protection level per consensus ([Move=Allow only template editors and administrators] (indefinite) [Edit=Allow only template editors and administrators] (indefinite))
 
(57 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{#switch: {{1|cm}}
{{#invoke:Size|size|lang = {{#if:{{{lang|}}} | {{{lang}}} | {{int:Lang}} }} }}<noinclude>
| cm = {{formatnum:{{2}}}} cm  &times; {{formatnum:{{3}}}} cm  ; {{formatnum:( {{#expr:{{2}} * 0.39370}} ) round 3}} &times; {{formatnum:( {{#expr:{{3}} * 0.3937 }} ) round 3}} in.
{{Documentation}}<!--categories and interwikis go to /doc page-->
| m = {{formatnum:{{2}}}}  m  &times; {{formatnum:{{3}}}} m  ; {{formatnum:( {{#expr:{{2}} * 1.09360}} ) round 3}} &times; {{formatnum:( {{#expr:{{3}} * 1.0936 }} ) round 3}} yd.
</noinclude>
| km = {{formatnum:{{2}}}} km  &times; {{formatnum:{{3}}}} km  ; {{formatnum:( {{#expr:{{2}} * 0.62138}} ) round 3}} &times; {{formatnum:( {{#expr:{{3}} * 0.62138}} ) round 3}} mi.
| in = {{formatnum:{{2}}}} in. &times; {{formatnum:{{3}}}} in. ; {{formatnum:( {{#expr:{{2}} * 2.54  }} ) round 3}} &times; {{formatnum:( {{#expr:{{3}} * 2.54  }} ) round 3}} cm
| ft = {{formatnum:{{2}}}} ft. &times; {{formatnum:{{3}}}} ft. ; {{formatnum:( {{#expr:{{2}} * 0.3048 }} ) round 3}} &times; {{formatnum:( {{#expr:{{3}} * 0.3048 }} ) round 3}} m
| yd = {{formatnum:{{2}}}} yd. &times; {{formatnum:{{3}}}} yd. ; {{formatnum:( {{#expr:{{2}} * 0.9144 }} ) round 3}} &times; {{formatnum:( {{#expr:{{3}} * 0.9144 }} ) round 3}} m
| mi = {{formatnum:{{2}}}} mi. &times; {{formatnum:{{3}}}} mi. ; {{formatnum:( {{#expr:{{2}} * 1.60934}} ) round 3}} &times; {{formatnum:( {{#expr:{{3}} * 1.60934}} ) round 3}} km
}}<noinclude>
 
To transform a 2D-size (width x height) between measures. Parameters:
 
: 1 The unit of input. must be one of cm, m, km, in, ft, yd or mi .
: 2 The width of the Size, using the declared unit and "." as decimal separator.
: 3 The height of the Size, using the declared unit and "." as decimal separator.
 
<noinclude>

Latest revision as of 10:18, 16 July 2019

Template documentation[ view · edit · history · purge ]
This documentation is transcluded from Template:Size/doc.

Displays a 1D (length), 2D (width × height) or 3D (width × height × depth) size, formatted according to localized format. For example if user language is English then measurements will be shown in both centimeters and inches, if user language is German than only metric units will be shown. This template is mainly used in the "Dimensions" field of an {{Artwork}} template.

Usage

{{Size |unit= |height= |width= }}

Template parameters

ParameterDescriptionDefaultStatus
unit
1
Unit of input (must be one of: cm, m, mm, km, in, ft, yd, mi).cmrequired
heightheight (with word "height" displayed)emptyoptional
widthwidth (with word "width" displayed)emptyoptional
lengthlength (with word "length" displayed)emptyoptional
depthdepth (with word "depth" displayed)emptyoptional
diameterdiameter (with word "diameter" displayed)emptyoptional
thicknessthickness (with word "thickness" displayed)emptyoptional
precConversion precision (optional number of decimal digits).1 (2 for mm to inches)optional
langlanguage code (only needs to be provided if the language shall be fixed and independant from the user's preferences)value of {{int:Lang}}optional
1Alternative name for "unit". Unit of input (must be one of: cm, m, mm, km, in, ft, yd, mi). Deprecated.cmdeprecated
2First dimension measured. Deprecated.emptydeprecated
3A second dimension measured. Deprecated.emptydeprecated
4A third dimension measured. Deprecated.emptydeprecated

Additional information

The template is intended to be used in the following namespaces: the File namespace

The template is intended to be used by the following user groups: no user group specified

Relies on:
Module:Size

See also

Localization

To add your language to the list of languages supported by this template, please edit the template and add a row to the "{{LangSwitch|}}" construct. It takes the form "|xx= Your translation " (xx being the code of your language)

All unit translations are in Module:I18n/units.

Examples

Code Output Notes
{{Size|unit=m|height=10|width=20}} Height: 10 m (10.9 yd); Width: 20 m (21.9 yd) Use of name parameters
{{Size|unit=mi|width=10|height=20|depth=30}} Height: 20 miles (32.2 km); Width: 10 miles (16.1 km); Depth: 30 miles (48.3 km) Use of name parameters
{{Size|cm|12.1234|98.1234|prec=1}} 12.1 cm (4.8 in) × 98.1 cm (38.6 in) Use of "prec" parameter
{{Size|in|12.12|98.12|lang=fr}} 12.1 pouces (30.8 cm) × 98.1 pouces (249.2 cm) Use of "lang" parameter
{{Size|cm|123}} 123 cm (48.4 in) 1D version
{{Size|in|123|456}} 123 in (312.4 cm) × 456 in (11.6 m) 2D version
{{Size|ft|123|456|789}} 123 ft (37.5 m) × 456 ft (139 m) × 789 ft (240.5 m) 3D version

Displays a size, formatted according to localised format.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
langlang

language code

Default
value of {{int:Lang}}
Stringoptional
unitunit

Unit of input

Suggested values
cm m mm km in ft yd mi
Example
mm
Auto value
cm
Stringrequired
heightheight

no description

Numberoptional
widthwidth

no description

Numberoptional
lengthlength

no description

Numberoptional
depthdepth

no description

Numberoptional
diameterdiameter

no description

Numberoptional
thicknessthickness

no description

Numberoptional
precprec

Conversion precision (optional number of decimal digits)

Default
1 (2 for mm to inches)
Auto value
1
Unknownoptional
Cookies help us deliver our services. By using our services, you agree to our use of cookies.