<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Module%3AConvert%2Fextra</id>
	<title>Module:Convert/extra - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Module%3AConvert%2Fextra"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Module:Convert/extra&amp;action=history"/>
	<updated>2026-04-29T10:33:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Module:Convert/extra&amp;diff=3375&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Module:Convert/extra&amp;diff=3375&amp;oldid=prev"/>
		<updated>2022-07-23T12:45:17Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:15, 23 July 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Module:Convert/extra&amp;diff=3374&amp;oldid=prev</id>
		<title>wikipedia&gt;Johnuniq: add &quot;inches&quot; alias per talk request; this means most common units have plural aliases</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Module:Convert/extra&amp;diff=3374&amp;oldid=prev"/>
		<updated>2022-06-12T05:19:18Z</updated>

		<summary type="html">&lt;p&gt;add &amp;quot;inches&amp;quot; alias per talk request; this means most common units have plural aliases&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Extra conversion data used by Module:Convert.&lt;br /&gt;
--&lt;br /&gt;
-- [[Module:Convert/data]] defines all units and is transcluded in all pages&lt;br /&gt;
-- where [[Module:Convert]] is used. Testing new units by editing that module&lt;br /&gt;
-- would invalidate the cache for all affected pages.&lt;br /&gt;
--&lt;br /&gt;
-- For quick changes and experiments with new units, this module can be edited.&lt;br /&gt;
-- Since this module is transcluded in only a small number of pages, changes&lt;br /&gt;
-- should cause little server overhead and should propagate quickly.&lt;br /&gt;
--&lt;br /&gt;
-- If a unit is defined in the data module, any definition here is ignored,&lt;br /&gt;
-- so defining the same unit in both modules is not an error.&lt;br /&gt;
-- A unit defined here can refer to units that are also defined here, and&lt;br /&gt;
-- can refer to units defined in the data module.&lt;br /&gt;
--&lt;br /&gt;
-- Periodically, those extra units that are wanted permanently can be removed&lt;br /&gt;
-- from here after being added to [[Module:Convert/data]].&lt;br /&gt;
&lt;br /&gt;
local extra_units = {&lt;br /&gt;
    [&amp;quot;sec&amp;quot;] = {  -- experiment per request at [[Template talk:Convert#Auto-select time unit?]]&lt;br /&gt;
	_name1   = &amp;quot;second&amp;quot;,&lt;br /&gt;
	_symbol  = &amp;quot;s&amp;quot;,&lt;br /&gt;
	utype    = &amp;quot;time&amp;quot;,&lt;br /&gt;
	scale    = 1,&lt;br /&gt;
	prefixes = 1,&lt;br /&gt;
	default  = &amp;quot;v &amp;lt; 7200 ! min ! h&amp;quot;,&lt;br /&gt;
	link     = &amp;quot;Second&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    [&amp;quot;inches&amp;quot;] = {&lt;br /&gt;
	target   = &amp;quot;in&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
return { extra_units = extra_units }&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Johnuniq</name></author>
	</entry>
</feed>