Modulo:Convert/text: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
allineo alla versione corrente di en.wiki |
m Protetto "Modulo:Convert/text": Modulo utilizzato nella pagina principale ([Modifica=Consentito solo agli autoverificati] (infinito) [Spostamento=Consentito solo agli autoverificati] (infinito)) |
||
(5 versioni intermedie di 2 utenti non mostrate) | |||
Riga 197:
[","] = ", ",
[", and"] = " e ",
["ed i"] = " ed i ",
[", or"] = " o ",
["by"] = " per ",
Line 216 ⟶ 217:
local range_aliases = {
-- ["alternative name for a range"] = "standard range name"
["
["–"] = "-",
["–"] = "-",
["a-"] = "to(-)",
["@"] = "to(-)",
["×"] = "x",
["×"] = "x",
Line 225 ⟶ 227:
["±"] = "+/-",
["o"] = "or",
["e(-)"] = "and(-)",
["per"] = "x",
["per(x)"] = "by(x)",
Line 367 ⟶ 370:
["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 ⟶ 381:
["round"] = {
["0.5"] = "opt_round=0.5", -- round output value to nearest 0.5
["0,5"] = "opt_round=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 ⟶ 391:
["sortable"] = {
["off"] = "", -- ignored (off is the default)
["on"] = "opt_sortable_on", -- output sort key for use in a sortable table, based on value from converting to a standard base unit
["
},
-- ["sp"] = {
|