Module:Convert/text: Difference between revisions

try "near" and "order" options per suggestion at Template talk:Convert#disp=table5
(define en_option_name so can check for unknown options; can translate all options)
(try "near" and "order" options per suggestion at Template talk:Convert#disp=table5)
Line 151:
["lang"] = "lang",
["lk"] = "lk",
["near"] = "near",
["order"] = "order",
["sigfig"] = "sigfig",
["sing"] = "adj", -- "sing" is an old alias for "adj"
Line 219 ⟶ 221:
["unit2"] = "opt_output_unit_only",
["x"] = "x", -- join: 'by...×'
},
["near"] = {
["5"] = "opt_round5", -- round output value to nearest 5
},
["order"] = {
["flip"] = "opt_flip", -- reverse order of input/output
},
["comma"] = {
Anonymous user