跳转到内容

模組:CGroup/A Song of Ice and Fire

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

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

return {
	
--此表仍待更新
name = 'A Song of Ice and Fire',
description = '冰與火之歌',
content = {
	
{ type = 'text', text = [[
== 書名 ==
]] },
Item('A Game of Thrones', 'zh-cn:权力的游戏;zh-tw:權力遊戲;'),
Item('A Clash of Kings', 'zh-cn:列王的纷争;zh-tw:烽火危城;'),
Item('A Storm of Swords', 'zh-cn:冰雨的风暴;zh-tw:劍刃風暴;'),
Item('A Feast for Crows', 'zh-cn:群鸦的盛宴;zh-tw:群鴉盛宴;'),
Item('A Dance with Dragons', 'zh-cn:魔龙的狂舞;zh-tw:與龍共舞;'),
Item('The Winds of Winter', 'zh-cn:凛冬的寒风;zh-tw:寒冬冽風;'),
Item('A Dream of Spring', 'zh-cn:春晓的梦想;zh-tw:春日幻夢;'),
Item('A Time for Wolves', 'zh-cn:奔狼的年代;zh-tw:群狼年代;'),
	
{ type = 'text', text = [[
== 人名 ==
]] },
Item('Ygritte', 'zh-cn:耶哥蕊特;zh-tw:伊格黎;'),

{ type = 'text', text = [[
== 地名 ==
]] },
Item('Dorne', 'zh:冬恩;zh-hans:多恩;zh-hant:冬恩;zh-cn:多恩;zh-tw:冬恩;'),
{ type = 'text', text = [[
== 未分類 ==
]] },
Item('George', 'zh-cn:乔治;zh-tw:喬治;zh-hk:佐治;'),
Item('Martin', 'zh-tw:馬丁;zh-cn:马丁;zh-hk:馬田;'),
},	
}