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