The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 21: | Line 21: | ||
['c'] = { exponent = -2, name = 'centi', }, | ['c'] = { exponent = -2, name = 'centi', }, | ||
['m'] = { exponent = -3, name = 'milli', }, | ['m'] = { exponent = -3, name = 'milli', }, | ||
['μ'] = { exponent = -6, name = 'micro', | ['μ'] = { exponent = -6, name = 'micro', prefix = 'µ' }, -- key = 'GREEK SMALL LETTER MU' (U+03BC) utf-8 CE BC | ||
['µ'] = { exponent = -6, name = 'micro', | ['µ'] = { exponent = -6, name = 'micro', }, -- key = 'MICRO SIGN' (U+00B5) utf-8 C2 B5 | ||
['u'] = { exponent = -6, name = 'micro', prefix = ' | ['u'] = { exponent = -6, name = 'micro', prefix = 'µ' }, -- not an SI prefix, but allow for people typing this | ||
['n'] = { exponent = -9, name = 'nano' , }, | ['n'] = { exponent = -9, name = 'nano' , }, | ||
['p'] = { exponent =-12, name = 'pico' , }, | ['p'] = { exponent =-12, name = 'pico' , }, | ||
Line 151: | Line 151: | ||
["*"] = "×", | ["*"] = "×", | ||
["/"] = " / ", -- for a table of high/low temperatures with {{convert|83|/|63|F|disp=br()|abbr=values}} | ["/"] = " / ", -- for a table of high/low temperatures with {{convert|83|/|63|F|disp=br()|abbr=values}} | ||
["#"] = { off = ", ", on = ", ", abbr_range_x = true, adj = " ± " }, -- to show multiple Wikidata values | |||
} | } | ||