Mô đun:Autocat/data/arts

Bách khoa toàn thư mở Wikipedia
Tài liệu mô đun[tạo]
local k = {}

k["nghệ thuật"] = {
	parents = {"thể loại"},
	sort_keys = {"A"},
	stage = 4,
}

--the list is in alphabetical order

k["album"] = {
	parents = {"âm nhạc", "tác phẩm"},
	sort_keys = {"A", "A"},
	stage = 3,
}

k["album biên tập"] = {
	parents = {"album"},
	sort_keys = {"C"},
	stage = 2,
}

k["âm nhạc"] = {
	parents = {"nghệ thuật"},
	sort_keys = {"M"},
	stage = 3,
}

k["tác phẩm"] = {
	parents = {"thể loại", "nghệ thuật"},
	sort_keys = {"W", "W"},
	stage = 4,
	portals = {"nghệ thuật", "lịch sử"},
	description = "Tác phẩm được xuất bản, sáng tác hoặc sản phẩm {{{hide|in the}}} {{{type}}} {{{year}}}",
}

return k