Modulo:Convert/text: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
allineo alla versione corrente di en.wiki
Moroboshi (discussione | contributi)
fix
Riga 367:
["off"] = "off", -- do not link: same as default except for hand unit
["on"] = "on", -- link all unit names or symbols (but not twice for the same unit)
["out"] = "out", -- link RHS unit name or symbol
["debug"] = "opt_sortable_on, opt_sortable_debug", -- |sortable=debug is the same as |sortable=on|debug=yes
},
Line 377 ⟶ 378:
["round"] = {
["0.5"] = "opt_round=0.5", -- round output value to nearest 0.5
["0,5"] = "opt_round=0.5", -- round output value to nearest 0.5
["5"] = "opt_round=5", -- round output value to nearest 5
["10"] = "opt_round=10", -- round output value to nearest 10 (same as but clearer than "|-1")
Line 387 ⟶ 388:
["sortable"] = {
["off"] = "", -- ignored (off is the default)
["in"] = "opt_sortable_on?", -- same as "on"
["on"] = "opt_sortable_on", -- output sort key for use in a sortable table, based on value from converting to a standard base unit
["outdebug"] = "opt_sortable_on?, opt_sortable_debug", -- |sortable=debug is the same as "|sortable=on"|debug=yes
},
-- ["sp"] = {