<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AConvert%2Fshow%2Fdoc</id>
	<title>Module:Convert/show/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AConvert%2Fshow%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Convert/show/doc&amp;action=history"/>
	<updated>2026-06-07T05:13:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Convert/show/doc&amp;diff=135757&amp;oldid=prev</id>
		<title>imported&gt;Johnuniq: mention list of links</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Convert/show/doc&amp;diff=135757&amp;oldid=prev"/>
		<updated>2018-02-02T02:48:06Z</updated>

		<summary type="html">&lt;p&gt;mention list of links&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This module can be used to prepare tables of wikitext to display simple documentation for specified units. Data is obtained by calling [[Module:Convert]]. In addition, the module can be used to show {{tl|convert}} usage examples.&lt;br /&gt;
&lt;br /&gt;
== Listing links ==&lt;br /&gt;
See [[Module talk:Convert/show]] for a list of unique links for units. The list is shorter and easier to check than the [[Module:Convert/documentation/conversion data/doc|full list of units]].&lt;br /&gt;
&lt;br /&gt;
== Displaying unit information ==&lt;br /&gt;
The module contains a built-in list of commonly used units. The information at [[Help:Convert units#Units]] is the output from:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:convert/show|units}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When no units are specified, the full built-in list of unit codes is used. In addition, the headings and examples defined in the module are displayed.&lt;br /&gt;
&lt;br /&gt;
Units may be specified by entering section names or individual unit codes. No headings or examples are included if units are specified.&lt;br /&gt;
&lt;br /&gt;
For example, one or more sections from the full list can be displayed as in the following examples:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:convert/show|units|length}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:convert/show|units|length|mass|area}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any &amp;quot;input&amp;quot; unit codes can be specified individually, for example, the following line:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:convert/show|units|um|cm|ug|kg}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
gives the result:&lt;br /&gt;
{{#invoke:convert/show|units|um|cm|ug|kg}}&lt;br /&gt;
Only units suitable for use as a conversion input can be used. For example, &amp;lt;code&amp;gt;ftin&amp;lt;/code&amp;gt; cannot be used as it is an output unit which displays the result in feet and inches.&lt;br /&gt;
&lt;br /&gt;
== Displaying usage examples ==&lt;br /&gt;
The module can display examples of {{tlf|convert}} usage in a list or a table. The required parameters must be separated with &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt;&amp;amp;nbsp;(exclamation mark) rather than the normal &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt;&amp;amp;nbsp;(pipe), and a parameter that includes an equals sign must be prefixed with &amp;lt;code&amp;gt;1=&amp;lt;/code&amp;gt; (for the first parameter), or &amp;lt;code&amp;gt;2=&amp;lt;/code&amp;gt; (for the second), etc.&lt;br /&gt;
&lt;br /&gt;
For example, the following line:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:convert/show|list|1=123!cm!in!abbr=on|2=125!sqft!m2!abbr=off!sp=us}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
gives the result:&lt;br /&gt;
{{#invoke:convert/show|list|1=123!cm!in!abbr=on|2=125!sqft!m2!abbr=off!sp=us}}&lt;br /&gt;
&lt;br /&gt;
The same information can be displayed in a table.&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:convert/show|table|1=123!cm!in!abbr=on|2=125!sqft!m2!abbr=off!sp=us}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
gives the result:&lt;br /&gt;
{{#invoke:convert/show|table|1=123!cm!in!abbr=on|2=125!sqft!m2!abbr=off!sp=us}}&lt;br /&gt;
&lt;br /&gt;
== Substitution ==&lt;br /&gt;
Results from invoking the module can be [[WP:Substitution|substituted]] into the current page, for example:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:#invoke:convert/show|units|length}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:#invoke:convert/show|table|1=123!cm!in!abbr=on|2=125!sqft!m2!abbr=off!sp=us}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitution may be useful if editing of the resulting wikitext is required.&lt;/div&gt;</summary>
		<author><name>imported&gt;Johnuniq</name></author>
	</entry>
</feed>