289
edits
Changes
no edit summary
{| class="wikitable"
|-
|-
|単位を略号にする場合'''Input'''||<nowiki>{{convert'''Displays as'''|3.215|kg|lb|abbr=on}}</nowiki>||{{convert|3.215|kg|lb|abbr=on}}'''Note'''
|-
|-
|-
|-
|-
|-
|-
|複数単位への変換<brnowiki>{{convert|500|ft|m}}</nowiki>||{{convert|500|ft|m}} || Rounds to 150, when approximate value is 152.4 m|}<!--NOTE: rows require "nowiki", using {{ disappears. --> ''Convert'' supports four types of rounding: ===Round to a given precision: ''use {{para|precision|}}''===Specify the desired precision with the fourth unnamed parameter (スペースで区切って並べるor third unnamed parameter if the "convert to" parameter is omitted; or fifth unnamed parameter if a range is specified; or fourth unnamed parameter again if a range is specified and the "convert to" parameter is omitted; needs to be replaced with a "precision" named parameter). The conversion is rounded off to the nearest power of 1/10 this number. For instance, if the result is 8621 and the round number is "-2", the result will be 8600. If the result is "234.0283043" and the round number is "0", the result will be 234. ===Round to a given number of significant figures: ''use {{para|sigfig|}}''===To specify the output number to be with ''n'' significant figures use {{para|sigfig|<number>}}:* <small>To compare:</small> <nowiki>{{convert|1200|ft|m}}</nowiki> → {{convert|1200|ft|m}}* <nowiki>{{convert|1200|ft|m|sigfig=4}}</nowiki> → {{convert|1200|ft|m|sigfig=4}}* <nowiki>{{convert|1200|ft|m|sigfig=3}}</nowiki> → {{convert|1200|ft|m|sigfig=3}}* <nowiki>{{convert|1200|ft|m|sigfig=2}}</nowiki> → {{convert|1200|ft|m|sigfig=2}}* <nowiki>{{convert|1200|ft|m|sigfig=1}}</nowiki> → {{convert|R1200|ft|m|sigfig=1}}Setting {{para|sigfig|<=0}} is meaningless* <nowiki>{{convert|1200|ft|m|sigfig=0}}</nowiki> → {{convert|1200|ft|m|sigfig=0}} ===Round to a multiple of 5: ''15'', ''20'', ''25'', ...===Using {{para|round|5}} rounds the outcome to a multiple of 5.:<code><nowiki>{{convert|10|m|ft}}</nowiki></code> → {{convert|10|m|ft}}:<code><nowiki>{{convert|10|m|ft|round=5}}</nowiki></code> → {{convert|10|m|ft|round=5}} Similar: using {{para|round|25}} rounds the outcome to a multiple of 25.:<code><nowiki>{{convert|10|m|ft}}</nowiki></code> → {{convert|10|m|ft}}:<code><nowiki>{{convert|10|m|ft|round=25}}</nowiki></code> → {{convert|10|m|ft|round=25}}:<small>To compare:</small> <code><nowiki>{{convert|10|m|ft|sigfig=4}}</nowiki></code> → {{convert|10|m|ft|sigfig=4}} In a range, one can round ''each value'' individually to the default. Use {{para|round|each}}::<code><nowiki>{{convert|10 x 200 x 3000|m|ft}}</nowiki></code> → {{convert|10 x 200 x 3000|m|ft}}:<code><nowiki>{{convert|10 x 200 x 3000|m|ft|round=each}}</nowiki></code> → {{convert|10 x 200 x 3000|m|ft|round=each}} ===Round to a multiple of a given fraction: ''2 3/16 inch''===Specify the desired ''denominator'' using {{para|frac|<some positive integer>}}. (Denominator is the below-the-slash number, for example the 3 in 1/3).:<code><nowiki>{{convert|5.56|cm|in|frac=16}}</nowiki></code> → {{convert|5.56|cm|in|frac=16}}:<code><nowiki>{{convert|8|cm|in|frac=4}}</nowiki></code> → {{convert|8|cm|in|frac=4}}The fraction is reduced when possible::<code><nowiki>{{convert|8|cm|in|frac=100}}</nowiki></code> → {{convert|8|cm|in|frac=100}}:<code><nowiki>{{convert|8|cm|in}}</nowiki></code> → {{convert|8|cm|in|sigfig=4}} (To compare) ==={{anchor|Rounding temperatures}}Rounding the temperatures °C, °F and K===In temperatures, the conversion will be rounded either to precision comparable to that of the input value or to that which would give three significant figures when expressed in kelvins, whichever is more precise.:<code><nowiki>{{convert|10|C |F K}}</nowiki></code> → {{convert|10|C|F K}}''Note'':For a temperature ''difference'', like to convert "A rise of 20 °C", use {{para|C-change|20}} &tc.:<code><nowiki>{{convert|120|RC-change|F-change K-change}}</nowiki></code> → A rise of {{convert|20|C -change|F -change K-change}} :<small>To compare: "A temperature of 20 °C" would yield: A temperature of {{convert|lk20|C|F K}}</small> ==Into multiple units: ''{{convert|10|C|F K}}''==Separate the multiple output units by a space::<code><nowiki>{{convert|10|C|F K}}</nowiki></code> → {{convert|10|C|F K}}:<code><nowiki>{{convert|5|km|mi nmi}}</nowiki></code> → {{convert|5|km|mi nmi}} ==Ranges of values=====A range: ''6 to 17 kg (13 to 37 lb)''===Range indicators are entered as the second parameter (between the values). Range separators can be:<br />{{Convert/doc/range separator list}} ===Multiple dimensions: ''{{convert|6|x|12|m|ft|abbr=on}}''===; Use "by"::<code><nowiki>{{convert|-6|by|12|ft|m}}</nowiki></code> → {{convert|6|by|12|ft|m}};Use "×" or ""x""::<code><nowiki>{{convert|Miles 6|x|12|m|ft}}</nowiki></code> → {{convert|6|x|12|m|ft}} In science, the formal way is to Kilometersset <code>|x|</code> and {{para|abbr|on}} (keeping dimensions right, like in ''area = x km<sup>2</sup>'')::<code><nowiki>{{convert|6|x|12|m|ft|abbr=on}}</nowiki></code> → {{convert|6|x|12|m|ft|abbr=on}} ===About ''feet, inch'' in ranges and multiples===While it is possible to enter feet, inch in a simple conversion, this is not possible for ranges:* <code><nowiki>{{convert|1|ft|3|in|mm}}</nowiki></code> → {{convert|1|ft|3|in|mm}} <small>(to compare)</small>* <code><nowiki>{{convert|1|ft|3|in|x|3|ft|5|in|mm}}</nowiki></code> → {{convert|1|ft|3|in|x|3|ft|5|in|mm}} ==Words=====Spelling of unit name: UK ''metre'' or US ''meter''?===Default spelling of units is en-UK. To show en-US spelling, use {{para|sp|us}}::<code><nowiki>{{convert|1|m|ft}}</nowiki></code> → {{convert|1|m|ft}} -- ''default'':<code><nowiki>{{convert|1|m|ft|sp=us}}</nowiki></code> → {{convert|1|m|ft|sp=us}} ===Spell out numbers: ''ten miles''===To write a number in words, use {{para|spell|in}}::<code><nowiki>{{convert|10|mi|kmm|spell=in}}</nowiki></code> → {{convert|10|mi|m|spell=in}} To make first letter a capital, use {{para|spell|In}}:<code><nowiki>{{convert|10|mi|m|spell=In}}</nowiki></code> → {{convert|10|mi|m|spell=In}} ===Extra words: ''4 planted acres''===:''Incomplete section'':<code><nowiki>{{convert|4|acre||adj=pre|planted}}</nowiki></code> → {{convert|4|acre||adj=pre|planted}} ===Extra adjective words: ''A {{convert|10|ft|ft|adj=mid|-long|disp=out|order=flip}} corridor''===:<code><nowiki>{{convert|4|ft|m|adj=mid|-long}}</nowiki></code> → {{convert|10|ft|m|adj=mid|-long}} ===Grammatical construction: ''The 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons''===: "''The American defenders had 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons.''"This formatted result is not possible straightforward by using {{tl|convert}}. However, it can be made in three steps.:'''Step 1:''' Enter the input numbers and units in {{tl|convert}} just to get the calculated output::*<code><nowiki>had {{convert|18 |, |24 |, |32 |lb |kg |0 }} cannons</nowiki></code>::→ had {{convert|18 |, |24 |, |32 |lb |kg |0 }} cannons:The core conversion should look good now. You can save this (or preview).:'''Step 2:''' We need the resulting text in plain code in the page, not as a {{tl|convert|...}} template.:For this, '''add <code>subst:</code> to the template name''' (for 'substitute') ::*<code><nowiki>had {{</nowiki>'''subst:'''<nowiki>convert|18 |, |24 |, |32 |lb |kg |0 }} cannons</nowiki></code>:As a check: the preview result should show the conversion correct, with the numbers still right.:'''Now save this'''.::→ had 18, 24, 32 pounds (8, 11, 15 kg) cannons:'''Step 3:''' When opening the edit screen again, you'll see that the text is there in code. The template {{tl|convert|...}} itself has disappeared. You can change the text as needed. The edit screen text is:::<code><nowiki>had 18,&nbsp;24,&nbsp;32 pounds (8,&nbsp;11,&nbsp;15&nbsp;kg) cannons</nowiki></code>:You can edit this text to add the grammar::*<code>had 18'''-''','''_'''24'''-_and_'''32'''-'''pound'''er''' (8,&nbsp;11'''_and_'''15&nbsp;kg) cannons </code>:After saving your edit, it shows:::→ "had 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons". ==Numbers=====Using an SI prefix: ''gigameter (Gm)'', or ''micrometer (μm)''===Units can have an SI prefix like <code>G</code> before the unit: <code>Gm</code>, and <code>giga</code> before the name: <code>gigameter</code>. These are plain multiplication factors. To illustrate, these are trivial calculations (from meter to meter), showing the multiplication factor:* {{convert|12|Gm|m|abbr=on}}* {{convert|12|μm|m|abbr=on}} The prefix can be added before the SI unit (here: unit <code>m</code> for meter):* <code><nowiki>{{convert|12|Gm|mi|abbr=on}}</nowiki></code> → {{convert|12|Gm|mi|abbr=on}}* <code>Mm</code>: {{convert|12|Mm|mi|abbr=on}}* <code>km</code>: {{convert|12|km|ft|abbr=on}}* <code>mm</code>: {{convert|12|mm|in|abbr=on}}* <code>μm</code>: {{convert|12|μm|mm|abbr=on}}* <code>um</code>: {{convert|12|um|mm|abbr=on}} (letter "u" can be used for "μ" here) The prefix can be used in the output unit:* <code><nowiki>{{convert|12000|mi||Mm|abbr=on}}</nowiki></code> → {{convert|12000|mi|Mm|abbr=on}}* <code><nowiki>{{convert|12|in|μm|abbr=on}}</nowiki></code> → {{convert|12|in|μm|abbr=on}} As an exception, the non-SI unit "inch" can have the "μ" prefix too)* <code><nowiki>{{convert|12|μm|μin|abbr=on}}</nowiki></code> → {{convert|12|μm|μin|abbr=on}} ===Thousands separator: ''1,000 mi'注意'and ''1000 mi''===In input, a comma for thousands separator is accepted. A gap (space) is not. In output, by default, the thousand separator is the comma:*上記のスイッチ(abbr<code><nowiki>{{convert|1,234,567|m|ft}}</nowiki></code> → {{convert|1,234,567|m|ft}}*<code><nowiki>{{convert|1,234,567|m|ft}}</nowiki></code> → {{convert|1,234,567|m|ft}}*<s><code><nowiki>{{convert|1 234 567|m|ft}}</nowiki></code> → {{convert|1 234 567|m|ft}}</s> Set {{para|comma|off}} to remove the separator:*<code><nowiki>{{convert|1234567|m|ft|comma=onとか)は、その組み合わせ毎にテンプレートを作っています。そのため、スイッチのon、offの組み合わせによっては新たにテンプレートを作成または移植する必要があります。off}}</nowiki></code> → {{convert|1234567|m|ft|adj=nocomma}} Use {{para|comma|gaps}} to set digit grouping by gap (<code><space></code>) in larger numbers (thousands separator):*複数単位への変換の場合もその組み合わせに対応するテンプレートを新たに作成する必要がある場合があります。<code><nowiki>{{convert|1234567|m|ft}}</nowiki></code> → {{convert|1234567|m|ft}} <small>(To compare, default)</small>*<code><nowiki>{{convert|1234567|m|ft|comma=gaps}}</nowiki></code> → {{convert|1234567|m|ft|comma=gaps}} Setting {{para|comma|5}} or {{para|comma|gaps5}} will only add the separator when the number of digits is 5 or more:*<code><nowiki>{{convert|1234|m|ft}}</nowiki></code> → {{convert|1234|m|ft}} (To compare, default)*<code><nowiki>{{convert|1234|m|ft|comma=5}}</nowiki></code> → {{convert|1234|m|ft|comma=5}}*<code><nowiki>{{convert|1234567|m|ft|comma=5}}</nowiki></code> → {{convert|1234567|m|ft|comma=5}}*<code><nowiki>{{convert|1234|m|ft|comma=gaps5}}</nowiki></code> → {{convert|1234|m|ft|comma=gaps5}}*<code><nowiki>{{convert|1234567|m|ft|comma=gaps5}}</nowiki></code> → {{convert|1234567|m|ft|comma=gaps5}} ==Output manipulation=====Brackets and separators: ''10 m [33 ft]''===Punctuation that distinguishes the two measurements is set by {{para|disp|}}.<br />Options are: <code>b</code> <small>(the default)</small>, <code>sqbr</code>, <code>comma</code>, <code>or</code>, <code>br</code>, <code>x{{!}}...</code>::<code><nowiki>{{convert|10|m|ft}}</nowiki></code> → {{convert|10|m|ft}} -- ''( ) brackets are the default'':<code><nowiki>{{convert|10|m|ft|disp=sqbr}}</nowiki></code> → {{convert|10|m|ft|disp=sqbr}}:<code><nowiki>{{convert|10|m|ft|disp=comma}}</nowiki></code> → {{convert|10|m|ft|disp=comma}}:<code><nowiki>{{convert|10|m|ft|disp=or}}</nowiki></code> → {{convert|10|m|ft|disp=or}} Setting {{para|disp|br}} will force a new line (<code><br></code>) :<code><nowiki>{{convert|10|m|ft|disp=br}}</nowiki></code> → {{convert|10|m|ft|disp=br}}Setting {{para|disp|x{{!}}...}} allows any text as separator: :<code><nowiki>{{convert|10|m|ft|disp=x|_MyText_}}</nowiki></code> → {{convert|10|m|ft|disp=x|_MyText_}} -- <small>(To display spaces, use <code>&nbsp;</code>)</small> ===Flipping (reordering) the two measurements: ''{{convert|1|mi|m|order=flip|sigfig=5|abbr=off}}'' ===Setting {{para|order|flip}} will flip (swap) the two measurements::<code><nowiki>{{convert|1|mi|m}}</nowiki></code> → {{convert|1|mi|m|sigfig=5|abbr=off}} <small>(To compare, default)</small>:<code><nowiki>{{convert|1|mi|m|order=flip}}</nowiki></code> → {{convert|1|mi|m|order=flip|sigfig=5|abbr=off}}<!-- Extra settings added to enhance the illustration. Don't know if this is ideal way of documenting. DePiep, August 2014. --> When converting to multiple units, the effect is::<code><nowiki>{{convert|10|km|mi nmi|order=flip}}</nowiki></code> → {{convert|10|km|mi nmi|order=flip|sigfig=5|abbr=off}}:<code><nowiki>{{convert|10|km|nmi mi|order=flip}}</nowiki></code> → {{convert|10|km|nmi mi|order=flip|sigfig=5|abbr=off}} === Displaying parts of the result: ''{{convert|2|cuyd|m3|abbr=values}}''===It is possible to display only parts of the conversion result:<!-- todo: describe effect of order=flip ("out" means 1st or 2nd measurement?) -->
{| class="wikitable"
|-
|<code><nowiki>{{convert|602|andcuyd|170|kg|lbm3}}</nowiki></code>||{{convert|602|andcuyd|170|kg|lbm3}}|| Default, to compare
|-
|<code><nowiki>{{convert|602|tocuyd|170m3|kg|lbabbr=values}}</nowiki></code>||{{convert|602|tocuyd|170m3|kg|lbabbr=values}}|| Input and output numbers
|-
|<code><nowiki>{{convert|602|to(-)cuyd|170m3|kg|lbdisp=unit}}</nowiki></code>||{{convert|602|to(-)cuyd|170m3|kg|lbdisp=unit}}|| Input unit
|-
|<code><nowiki>{{convert|602|-cuyd|170m3|kgdisp=unit|lbadj=on}}</nowiki></code>||{{convert|602|-cuyd|170m3|kgdisp=unit|lbadj=on}}|| Input unit, adjective (hyphenated)
|-
|<code><nowiki>{{convert|602|bycuyd|120cuyd|m0|ftdisp=out|abbr=off}}</nowiki></code>||{{convert|602|bycuyd|120cuyd|m0|ftdisp=out|abbr=off}}|| Input (''workaround'')
|-
|<code><nowiki>{{convert|602|xcuyd|120m3|m|ftdisp=unit2}}</nowiki></code>||{{convert|602|xcuyd|120m3|m|ftdisp=unit2}}|| Output unit (symbol)
|-
|<code><nowiki>{{convert|602|+/-cuyd|10m3|mdisp=unit2|ftabbr=off}}</nowiki></code>||{{convert|602|+/-cuyd|10m3|mdisp=unit2|ftabbr=off}}|}--> ===変換精度===変換後の精度は入力の精度に依存します。 {| class="wikitable"!入力の精度!!記述例!!表示Output unit (name)
|-
|1||<code><nowiki>{{convert|12|Rcuyd|Km3|disp=number}}</nowiki></code>||{{convert|12|Rcuyd|Km3|disp=number}}|| Output value
|-
|1.0000||<code><nowiki>{{convert|1.00002|Rcuyd|Km3|disp=out}}</nowiki></code>||{{convert|1.00002|Rcuyd|Km3|disp=out}}|| Output value and unit
|-
|1.00000000||<code><nowiki>{{convert|1.000000002|Rcuyd|Km3|disp=out|abbr=off}}</nowiki></code>||{{convert|1.000000002|Rcuyd|Km3|disp=ou|abbr=offt}}|| Output value and unit
|}
==英語版から移植する場合の注意Table options==*通常の移植と同様に、[[WikipediaFor the wikitable structure, there are two options:FAQ 翻訳]]、[[Wikipediasplit over columns and make the table sortable.===Show numbers only in columns in a table===Using {convert} in a table cell, with {{para|disp|table}} splits the result over two columns:翻訳のガイドライン]]をよくお読みのうえ、要約欄に必要事項を記載してください。以下はそれに付け加えての注意です。:<code><nowiki>{{convert|10|m|ft|disp=table}}</nowiki></code> → {{convert|10|m|ft|disp=table}}
|-
|-
| Use [[United States{{para|US]] spelling disp|tablecen}}| attach <code><nowiki>{{convert|sp20|m|ft|disp=us</nowiki></code>tablecen}}
|-
| Make units [[Wikipedia:Manual of Style {{para|disp|<other>}} <small>(linksdefault)</small>|wikilinked]] {{convert|30| attach <code>m|ft|disp=}}|} ===Sorting===:Use both {{para|disp|table}} {{para|sortable|on}} to produce table columns (pipe symbols), with sortable table column. As of January 2013, only the first (lefthand) column will sort (improvements pending). :<nowiki>{{convert|10|m|ft|disp=table|lksortable=on}}</nowiki></code> to link all units<br> attach →<code><nowiki>{{nowrap|lk{{convert|10|m|ft|disp=in</nowiki>table|sortable=on}}}}</code> to link only :This shows the input units<br> attach hidden numerical sortkey:<code><nowiki>align="right"|lk<span style=out<"display:none">7001100000000000000</nowikispan>10 |align="right"|33</code> to link only the output units<br>(The [[Wikipedia :Only make links that are relevant to the context{|manual of style]] suggests that you should not link common units of measurement).class="wikitable sortable"! m! ft
|-
| Use the adjective form {{convert|15+3/4| attach <code><nowiki>m|adjft|disp=on</nowiki></code> (e.g. "The 190-foot (58 m) bridge" as opposed to "The 190 feet..."). This produces the adjective form—the unit name in the singular with a hyphen (according to the [[WP:HYPHENtable|Manual of Style]]).sortable=on}}
|-
| Abbreviate all units {{convert|15.5| attach <code><nowiki>m|abbrft|disp=table|sortable=on</nowiki></code>}}
|-
| Use a / instead of ( ) {{convert|16.0| attach <code><nowiki>m|ft|disp=s</nowiki></code> (or <code><nowiki>table|dispsortable=/</nowiki></code>) (e.g. 190 foot/58 metre). Note that when using slashes all unit names either spelt out in full or abbreviated (where there exists an abbreviation).on}}
|-
| Use in a table {{convert|16| attach <code><nowiki>m|ft|disp=table</nowiki></code> Note: For use in tables the template must start on a new line after a pipe. Only the number will be displayed unless you set <code><nowiki>|abbrsortable=on</nowiki></code>, <code><nowiki>|lk=on</nowiki></code>, <code><nowiki>|lk=in</nowiki></code> or <code><nowiki>|lk=out</nowiki></code>. Example: [[Phnom_Penh#Highways_in_Phnom_Penh|here]]|-| Round to a specified number of significant figures|| attach <code><nowiki>|sigfig={some non-negative integer}</nowiki></code>. In the case of temperatures Celsius or Fahrenheit this refers to the difference with the absolute-zero temperature. For example, at room temperature two significant digits means rounded to tens of degrees.|-| Let ''Convert'' decide the unit to convert to|| skip the ''convert to'' parameter (which would otherwise be third unnamed parameter) e.g. <code><nowiki>{{convert|100|mi|0}}</nowiki></code> gives ''{{convert|100|mi|0}}''.
|}
===Rounding=Parameter list==''Convert'' supports four types of rounding.;Rounding to a given precision :Specify the desired precision with the fourth unnamed parameter or third unnamed parameter in the case where the ''convert to'' parameter is skipped (see above). The conversion is rounded off to the nearest power of 1/10 this number. For instance, if the result is 8621 and the round number is '-2', the result will be 8600. If the result is '234.0283043' and the round number is '0', the result will be 234. ;Rounding to a given number of significant figures:Specify the desired number of significant figures using <code><nowiki>|sigfig={some non-negative integer}</nowiki></code> as noted above. ;Combine both of the above:If both the desired precision and the desired number of significant figures are specified, the conversion will be rounded to the least precise of these. ;Default rounding:If neither the desired precision nor the desired number of significant figures are specified, the conversion will be rounded either to a comparable precision as the input value (the number of decimals remains the same if the conversion is a multiplication by a number between 0.2 and 2, is decreased by 1 if the factor is between 2 and 20, etc.) or to two significant figures whichever is the most precise. An exception to this is temperature wherein the conversion will be rounded either to precision comparable to that of the input value or to that which would give three significant figures when expressed in kelvin, whichever is the most precise. ==Units supported by <nowiki>{{Convert}}</nowiki>==The table below lists units supported by this template. It is divided up according to the quantity being measured. Not all supported units are listed here, there are links to complete lists for each quantity. The codes listed in the ''code'' column (column 3) are accepted as input by the template.These can be used as the second or third unnamed parameter. For some units there exist alternative codes. These are listed in brackets and have been incorporated to make the code more flexible for editors, e.g. °F ''or'' F may be entered. The codes listed in the ''combinations'' column (column 7) can be used to produce multiple conversions. They can only be used as the third unnamed parameter, e.g. <code><nowiki>{{convert|55|nmi|km mi}}</nowiki></code> produces ''{{convert|55|nmi|km mi}}''. Without box: [[Template:Convert/list of units]]. <div style="height: 400px; overflow: auto; padding: 3px; border:1px solid #AAAAAA; reflist4" >{{Convertdoc/parameter list of units}}</div> ==Example/monitor page==Monitor quality or look at examples at [[Template:Convert/check]]
<includeonly>
</includeonly>