跳转到内容

模組:CGroup/IE Places

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

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

return {
 
name = 'IE Places',
description = '愛爾蘭地名',
content = {
{ type = 'text', text = [=[
== C ==
]=] },	
Item('Chiarraí', 'zh:凱里;zh-tw:克立;zh-cn:凯里;'),

{ type = 'text', text = [=[
== D ==
]=] },
Item('Dhún na nGall', 'zh-hans:多尼戈尔; zh-hant:多尼戈爾; zh-tw:多尼哥;'),

{ type = 'text', text = [=[
== F ==
]=] },
Item('Fine Gall', 'zh-cn:芬戈;zh-tw:芬加爾;'),

{ type = 'text', text = [=[
== G ==
]=] },
Item('Gaillimh', 'zh-hant:戈爾韋;zh-tw:高威;zh-hk:高威;zh-hans:戈尔韦;'),

{ type = 'text', text = [=[
== L ==
]=] },
Item('Liatroma', 'zh-hans:利特里姆;zh-hant:利特里姆;zh-tw:利特林;'),
Item('Leinster', 'zh-hans:伦斯特;zh-hk:利揚;zh-tw:倫斯特;'),
Item('Loch Garman', 'zh-cn:韦克斯福德; zh-tw:威克斯福; zh-hant:韋克斯福德;'),
Item('Luimneach', 'zh-cn:利默里克; zh-tw:利麥立克;'),

{ type = 'text', text = [=[
== P ==
]=] },
Item('Port Láirge', 'zh-hans:沃特福德; zh-tw:瓦特福; zh-hk:禾達福特;'),

{ type = 'text', text = [=[
== T ==
]=] },
Item('Thiobraid Árann', 'zh-cn:蒂珀雷里;zh-tw:提伯雷立;'),
},
}