ह्या लेखाचा/विभागाचा इंग्रजी किंवा अमराठी भाषेतून मराठी भाषेत भाषांतर करावयाचे बाकी आहे. अनुवाद करण्यास आपलाही सहयोग हवा आहे. ऑनलाईन शब्दकोश आणि इतर सहाय्या करिता भाषांतर प्रकल्पास भेट द्या.


साचा: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.

प्रश्न विचारणे संपादन

If a problem cannot readily be resolved, please report it at one of the following.

त्रुटी व इशाऱ्याचे संदेश संपादन

Needs a number संपादन

Mouseover the message to see further information.[a]

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]

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 (1+23) or -1-2/3 (−1+23) or 2/3 (23).

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]

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}}7002123000000000000१२३ मीटर (४०४ फूट)
  • {{convert|123|m|ft|sortable=out}}7002123000000000000123 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]

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]

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}}रुपांतरण त्रूटी: Use mpgus for miles per US gallon or mpgimp for miles per imperial gallon (not mpg)
  • {{convert|21|USpt|L}} → २१ US pint (९.९ ली)
  • {{convert|21|pt|L}}रुपांतरण त्रूटी: Use USpt for US pints or imppt for imperial pints (not pt)

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]

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]

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 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.

Pages with this error are automatically placed in वर्ग:कन्व्हर्टच्या त्रुटी.[b]

नोंदी संपादन

  1. ^ a b c d e f g h i j k l m n o p q r माऊसचा पॉइंटर जर कन्व्हर्टच्या संदेशावर आणला तर,(mouseover) पॉप-अप विंडोमध्ये अधिक माहिती दिसेल.
  2. ^ a b c d e f g h i j k l m n o p q r जर ते पान एखादा लेख असेल(मुख्य नामविश्वातील पान) तरच फक्त वर्ग त्यात अंतर्भूत होईल.
ह्या लेखाचा/विभागाचा इंग्रजी किंवा अमराठी भाषेतून मराठी भाषेत भाषांतर करावयाचे बाकी आहे. अनुवाद करण्यास आपलाही सहयोग हवा आहे. ऑनलाईन शब्दकोश आणि इतर सहाय्या करिता भाषांतर प्रकल्पास भेट द्या.