Chinese glyph data modules. See Module:zh-glyph and {{Han etym}}
.
Nonexhaustive: full link
local data = {}
data.eras = {
{ "]", { "bronze-shang", "oracle" } },
{ "]", { "bronze", "oracle-zhouyuan" } },
{ "]", { "bronze-spring" } },
{ "]", { "bronze-warring", "silk", "slip" } },
{ "'']'' (compiled in ])", { "zhou", "ancient", "odd", "seal", "vulgar" } },
{ "''Hanjian'' (compiled in ])", { "hanjian" } },
{ "''Guwen Sishengyun'' (compiled in ])", { "GWSSY" } },
{ "''Jizhuan Guwen Yunhai'' (compiled in ])", { "JZGWYH" } },
{ "''Liushutong'' (compiled in ])", { "bigseal" } },
{ "'']'' (compiled in ])", { "clerical" } },
{ "]", { "kai-Kaicheng" } },
{ "'']'' (compiled in ])", { "mingti-Kangxi" } },
}
data.scripts = {
= "]",
= "]",
= "]",
= "]",
= "]",
= "]",
= "]",
= "]",
= "'']'' script",
= "Ancient script",
= "Odd character",
= "]",
= "Vulgar character",
= "Transcribed ancient scripts",
= "Transcribed ancient scripts",
= "Transcribed ancient scripts",
= "Transcribed ancient scripts",
= "]",
= "]",
= "]",
}
data.hide_scripts = { "oracle", "bronze", "seal", "bigseal" }
data.script_abbrev = {
= "bronze",
= "bronze",
= "bronze",
= "bronze",
= "bronze",
= "bronze",
= "oracle",
= "oracle",
= "oracle",
= "oracle",
= "silk",
= "silk",
= "silk",
= "slip",
= "slip",
= "silk",
= "seal",
= "seal",
= "bigseal",
}
return data