Module:zh/data/Christian-syn/Gospel of Matthew

From Wiktionary, the free dictionary
Jump to navigation Jump to search

local export = {}

export.list = {
	["title"]				= "the Gospel of Matthew",
	["type"]				= "book",
	
	["Protestant"]			= { "馬太福音", "太:abb" },
	["Roman Catholic"]		= { "瑪竇福音", "瑪:abb" },
	["Eastern Orthodox"]	= { "聖福音依瑪特泰所傳者", "瑪特泰福音" },
}

return export