今天是2024年12月28日 第52周 星期六

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

更改

跳到导航 跳到搜索
无编辑摘要
第91行: 第91行:  
-- cfg['documentation-icon-wikitext']
 
-- cfg['documentation-icon-wikitext']
 
-- The wikitext for the icon shown at the top of the template.
 
-- The wikitext for the icon shown at the top of the template.
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=Documentation icon]]'
+
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt= 文档图示]]'
    
-- cfg['template-namespace-heading']
 
-- cfg['template-namespace-heading']
第135行: 第135行:  
-- cfg['transcluded-from-blurb']
 
-- cfg['transcluded-from-blurb']
 
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
 
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
cfg['transcluded-from-blurb'] = 'The above [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from $1.'
+
cfg['transcluded-from-blurb'] = ' 上述[[Wikipedia: 模板文檔頁模式| 文档]][[Wikipedia: 嵌入包含| 嵌入]] $1 '
    
--[[
 
--[[
第143行: 第143行:  
-- display cfg['create-link-display'].
 
-- display cfg['create-link-display'].
 
--]]
 
--]]
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
+
cfg['create-module-doc-blurb'] = ' 您可能需要本[[Wikipedia:Lua|Scribunto-{zh-hans:模块;zh-hant:模組}-]] 的文档$1。'
    
----------------------------------------------------------------------------------------------------
 
----------------------------------------------------------------------------------------------------
第167行: 第167行:  
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
 
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
 
--
 
--
--   cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display'])
+
--   cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display']
 
-- 
 
-- 
 
-- If the sandbox doesn't exist, it is in the format:
 
-- If the sandbox doesn't exist, it is in the format:
 
--
 
--
--   cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display'])
+
--   cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display']
 
-- 
 
-- 
 
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
 
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
第179行: 第179行:  
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
 
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
 
--
 
--
--   cfg['testcases-link-display'] (cfg['testcases-edit-link-display'])
+
--   cfg['testcases-link-display'] (cfg['testcases-edit-link-display']
 
--
 
--
 
-- If the test cases page doesn't exist, it is in the format:
 
-- If the test cases page doesn't exist, it is in the format:
 
-- 
 
-- 
--   cfg['testcases-link-display'] (cfg['testcases-create-link-display'])
+
--   cfg['testcases-link-display'] (cfg['testcases-create-link-display']
 
--
 
--
 
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
 
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
第210行: 第210行:  
-- cfg['sandbox-link-display']
 
-- cfg['sandbox-link-display']
 
-- The text to display for "sandbox" links.
 
-- The text to display for "sandbox" links.
cfg['sandbox-link-display'] = 'sandbox'
+
cfg['sandbox-link-display'] = ' 沙盒'
    
-- cfg['sandbox-edit-link-display']
 
-- cfg['sandbox-edit-link-display']
 
-- The text to display for sandbox "edit" links.
 
-- The text to display for sandbox "edit" links.
cfg['sandbox-edit-link-display'] = 'edit'
+
cfg['sandbox-edit-link-display'] = ' 编辑'
    
-- cfg['sandbox-create-link-display']
 
-- cfg['sandbox-create-link-display']
 
-- The text to display for sandbox "create" links.
 
-- The text to display for sandbox "create" links.
cfg['sandbox-create-link-display'] = 'create'
+
cfg['sandbox-create-link-display'] = ' 创建'
    
-- cfg['compare-link-display']
 
-- cfg['compare-link-display']
 
-- The text to display for "compare" links.
 
-- The text to display for "compare" links.
cfg['compare-link-display'] = 'diff'
+
cfg['compare-link-display'] = ' 差异'
    
-- cfg['mirror-edit-summary']
 
-- cfg['mirror-edit-summary']
 
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
 
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
 
-- template page.
 
-- template page.
cfg['mirror-edit-summary'] = 'Create sandbox version of $1'
+
cfg['mirror-edit-summary'] = ' 创建$1 的沙盒版本'
    
-- cfg['mirror-link-display']
 
-- cfg['mirror-link-display']
 
-- The text to display for "mirror" links.
 
-- The text to display for "mirror" links.
cfg['mirror-link-display'] = 'mirror'
+
cfg['mirror-link-display'] = ' 镜像'
    
----------------------------------------------------------------------------------------------------
 
----------------------------------------------------------------------------------------------------
第239行: 第239行:  
-- cfg['testcases-subpage']
 
-- cfg['testcases-subpage']
 
-- The name of the template subpage typically used for test cases.
 
-- The name of the template subpage typically used for test cases.
cfg['testcases-subpage'] = 'testcases'
+
cfg['testcases-subpage'] = ' 测试样例'
    
-- cfg['template-testcases-preload']
 
-- cfg['template-testcases-preload']
第251行: 第251行:  
-- cfg['testcases-link-display']
 
-- cfg['testcases-link-display']
 
-- The text to display for "testcases" links.
 
-- The text to display for "testcases" links.
cfg['testcases-link-display'] = 'testcases'
+
cfg['testcases-link-display'] = ' 测试样例'
    
-- cfg['testcases-edit-link-display']
 
-- cfg['testcases-edit-link-display']
 
-- The text to display for test cases "edit" links.
 
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'edit'
+
cfg['testcases-edit-link-display'] = ' 编辑'
    
-- cfg['testcases-create-link-display']
 
-- cfg['testcases-create-link-display']
 
-- The text to display for test cases "create" links.
 
-- The text to display for test cases "create" links.
cfg['testcases-create-link-display'] = 'create'
+
cfg['testcases-create-link-display'] = ' 创建'
    
----------------------------------------------------------------------------------------------------
 
----------------------------------------------------------------------------------------------------
第271行: 第271行:  
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
 
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
 
--]]
 
--]]
cfg['add-categories-blurb'] = 'Please add categories to the $1 subpage.'
+
cfg['add-categories-blurb'] = ' 请在$1 子页面中添加分类。'
    
-- cfg['doc-link-display']
 
-- cfg['doc-link-display']
第287行: 第287行:  
-- the link followed by a period, and the link display provides the actual text.
 
-- the link followed by a period, and the link display provides the actual text.
 
--]]
 
--]]
cfg['subpages-blurb'] = '$1.'
+
cfg['subpages-blurb'] = '$1 '
    
--[[
 
--[[
第295行: 第295行:  
-- the template namespace, the module namespace, or another namespace.
 
-- the template namespace, the module namespace, or another namespace.
 
--]]
 
--]]
cfg['subpages-link-display'] = 'Subpages of this $1'
+
cfg['subpages-link-display'] = ' $1 的子页面'
    
-- cfg['template-pagetype']
 
-- cfg['template-pagetype']
 
-- The pagetype to display for template pages.
 
-- The pagetype to display for template pages.
cfg['template-pagetype'] = 'template'
+
cfg['template-pagetype'] = ' 模板'
    
-- cfg['module-pagetype']
 
-- cfg['module-pagetype']
 
-- The pagetype to display for Lua module pages.
 
-- The pagetype to display for Lua module pages.
cfg['module-pagetype'] = 'module'
+
cfg['module-pagetype'] = '-{zh-cn:模块;zh-tw:模組;}-'
    
-- cfg['default-pagetype']
 
-- cfg['default-pagetype']
 
-- The pagetype to display for pages other than templates or Lua modules.
 
-- The pagetype to display for pages other than templates or Lua modules.
cfg['default-pagetype'] = 'page'
+
cfg['default-pagetype'] = ' '
    
----------------------------------------------------------------------------------------------------
 
----------------------------------------------------------------------------------------------------

导航菜单