跳转到内容

模組:CGroup/CL Places

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

这是本页的一个历史版本,由Tommylung留言 | 贡献2024年7月18日 (四) 06:31编辑。这可能和当前版本存在着巨大的差异。

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

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

{ type = 'text', text = [[
== B ==
]] },	
Item('Brunswick', 'zh-hans:不伦瑞克; zh-hk:不倫瑞克; zh-sg:布兰斯威; zh-my:布兰斯威; 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:聖地牙哥;'),

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

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

},	
}