<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.stiles.casa/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://wiki.stiles.casa/index.php?action=history&amp;feed=atom&amp;title=Module%3AConvert%2Fextra"/>
	<link rel="alternate" type="text/html" href="https://wiki.stiles.casa/index.php?title=Module:Convert/extra&amp;action=history"/>
	<updated>2026-05-08T05:10:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://wiki.stiles.casa/index.php?title=Module:Convert/extra&amp;diff=7714&amp;oldid=prev</id>
		<title>imported&gt;Johnuniq: do what I mean</title>
		<link rel="alternate" type="text/html" href="https://wiki.stiles.casa/index.php?title=Module:Convert/extra&amp;diff=7714&amp;oldid=prev"/>
		<updated>2022-03-31T23:16:44Z</updated>

		<summary type="html">&lt;p&gt;do what I mean&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;
}&lt;br /&gt;
&lt;br /&gt;
return { extra_units = extra_units }&lt;/div&gt;</summary>
		<author><name>imported&gt;Johnuniq</name></author>
	</entry>
</feed>