Module:Convert/data and Module:Convert/data/sandbox: Difference between pages
More actions
(Difference between pages)
Created page with "-- Conversion data used by Module:Convert which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for links..." |
Created page with "-- Conversion data used by Module:Convert which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for links..." |
||
Line 3,728: | Line 3,728: | ||
["mile"] = { | ["mile"] = { | ||
target = "mi", | target = "mi", | ||
usename = 1, | |||
}, | }, | ||
["miles"] = { | ["miles"] = { | ||
target = "mi", | target = "mi", | ||
usename = 1, | |||
}, | }, | ||
["parsec"] = { | ["parsec"] = { |