查看“模块:Convert/text”的源代码
来自中文乐谱库
因为以下原因,您没有权限编辑本页:
您可以查看与复制此页面的源代码。
-- Text used by Module:Convert for enwiki.
-- This is a separate module to simplify translation for use on another wiki.
-- See [[:en:Template:Convert/Transwiki guide]] if copying to another wiki.
local translation_table = {
omitsep = true, -- omit separator before local symbol/name
per_word = '每', -- for units like "liters per kilometer"
plural_suffix = '', -- disable plural unit names
specials = { -- for special processing by makeunits
-- The text here must be the same as that in the unit definitions.
utype = {
-- ["unit type in local language"] = "name_used_in_this_script"
["油耗"] = "type_fuel_efficiency",
["長度"] = "type_length",
["溫度"] = "type_temperature",
["容量"] = "type_volume",
},
ucode = {
exception = {
-- ["unit code in local language"] = "name_used_in_module_convert"
["ft"] = "integer_more_precision",
000
1:0
该页面使用的模板:
返回至模块:Convert/text。