सहाय्य:Convert messages
साचा:Wikipedia how to This page describes the error and warning messages reported by Module:Convert if a problem is detected while using {{convert}} to convert a value from one unit of measurement to another.
- सहाय्य:Convert • Overview
- सहाय्य:Convert units • Simplified list of some commonly used units
प्रश्न विचारणे
संपादनIf a problem cannot readily be resolved, please report it at one of the following.
- साचा चर्चा:Convert • Questions on using the convert template, or discussion of any problems encountered
- विकिपीडिया:सहाय्य मेज • General questions
- विभाग चर्चा:Convert • Discussion concerning the convert modules
त्रुटी व इशाऱ्याचे संदेश
संपादनNeeds a number
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|123|m|ft}}
→ १२३ मीटर (४०४ फूट){{convert||m|ft}}
→ रुपांतरण त्रूटी: किंमत हवी
An input number is required. In the first example above, the input number is 123
.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Needs another number
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|10|x|20|m|ft}}
→ १० by २० मीटर (३३ फूट × ६६ फूट){{convert|10|x| |m|ft}}
→ रुपांतरण त्रूटी: वेगळी किंमत हवी{{convert|10|x|20|x| |m|ft}}
→ रुपांतरण त्रूटी: वेगळी किंमत हवी
The first input number was specified, but the range used requires another number.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
अवैध नंबर
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|1|km|ft}}
→ १ किलोमीटर (३,३०० फूट){{convert|km|ft}}
→ रुपांतरण त्रूटी: मूल्य "km" अंकातच आवश्यक आहे
A number to be converted can be entered as in these examples: 1.23
or 1,234
or -0.9
.
Fractions are entered as in these examples: 1+2/3
(12⁄3) or -1-2/3
(−12⁄3) or 2/3
(2⁄3).
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Number overflow
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|1e290|m|ft}}
→ १e२९० मीटर (३.३×१०२९० फूट){{convert|1e310|m|ft}}
→ १e३१० मीटर (-.nan×१०३१३ फूट)
This error occurs if a number exceeds the range of values available for calculations. The number 1e290 means 1×10290.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Invalid precision
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|21455|acre|ha|2}}
→ २१,४५५ एकर (८,६८२.५३ ha){{convert|21455|acre|ha|-2}}
→ २१,४५५ एकर (८,७०० ha){{convert|21455|acre|ha|2.5}}
→ रुपांतरण त्रूटी: प्राचल अचूकता "2.5" हा पूर्णांकच हवा
A precision value is entered after the conversion information. For example, |2
gives a result that is rounded to two decimal places, while |-2
rounds to the nearest 100 so that two zeroes occur at the end of the number. This message will only appear if warnings have been enabled.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Precision too large
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|123|m|ft|2}}
→ १२३ मीटर (४०३.५४ फूट){{convert|123|m|ft|200}}
→ रुपांतरण त्रूटी: अचूकता "200" ही फारच मोठी आहे
Generally there is no reason to use a precision of more than a few decimal places, however, larger values may be used. The error shown occurs if the requested precision is higher than the maximum supported by the server.
A negative precision rounds to the nearest 10 (parameter |-1
), or nearest 100 (|-2
), or nearest 1000 (|-3
), etc. A large negative precision produces a zero output.
{{convert|123|m|ft|-2}}
→ १२३ मीटर (४०० फूट){{convert|123|m|ft|-200}}
→ १२३ मीटर (० फूट)
Using a very small input value can cause the default precision to exceed the limit (1.234e-200
is 1.234×10−200). For such very small values, it is better to use the |sigfig=
option.
{{convert|1.234|m|ft}}
→ १.२३४ मीटर (४.०५ फूट){{convert|1.234e-200|m|ft}}
→ रुपांतरण त्रूटी: अचूकता "202" ही फारच मोठी आहे{{convert|1.234e-200|m|ft|sigfig=3}}
→ १.२३४e-२०० मीटर (४.०५×१०−२०० फूट)
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Invalid fraction
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|12.31|m|ftin|frac=8}}
→ १२.३१ मीटर (४० फूट ५ इंच){{convert|12.31|m|ftin|frac=1}}
→ १२.३१ मीटर (४० फूट ५ इंच){{convert/warning|12.31|m|ftin|frac=on}}
→ १२.३१ मीटर (४० फूट ५ इंच)
A fraction denominator can be specified to display results with a fraction where appropriate. For example, |frac=8
specifies that the value should be rounded to the nearest eighth, and that a fraction should be included if necessary. A fraction denominator must be a whole number with value 2 or more. This message will only appear if warnings have been enabled.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Invalid sigfig
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|1234|ft|m|sigfig=2}}
→ १,२३४ फूट (३८० मी){{convert|1234|ft|m|sigfig=0}}
→ रुपांतरण त्रूटी: Parameter sigfig "0" must be a positive integer{{convert|1234|ft|m|sigfig=2.5}}
→ रुपांतरण त्रूटी: Parameter sigfig "2.5" must be a positive integer
The number of significant figures in the result can be specified. For example, |sigfig=2
requests two significant figures. The number of significant figures must be a whole number with value 1 or more. This message will only appear if warnings have been enabled.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Deprecated option
संपादनप्रश्न पडला? वर जा. |
Mouseover the asterisk after the convert result to see further information.[a]
{{convert|123|m|ft|sortable=on}}
→ १२३ मीटर (४०४ फूट){{convert|123|m|ft|sortable=out}}
→ 123 metres (404 ft)*
The option |sortable=on
outputs a hidden sort key for use in a sortable table. The option |sortable=out
is now the same as |sortable=on
, and the latter should be used. See deprecated options for information regarding which options should be used to replace those that are being phased out.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Empty option
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|123|m|ft|sp=us}}
→ १२३ मीटर (४०४ फूट){{convert|123|m|ft|sp=}}
→ १२३ मीटर (४०४ फूट)
The option |sp=us
specifies that US spelling should be used ("meters" instead of "metres"). However, |sp=
has no effect as no value is specified. This message will only appear if all warnings have been enabled.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Invalid option
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|123|m|ft|abbr=off}}
→ १२३ मीटर (४०४ फूट){{convert|123|m|ft|abr=off}}
→ १२३ मीटर (४०४ फूट)
The option |abbr=off
specifies that abbreviations are off, that is, unit names will be used instead of symbols. By contrast, |abr=off
is ignored because "abr" is not the name of an option. This message will only appear if warnings have been enabled.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Needs unit name
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|12|ft}}
→ १२ फूट (३.७ मी){{convert|12}}
→ रुपांतरण त्रूटी: एककाचे नाव हवे{{convert|12||ft}}
→ रुपांतरण त्रूटी: एककाचे नाव हवे{{convert|12|x|20|ft}}
→ १२ by २० फूट (३.७ मी × ६.१ मी){{convert|12|x|20}}
→ रुपांतरण त्रूटी: एककाचे नाव हवे
A unit code must be specified following the input number or numbers.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Unknown unit
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|12|ft|mi}}
→ १२ फूट (०.००२३ मैल){{convert|12|Ft|mi}}
→ रुपांतरण त्रूटी: "Ft" एकक अनोळखी आहे{{convert|12|ft|m i}}
→ रुपांतरण त्रूटी: "m i" एकक अनोळखी आहे
Each unit code must exactly match a known unit, case sensitive. A simplified list of unit codes is at Help:Convert units, and all available unit codes are here.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Unit mismatch
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|123|psi|Pa}}
→ १२३ pounds per square inch (८,५०,००० Pa){{convert|123|psi|ha}}
→ रुपांतरण त्रूटी: "pressure" ला "area" म्हणून बदलवू शकत नाही
It is only possible to convert between units that have the same type. For example, psi
and Pa
are each of type "pressure" so a psi
value can be converted to Pa
. However, a psi
value cannot be converted to a unit of a different type, such as ha
(hectare) which has type "area".
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Ambiguous unit
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|21|mpgus|L/km}}
→ २१ मैल per US gallon (०.११ ली/किमी){{convert|21|mpg|L/km}}
→ रुपांतरण त्रूटी: Usempgus
for miles per US gallon ormpgimp
for miles per imperial gallon (notmpg
){{convert|21|USpt|L}}
→ २१ US pint (९.९ ली){{convert|21|pt|L}}
→ रुपांतरण त्रूटी: UseUSpt
for US pints orimppt
for imperial pints (notpt
)
Some unit codes are not supported; using them results in an message indicating that a different unit code should be chosen.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Unit invalid here
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|123|K|C F}}
→ १२३ के (−१५० °से; −२३८ °फॅ){{convert|123|C F|K}}
→ रुपांतरण त्रूटी: "C F" एकक हे येथे अवैध आहे{{convert|12345|ft|mi km}}
→ १२,३४५ फूट (२.३३८१ मैल; ३.७६३ किमी){{convert|12345|ft|yd+mi+km}}
→ रुपांतरण त्रूटी: "yd+mi+km" एकक अनोळखी आहे{{convert|12345|ft|yd+mi km}}
→ रुपांतरण त्रूटी: "yd+mi km" एकक अनोळखी आहे
Some units can only be used as outputs. For example "C F
" displays a temperature in Celsius and Fahrenheit. Such a unit cannot be used with an input value, because, for example, there is no such temperature as "123 C F
". Some output combinations are predefined—"C F
" is one example, and "mi km
" (miles and kilometres) is another. It is also possible to construct an output combination by joining unit codes with "+
". However, individual units have to be specified, and an output combination cannot be used.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Wikidata problem
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|input=P123}}
→ [convert: wikidata problem]
An unexpected error occurred while attempting to use the Wikidata modules to read property or item information. This error should not occur; the above is a simulation of what would be displayed if, for example, the Wikidata modules were not available, or if they contained an error.
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
Invalid input
संपादनप्रश्न पडला? वर जा. |
Mouseover the message to see further information.[a]
{{convert|input=whatever}}
→ [convert: invalid input]
Convert is configured to display any input text without error if a conversion fails, so this error should not occur. The above is a simulation of what would be displayed if convert were configured to show problems when a conversion was not possible.
The following examples use the input
parameter. The unit mV
is known to convert, but since no useful conversion is possible, there is no output. There is no boxes
unit, so the input is displayed as given. The final example follows the same rule because P123.
is not a valid property identifier.
{{convert|input=12 mV}}
→ रुपांतरण त्रूटी: किंमत हवी{{convert|input=12 mV|abbr=on}}
→ रुपांतरण त्रूटी: किंमत हवी{{convert|input=12 boxes}}
→ रुपांतरण त्रूटी: किंमत हवी{{convert|input=P123.}}
→ रुपांतरण त्रूटी: किंमत हवी
Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]
नोंदी
संपादन