Module:Convert/doc
Appearance
This is the documentation page for Module:Convert
| See how to copy the convert template for information on copying this module and modifying it for use on another wiki. |
| This Lua module is used on approximately 1,160,000 pages, or roughly 35452% of all pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
| This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
This module converts a value from one unit of measurement to another. For example:
{{convert|123|lb|kg}}→ 123 pounds (56 kg)
The module is called using a template—parameters passed to the template are used by this module to control how a conversion is performed. For example, units can be abbreviated (like kg), or displayed as names (like kilogram), and the output value can be rounded to a specified precision. For usage information, see Help:Convert.
For documentation see wikipedia page wikipedia:Module:Convert