<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.s3.privateworks.com/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="http://wiki.s3.privateworks.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AConvert%2Fextra"/>
	<link rel="alternate" type="text/html" href="http://wiki.s3.privateworks.com/index.php?title=Module:Convert/extra&amp;action=history"/>
	<updated>2026-06-04T04:07:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://wiki.s3.privateworks.com/index.php?title=Module:Convert/extra&amp;diff=1087&amp;oldid=prev</id>
		<title>Arcology Expert Program: Created page with &quot;-- Extra conversion data used by Module:Convert. -- -- Module:Convert/data defines all units and is transcluded in all pages -- where Module:Convert is used. Testing new units by editing that module -- would invalidate the cache for all affected pages. -- -- For quick changes and experiments with new units, this module can be edited. -- Since this module is transcluded in only a small number of pages, changes -- should cause little server overhead and should prop...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.s3.privateworks.com/index.php?title=Module:Convert/extra&amp;diff=1087&amp;oldid=prev"/>
		<updated>2022-10-25T00:19:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- Extra conversion data used by Module:Convert. -- -- &lt;a href=&quot;/index.php/Module:Convert/data&quot; title=&quot;Module:Convert/data&quot;&gt;Module:Convert/data&lt;/a&gt; defines all units and is transcluded in all pages -- where &lt;a href=&quot;/index.php/Module:Convert&quot; title=&quot;Module:Convert&quot;&gt;Module:Convert&lt;/a&gt; is used. Testing new units by editing that module -- would invalidate the cache for all affected pages. -- -- For quick changes and experiments with new units, this module can be edited. -- Since this module is transcluded in only a small number of pages, changes -- should cause little server overhead and should prop...&amp;quot;&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;
    [&amp;quot;bit&amp;quot;] = {&lt;br /&gt;
	_name1   = &amp;quot;bit&amp;quot;,&lt;br /&gt;
	_symbol  = &amp;quot;bit&amp;quot;,&lt;br /&gt;
	utype    = &amp;quot;information&amp;quot;,&lt;br /&gt;
	scale    = 0.125,&lt;br /&gt;
	prefixes = 1,&lt;br /&gt;
	default  = &amp;quot;B&amp;quot;,&lt;br /&gt;
	link     = &amp;quot;Bit&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    [&amp;quot;B&amp;quot;] = {&lt;br /&gt;
	_name1   = &amp;quot;byte&amp;quot;,&lt;br /&gt;
	_symbol  = &amp;quot;B&amp;quot;,&lt;br /&gt;
	utype    = &amp;quot;information&amp;quot;,&lt;br /&gt;
	scale    = 8,&lt;br /&gt;
	prefixes = 1,&lt;br /&gt;
	default  = &amp;quot;bit&amp;quot;,&lt;br /&gt;
	link     = &amp;quot;Byte&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    [&amp;quot;DW-tonne&amp;quot;] = {&lt;br /&gt;
	name1_us = &amp;quot;deadweight metric ton&amp;quot;,&lt;br /&gt;
	symbol   = &amp;quot;deadweight tonne&amp;quot;,&lt;br /&gt;
	sym_us   = &amp;quot;~deadweight metric ton&amp;quot;,&lt;br /&gt;
	usename  = 1,&lt;br /&gt;
	utype    = &amp;quot;mass&amp;quot;,&lt;br /&gt;
	scale    = 1000,&lt;br /&gt;
	default  = &amp;quot;DWton&amp;quot;,&lt;br /&gt;
	link     = &amp;quot;Deadweight tonnage&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    [&amp;quot;hm³&amp;quot;] = {&lt;br /&gt;
	target   = &amp;quot;hm3&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>Arcology Expert Program</name></author>
	</entry>
</feed>