跳转到内容

模組:CGroup/Minecraft

维基百科,自由的百科全书

这是本页的一个历史版本,由SolidBlock留言 | 贡献2016年7月2日 (六) 01:23 建立内容为“return { -- 填写下面的两个参数 name = 'Minecraft', description = '对Minecraft的一些事物名称作出转换', content = { { type =...”的新页面)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

以下為公共转换组Module:CGroup/Minecraft的內容。

描述:对Minecraft的一些事物名称作出转换

标题

  • 原文:;原文:我的世界;简体:我的世界;繁體:當個創世神;大陆:我的世界;臺灣:當個創世神;香港:當個創世神;新加坡:我的世界;澳門:當個創世神;当前显示为:我的世界

方块

  • 原文:;原文:地狱岩;简体:地狱岩;繁體:地獄石;当前显示为:地狱岩
  • 原文:;原文:下界石英矿石;简体:下界石英矿石;繁體:地獄石英礦;当前显示为:下界石英矿石
  • 原文:;原文:草方块;简体:草方块;繁體:草地;当前显示为:草方块
  • 原文:;原文:圆石;简体:圆石;繁體:鵝卵石;当前显示为:圆石

生物

  • 原文:;原文:爬行者;简体:爬行者;繁體:苦力怕;大陆:爬行者;臺灣:苦力帕;香港:苦力帕;新加坡:爬行者;澳門:苦力怕;当前显示为:爬行者
  • 原文:;原文:牛;简体:牛;繁體:乳牛;当前显示为:牛
  • 原文:;原文:羊;简体:羊;繁體:綿羊;当前显示为:羊
  • 原文:;原文:驴;简体:驴;繁體:驢子;当前显示为:驴
  • 原文:;原文:骡;简体:骡;繁體:騾子;当前显示为:骡
  • 原文:;原文:潜影贝;简体:潜影贝;繁體:界伏蚌;当前显示为:潜影贝
return {
	
-- 填写下面的两个参数
name = 'Minecraft',
description = '对Minecraft的一些事物名称作出转换',
content = {
	
{ type = 'text', text = [[
== 标题 ==
]] },
{ type = 'item', original = '', rule = 'zh:我的世界;zh-hans:我的世界;zh-hant:當個創世神;zh-cn:我的世界;zh-tw:當個創世神;zh-hk:當個創世神;zh-sg:我的世界;zh-mo:當個創世神;', description = '我的世界标题' },
	
{ type = 'text', text = [[
== 方块 ==
]] },
{ type = 'item', original = '', rule = 'zh:地狱岩;zh-hans:地狱岩;zh-hant:地獄石;', description = 'Netherrock' },
{ type = 'item', original = '', rule = 'zh:下界石英矿石;zh-hans:下界石英矿石;zh-hant:地獄石英礦;', description = 'Nether Quartz Ore' },
{ type = 'item', original = '', rule = 'zh:草方块;zh-hans:草方块;zh-hant:草地;', description = 'Grass Block' },
{ type = 'item', original = '', rule = 'zh:圆石;zh-hans:圆石;zh-hant:鵝卵石;', description = 'Cobblestone' },
	
{ type = 'text', text = [[
== 生物 ==
]] },
{ type = 'item', original = '', rule = 'zh:爬行者;zh-hans:爬行者;zh-hant:苦力怕;zh-cn:爬行者;zh-tw:苦力帕;zh-hk:苦力帕;zh-sg:爬行者;zh-mo:苦力怕;', description = 'Creeper' },
{ type = 'item', original = '', rule = 'zh:牛;zh-hans:牛;zh-hant:乳牛;', description = '' },
{ type = 'item', original = '', rule = 'zh:羊;zh-hans:羊;zh-hant:綿羊;', description = '' },
{ type = 'item', original = '', rule = 'zh:驴;zh-hans:驴;zh-hant:驢子;', description = '' },
{ type = 'item', original = '', rule = 'zh:骡;zh-hans:骡;zh-hant:騾子;', description = '' },
{ type = 'item', original = '', rule = 'zh:潜影贝;zh-hans:潜影贝;zh-hant:界伏蚌;', description = '' },

-- 以下请自行添加/以下請自行添加

},	
}