模組:CGroup/CL Places

-- 用法: Item('原文', '轉換規則')
local Item = require('Module:CGroup/core').Item;

return {
	
-- 填写下面的两个参数
name = 'CL Places',
description = '智利地名',
content = {

{ type = 'text', text = [[
== A ==
]] },
Item('Andes', 'zh-cn:安第斯; zh-hk:安第斯; zh-tw:安地斯;'),
Item('Atacama', 'zh-cn:阿塔卡马; zh-hk:阿塔卡馬; zh-tw:阿他加馬;'),

{ type = 'text', text = [[
== B ==
]] },	
Item('Brunswick', 'zh-hans:不伦瑞克; zh-hk:不倫瑞克; zh-tw:布藍茲維;'),

{ type = 'text', text = [[
== C ==
]] },	
Item('Chillán', 'zh:奇廉; zh-tw:奇陽;'),

{ type = 'text', text = [[
== O ==
]] },
Item('Osorno', 'zh-hans:奥索尔诺; zh-tw:奧索諾;'),

{ type = 'text', text = [[
== P ==
]] },
Item('Punta Arenas', 'zh-hans:蓬塔阿雷纳斯; zh-hant:蓬塔阿雷納斯; zh-tw:旁塔阿雷納斯;'),

{ type = 'text', text = [[
== S ==
]] },
Item('Santiago', 'zh:聖地亞哥; zh-hans:圣地亚哥; zh-hant:聖地牙哥;'),
Item('San Bernardo', 'zh-hant:聖貝爾納多; zh-hans:圣贝尔纳多;zh-hk:聖賓拿度;zh-tw:聖貝納多;'),
Item('San Fernando', 'zh-cn:圣费尔南多; zh-hk:聖費南度; zh-tw:聖費南多; zh-hant:聖費爾南多;'),

{ type = 'text', text = [[
== V ==
]] },
Item('Viña del Mar', 'zh-hans:比尼亚德尔马; zh-tw:維涅馬爾; zh-hant:比尼亞德爾馬;'),

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

},	
}