Модул:Convert/text и Модул:Convert/text/sandbox: Разлика између страница
Изглед
(разлике између страница)
м 1 измена увезена |
м 1 измена увезена |
||
| Ред 142: | Ред 142: | ||
["by(x)"] = { input = " by ", output = " × ", out_range_x = true }, | ["by(x)"] = { input = " by ", output = " × ", out_range_x = true }, | ||
["x"] = { off = " by ", on = " × ", abbr_range_x = true }, | ["x"] = { off = " by ", on = " × ", abbr_range_x = true }, | ||
["X"] = { off = " by ", on = " × " }, -- TEMPORARY and undocumented option for experiments to compare with new abbr_range_x | |||
["xx"] = " × ", | ["xx"] = " × ", | ||
["*"] = "×", -- use "*" to replace "x" in {{convert/2}} which is different from "x" in old {{convert}} | ["*"] = "×", -- use "*" to replace "x" in {{convert/2}} which is different from "x" in old {{convert}} | ||
} | } | ||
| Ред 221: | Ред 221: | ||
["on"] = "on", -- use symbol for all units | ["on"] = "on", -- use symbol for all units | ||
["out"] = "out", -- use symbol for RHS unit (default) | ["out"] = "out", -- use symbol for RHS unit (default) | ||
["values"] = "opt_values", -- show only input and output numbers, not units | ["values"] = "opt_values", -- show only input and output numbers, not units | ||
["~"] = "opt_also_symbol", -- show input unit symbol as well as name | ["~"] = "opt_also_symbol", -- show input unit symbol as well as name | ||
| Ред 295: | Ред 294: | ||
["order"] = { | ["order"] = { | ||
["flip"] = "opt_flip", -- reverse order of input/output | ["flip"] = "opt_flip", -- reverse order of input/output | ||
}, | }, | ||
-- qid=x is handled as a special case: x should be a Wikidata Q item identifier. | -- qid=x is handled as a special case: x should be a Wikidata Q item identifier. | ||