Module:Convert/text: Difference between revisions

(update from sandbox per Template talk:Convert#Module version 10)
(update from sandbox per Template talk:Convert#Module version 11)
Line 34:
{ "US", link = "United States customary units" },
{ "U.S.", link = "United States customary units" },
{ "imperial", link = "Imperial unitunits" },
{ "imp", link = "Imperial unitunits" },
}
 
Line 233:
["5"] = "opt_comma5", -- only use numsep grouping if 5 or more digits
["gaps"] = "opt_gaps", -- use gaps, not numsep, to separate groups of digits
["gaps5gaps3"] = "opt_gaps, opt_comma5opt_gaps3", -- opt_gapsgroup only in threes rather than default of no gap before a single digit after +decimal opt_comma5mark
["gaps5"] = "opt_gaps?", -- deprecated 2015-05-29, was: opt_gaps + opt_comma5
["off"] = "opt_nocomma", -- no numsep in input or output numbers
},
Anonymous user