Editing
Module:Convert/doc
From Thetacola Wiki
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Transwiki guide|text=See [[Template:Convert/Transwiki guide|'''how to copy the convert template''']] for information on copying this module and modifying it for use on another wiki.}} {{High-risk|900000+}} {{Module rating|p}} {{Lua|Module:Convert/data|Module:Convert/text|Module:Convert/wikidata|Module:Convert/wikidata/data|Module:Convert/extra|Module:ConvertNumeric|noprotcat=yes}} {{Uses TemplateStyles|Template:Fraction/styles.css|Template:Sfrac/styles.css|noprotcat=yes}} This module converts a value from one unit of measurement to another. For example: * <code><nowiki>{{convert|123|lb|kg}}</nowiki></code> β 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 <code>kg</code>), or displayed as names (like <code>kilogram</code>), and the output value can be rounded to a specified precision. For usage information, see [[Help:Convert]]. == Templates and modules == Templates that invoke this module are: * [[Template:Convert]] * [[Template:Cvt]] {{green|1=(convert with abbr=on)}} The following modules are required: * [[Module:Convert]] β ''(this module)'' code to convert units * [[Module:Convert/data]] β unit definitions * [[Module:Convert/text]] β text messages, and parameter names and values The following modules are optional and are used only if required and if the module exists: * [[Module:Convert/extra]] β extra (temporary) unit definitions; used if a unit is not found in [[Module:Convert/data]] * [[Module:ConvertNumeric]] β code to spell an input value in words (only English is supported; however, see [[:vi:Module:ConvertNumeric]]) For Wikidata support the following modules are required: * [[Module:Convert/wikidata]] * [[Module:Convert/wikidata/data]] The following help pages are available: * [[Help:Convert]] β overview * [[Help:Convert messages]] β describes error and warning messages; messages link to this page so it is required when the module is copied to another wiki * [[Help:Convert units]] β overview of units A page containing a convert error is added to the following hidden category, providing the page is in a specified [[WP:Namespace|namespace]] (articles, by default): * {{clc|Convert errors}} Units are defined in the wikitext of the master list of units. * [[Module:Convert/documentation/conversion data]] β master list of unit definitions * [[Module:Convert/makeunits]] β translates wikitext from the master list to Lua * [[Module talk:Convert/makeunits]] β makeunits results; copy the text to [[Module:Convert/data]] [[Module:Convert/data]] is transcluded into every page using the convert module, so experimenting with a new unit in that module would involve a significant overhead. The [[Module:Convert/extra]] module is an alternative which is only transcluded on pages with a unit that is not defined in the main data module. [[Module talk:Convert/show]] lists all unit links so they can be checked. == Sandbox == When making a change, copy the current modules to the sandbox pages, then edit the sandbox copies: {{#invoke:convert/tester|compare}} Use the following template to test the results (example <code><nowiki>{{convert/sandbox|123|lb|kg}}</nowiki></code>): * [[Template:Convert/sandbox]] [[Template:Convert/sandbox]] invokes [[Module:Convert/sandbox]] with parameter {{para|sandbox|sandbox}} which causes convert to use the sandbox modules rather than the normal modules. The following should be used to test the results of editing the convert modules. * [[Template:Convert/testcases#Sandbox testcases]] β links to testcases * [[Module:Convert/tester]] β module to run tests by comparing template output with fixed text It is not necessary to save a testcases page before viewing test results. For example, [[Template:Convert/testcases/sandbox4]] could be edited to change the tests. While still editing that page, paste {{nowrap|"<code>Template talk:Convert/testcases/sandbox4</code>"}} (without quotes) into the page title box under "Preview page with this template", then click "Show preview". == Configuration == The template that invokes this module can define options to configure the module. For example: * <code><nowiki>{{#invoke:convert|convert|numdot=,|numsep=.}}</nowiki></code> :Sets the [[decimal mark]] to be a comma, and the thousands separator to be a dot. Other options, with default values, are: * <code>|maxsigfig=14</code> β maximum number of significant figures * <code>|nscat=0</code> β [[WP:Namespace|namespaces]] (comma separated) in which an error or warning adds a category to the page * <code>|warnings=0</code> β 0 (zero) disables warnings; 1 shows important warnings; 2 shows all warnings An option in the template can specify that the sandbox versions of the modules be used. If specified, the text on the right-hand side of the equals sign must be the name of the subpage for each sandbox module. * <code>|sandbox=sandbox</code> β omit for normal operation All text used for input parameters and for output messages and categories can be customized. For example, at enwiki the option <code>|lk=on</code> can be used to link each displayed unit to its article. The "<code>lk</code>" and "<code>on</code>" can be replaced with any desired text. In addition, input and output numbers can be formatted and can use digits in the local language. See the [[Template:Convert/Transwiki guide/translate|translation guide]] for more information. == To do == Document the modules to access Wikidata! == Module version history == * [[Template talk:Convert/Archive December 2013#Request to switch to Module:Convert|Version 1]] December 2013 * [[Template talk:Convert/Archive January 2014#Module v2 soon|Version 2]] January 2014 * [[Template talk:Convert/Archive April 2014#Module version 3|Version 3]] April 2014 * [[Template talk:Convert/Archive July 2014#Module version 4|Version 4]] July 2014 * [[Template talk:Convert/Archive September 2014#Module version 5|Version 5]] September 2014 * [[Template talk:Convert/Archive November 2014#Module version 6|Version 6]] November 2014 * [[Template talk:Convert/Archive December 2014#Module version 7|Version 7]] December 2014 * [[Template talk:Convert/Archive February 2015#Module version 8|Version 8]] February 2015 * [[Template talk:Convert/Archive February 2015#Module version 9|Version 9]] February 2015 * [[Template talk:Convert/Archive May 2015#Module version 10|Version 10]] May 2015 * [[Template talk:Convert/Archive June 2015#Module version 11|Version 11]] June 2015 * [[Template talk:Convert/Archive August 2015#Module version 12|Version 12]] August 2015 * [[Template talk:Convert/Archive March 2016#Module version 13|Version 13]] March 2016 * [[Template talk:Convert/Archive June 2016#Module version 14|Version 14]] June 2016 {{green|(introduced handling of Wikidata)}} * [[Template talk:Convert/Archive September 2016#Module version 15|Version 15]] September 2016 * [[Template talk:Convert/Archive January 2017#Module version 16|Version 16]] January 2017 * [[Template talk:Convert/Archive May 2017#Module version 17|Version 17]] May 2017 * [[Template talk:Convert/Archive July 2017#Module version 18|Version 18]] July 2017 * [[Template talk:Convert/Archive August 2017#Module version 19|Version 19]] August 2017 * [[Template talk:Convert/Archive December 2017#Module version 20|Version 20]] December 2017 {{green|(changed symbols for dot and micro)}} * [[Template talk:Convert/Archive January 2018#Module version 21|Version 21]] January 2018 {{green|(remove many deprecated options)}} * [[Template talk:Convert/Archive February 2018#Module version 22|Version 22]] February 2018 {{green|(many unit link changes)}} * [[Template talk:Convert/Archive June 2018#Module version 23|Version 23]] June 2018 {{green|1=(warnings for ignored numbered parameters; adj=pre/disp=preunit changes; currency units removed)}} * [[Template talk:Convert/Archive May 2019#Module version 24|Version 24]] May 2019 {{green|1=(hidden sort key uses data-sort-value; avoid using the extra data module)}} * [[Template talk:Convert/Archive 2#Module version 25|Version 25]] May 2021 {{green|1=(use templatestyles [[Template:Fraction/styles.css]] or [[Template:Sfrac/styles.css]] for fractions)}} * [[Template talk:Convert/Archive 2#Module version 26|Version 26]] June 2021 {{green|1=(many unit link changes)}} * [[Template talk:Convert#Module version 27|Version 27]] February 2022 {{green|1=(enhance Mach parameters; use spaced en dash when needed; unit tweaks)}} <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| [[Category:Modules that add a tracking category]] }}</includeonly>
Summary:
Please note that all contributions to Thetacola Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Project:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Category link with count
(
edit
)
Template:Clc
(
edit
)
Template:Green
(
edit
)
Template:High-risk
(
edit
)
Template:High-use
(
edit
)
Template:Lua
(
edit
)
Template:Module rating
(
edit
)
Template:Nowrap
(
edit
)
Template:Ombox
(
edit
)
Template:Para
(
edit
)
Template:Transwiki guide
(
edit
)
Template:Uses TemplateStyles
(
edit
)
Module:Arguments
(
edit
)
Module:Convert
(
edit
)
Module:Convert/data
(
edit
)
Module:Convert/data/sandbox
(
edit
)
Module:Convert/extra
(
edit
)
Module:Convert/extra/sandbox
(
edit
)
Module:Convert/sandbox
(
edit
)
Module:Convert/tester
(
edit
)
Module:Convert/text
(
edit
)
Module:Convert/text/sandbox
(
edit
)
Module:Convert/wikidata
(
edit
)
Module:Convert/wikidata/data
(
edit
)
Module:Convert/wikidata/data/sandbox
(
edit
)
Module:Convert/wikidata/sandbox
(
edit
)
Module:High-use
(
edit
)
Module:List
(
edit
)
Module:Lua banner
(
edit
)
Module:Message box
(
edit
)
Module:Message box/configuration
(
edit
)
Module:Message box/ombox.css
(
edit
)
Module:String
(
edit
)
Module:TNT
(
edit
)
Module:TableTools
(
edit
)
Module:Transclusion count
(
edit
)
Module:Transclusion count/data/C
(
edit
)
Module:Uses TemplateStyles
(
edit
)
Module:Uses TemplateStyles/config
(
edit
)
Module:Yesno
(
edit
)
Navigation menu
Page actions
Module
Discussion
Read
Edit source
History
Page actions
Module
Discussion
More
Tools
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Search
Tools
What links here
Related changes
Special pages
Page information