跳转到内容
打开/关闭搜索
搜索
打开/关闭菜单
385
文件
1
用户
6027
编辑
Gal中文百科
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
在其他项目中
打开/关闭外观设置菜单
无法加载偏好设置。请检查您的网络连接并重试。
重试
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
讨论
贡献
创建账号
登录
编辑“︁
Module
:
Lang/configuration
”︁
来自Gal中文百科
查看
阅读
编辑源代码
查看历史
associated-pages
模块
讨论
更多操作
更多
工具
链入页面
相关更改
页面信息
警告:
您没有登录。如果您进行任何编辑,您的IP地址会公开展示。如果您
登录
或
创建账号
,您的编辑会以您的用户名署名,此外还有其他益处。
反垃圾检查。
不要
加入这个!
--[[--------------------------< T E M P L A T E S _ T >-------------------------------------------------------- ]] local templates_t = { lang = 'Lang', langx = 'Langx', langxx = 'Lang-xx', transliteration = 'Transl', } --[[--------------------------< K N O W N _ P A R A M S >------------------------------------------------------ lists of all parameters known to {{lang}}, {{langx}}, {{lang-xx}} templates. Exception: |fn= is known to {{lang}} but is not a 'lang' template; that parameter causes the module to call the specified lang(), lang_xx_inherit(), or lang_xx_italic() function. These separate functions set |fn= to nill and then do the known-param checking on the other template parameters ]] local known_params_t = { ['common_params_all_t'] = { -- these parameters common to {{lang}}, {{langx}}, and {{lang-xx}} ['code'] = true, ['text'] = true, ['rtl'] = true, ['italic'] = true, ['italics'] = true, ['i'] = true, ['size'] = true, ['proto'] = true, ['nocat'] = true, ['cat'] = true, ['template'] = true, -- supplied by external templates to provide template name for error messaging ({{nihongo}}, etc) ['noerror'] = true, }, ['params_lang_t'] = { -- unique to {{lang}} [1] = true, -- alias of |code= [2] = true, -- alias of |text= }, ['params_x_t'] = { -- common to {{langx}} and {{lang-xx}} ['translit'] = true, ['translit-std'] = true, ['translit-script'] = true, ['translation'] = true, ['lit='] = true, ['label'] = true, ['link'] = true, ['links'] = true, ['lit'] = true, }, ['params_langx_t'] = { -- unique to {{langx}} [1] = true, -- alias of |code= [2] = true, -- alias of |text= [3] = true, -- alias of |translit= [4] = true, -- alias of |translation= }, ['params_lang_xx_t'] = { -- unique to {{lang-xx}} [1] = true, -- alias of |text= [2] = true, -- alias of |translit= [3] = true, -- alias of |translation= ['script'] = true, -- these needed to override default params in {{lang-??}} templates ['region'] = true, ['variant'] = true, }, } --[[ =============================<< M E S S A G I N G T A B L E S >>============================================= these tables are for internationalization. Messages or fragments thereof are mostly grouped by function name. Some messages are shared by functions other than the function table that lists the message or fragment. ]] --[[--------------------------< K E Y W O R D S _ T >---------------------------------------------------------- ]] local keywords_t = { ['affirmative'] = 'yes', ['negative'] = 'no', ['unset'] = 'unset', ['invert'] = 'invert', ['default'] = 'default', } --[[--------------------------< M I S C _ T E X T _ T >-------------------------------------------------------- ]] local misc_text_t = { ['error'] = '错误', -- make_error_msg(), tag_from_name() ['language'] = '语言', -- make_translit(), lang_xx(), name_from_tag() ['help'] = '帮助', } --[[--------------------------< M A K E _ E R R O R _ M S G _ T >---------------------------------------------- ]] local make_error_msg_t = { ['xlit_err_cat'] = 'Transliteration模板错误', ['lang_err_cat'] = 'Lang和lang-xx模板错误', ['undefined'] = '未定义', ['empty'] = '空/未定义', } --[[--------------------------< V A L I D A T E _ I T A L I C _ T >-------------------------------------------- ]] local parameter_validate_t = { ['invalid_param'] = '无效参数:|$1=', -- $1 is parameter name } --[[--------------------------< V A L I D A T E _ I T A L I C _ T >-------------------------------------------- ]] local validate_italic_t = { ['multi_italic'] = '只应指定 |italic=、|italics= 或 |i= 中的一个', } --[[--------------------------< V A L I D A T E _ T E X T _ T >------------------------------------------------ ]] local validate_text_t = { ['no_text'] = '无文本', ['malformed_markup'] = '文本有格式不正确的标记', ['italic_markup'] = '模板中指定了斜体,但是文本有斜体标记', } --[[--------------------------< T E X T _ S C R I P T _ M A T C H _ T E S T _ T >------------------------------ ]] local text_script_match_test_t = { ['latn_txt_mismatch'] = '指定的书写系统标签非拉丁字母,但文本为拉丁字母。', ['latn_scr_mismatch'] = '指定的书写系统标签是拉丁字母,但文本第 $1 个字元「$2」不是拉丁字母。', -- $1 identifies offending character's position; $2 is the character } --[[--------------------------< L A N G _ T >------------------------------------------------------------------ ]] local lang_t = { ['conflict_n_param'] = '参数 {{{$1}}} 和 |$2= 冲突,会优先使用 {{{$1}}}。', -- $1 is positional param number, $2 is named param; shared with _lang_xx() ['conflict_n_param_types'] = { ['code'] = 'code', ['text'] = 'text', ['translit'] = 'translit', }, ['invalid_proto'] = '参数 |proto 的传入值 $1 无效', -- _lang_xx also emits this message } --[[--------------------------< L A N G _ X X _ T >------------------------------------------------------------ ]] local lang_xx_t = { ['conflict_n_lit'] = '参数 {{{$1}}} 和 |lit= 或 |translation= 冲突,会优先使用 {{{$1}}}。', -- $1 is positional parameter; can be either 3 ({{lang-??}}) or 4 ({{langx}}) ['conflict_lit'] = '参数 |lit= 和 |translation= 冲突,会优先使用 |translation= 。', ['conflict_link'] = '参数 |links= 和 |link= 冲突,会优先使用 |link= 。', ['invalid_xlit_std'] = '参数 translit-std 无效', ['romanization'] = '罗马化', ['translit_nonlatn'] = '拉丁字母转写第 $1 个字元「$2」不是拉丁字母。', -- _transl() also emits this message; $1 identifies offending character's position; $2 is the character ['xlit_of_latn'] = '拉丁字母转写', } --[[--------------------------< T A G _ F R O M _ N A M E _ T >------------------------------------------------ ]] local tag_from_name_t = { ['lang_not_found'] = '语言:$1 未找到', -- $1 is language name parameter value ['missing_lang_name'] = '缺少语言名称', } --[[--------------------------< T R A N S L _ T >-------------------------------------------------------------- ]] local transl_t = { ['unrecog_xlit_std'] = '无法识别转译标准 $1', -- $1 is |translit_std- parameter value ['no_text'] = '缺少文本', ['missing_lang_scr'] = '缺少语言/字母代码', ['unrecog_lang_scr'] = '无法识别语言/字母代码 $1', -- $1 is the language/script code } --[[--------------------------< G E T _ I E T F _ P A R T S _ T >---------------------------------------------- ]] local get_ietf_parts_t = { ['maint_promo_cat'] = 'Lang和lang-xx代码已升格为ISO 639-1|$1', -- $1 is ISO 639-2/3 subtag ['maint_promo_msg'] = '语言代码 $1 已升格为代码 $2', -- $1 is ISO 639-2/3 subtag, $2 is synonymous ISO 639-1 subtag ['missing_lang_tag'] = '缺少语言标签', -- also used in _langx() ['redundant_scr'] = '冗余的书写系统标签', ['redundant_reg'] = '冗余的区域标签', ['redundant_var'] = '冗余的变体标签', ['unrecog_tag'] = '无法辨识语言标签 $1', -- $1 is the whole language tag ['unrecog_code'] = '无法辨识代码 $1', -- $1 is code ['unrecog_reg_code'] = '无法辨识代码 $2 所指定的区域 $1。', -- $1 is region, $2 is code ['unrecog_scr_code'] = '无法辨识代码 $2 所指定的书写系统 $1。', -- $1 is script, $2 is code ['script_code'] = '代码 $2 无法和书写系统 $1 一起使用', -- $1 is script, $2 is code ['unrecog_var'] = '无法辨识变体 $1', -- $1 is variant ['unrecog_var_code'] = '无法辨识代码 $2 所指定的变体 $1。', -- $1 is variant, $2 is code ['unrecog_var_code_scr'] = '无法辨识代码—书写系统配对 $2-$3 所指定的变体 $1。', -- $1 is variant, $2 is code, $3 is script ['unrecog_var_code_reg'] = '无法辨识代码—区域配对 $2-$3 所指定的变体 $1。', -- $1 is variant, $2 is code, $3 is region ['unrecog_pri'] = '无法辨识私有标签 $1', -- $1 is private tag } --[[--------------------------< L A N G U A G E _ N A M E _ G E T _ T >---------------------------------------- ]] local language_name_get_t = { ['deprecated_cat'] = 'Lang和lang-xx使用已弃用的ISO 639代码|$1', -- $1 is deprecated ISO 639 subtag ['deprecated_msg'] = '代码 $1 已弃用', -- $1 is deprecated ISO 639 subtag } --[[--------------------------< H T M L _ T I T L E _ T E X T _ T >-------------------------------------------- ]] local make_text_html_t = { ['zxx'] = '文本', -- for zxx no linguistic content ['collective'] = '汇集文本', -- for collective languages ['individual'] = '文本', -- for individual languages } --[[--------------------------< T R A N S L A T I O N _ M A K E _ T >------------------------------------------ ]] local translation_make_t = { ['lit_xlation'] = '直译', -- article title fragment and html title attribute -- ['lit_abbr'] = 'lit.', } --[[--------------------------< M A K E _ C A T E G O R Y _ T >------------------------------------------------ ]] local make_category_t = { -- ['collective_cat'] = 'Category:Articles with text in', -- for collective languages ['cat_prefix'] = 'Category:含有', -- prefix for explicitly cited and individual languages ['explicit_cat'] = '明确引用', -- for explicitly citing this wiki's language ['cat_postfix'] = '的条目', -- postfix for individual languages ['cat_nonezh'] = '非中文内容', } --[[--------------------------< M A K E _ T R A N S L I T _ T >------------------------------------------------ ]] local make_translit_t = { ['script'] = '字母', ['transliteration'] = '转写', } --[[--------------------------< E X P O R T S >---------------------------------------------------------------- ]] return { known_params_t = known_params_t, templates_t = templates_t, get_ietf_parts_t = get_ietf_parts_t, -- messaging tables keywords_t = keywords_t, lang_t = lang_t, lang_xx_t = lang_xx_t, language_name_get_t = language_name_get_t, make_category_t = make_category_t, make_error_msg_t = make_error_msg_t, make_text_html_t = make_text_html_t, make_translit_t = make_translit_t, misc_text_t = misc_text_t, parameter_validate_t = parameter_validate_t, tag_from_name_t = tag_from_name_t, text_script_match_test_t = text_script_match_test_t, transl_t = transl_t, translation_make_t = translation_make_t, validate_italic_t = validate_italic_t, validate_text_t = validate_text_t, }
摘要:
请注意,所有对Gal中文百科的贡献均可能会被其他贡献者编辑、修改或删除。如果您不希望您的文字作品被随意编辑,请不要在此提交。
您同时也向我们承诺,您提交的内容为您自己所创作,或是复制自公共领域或类似自由来源(详情请见
Gal中文百科:著作权
)。
未经许可,请勿提交受著作权保护的作品!
取消
编辑帮助
(在新窗口中打开)
此页面嵌入的页面:
Module:Lang/configuration/doc
(
编辑
)
编辑“︁
Module
:
Lang/configuration
”︁
来自Gal中文百科