模块:组字/ParseTable

来自维阿百科
跳转至: 导航搜索

此模块的文档可以在模块:组字/ParseTable/doc创建

return {
	["⿰"]={
		length=2,
		width={0.5, 0.5},
		height={1, 1},
		x={0, 0.5},
		y={0, 0},
	},
	["⿱"]={
		length=2,
		width={1, 1},
		height={0.5, 0.5},
		x={0, 0},
		y={0, 0.5},
	},
	["⿴"]={
		length=2,
		width={1, 0.7},
		height={1, 0.7},
		x={0, 0.15},
		y={0, 0.15},
	},
	["⿲"]={
		length=3,
		width={0.33, 0.33, 0.33},
		height={1, 1, 1},
		x={0, 0.33, 0.66},
		y={0, 0, 0},
	},
	["⿳"]={
		length=3,
		width={1, 1, 1},
		height={0.33, 0.33, 0.33},
		x={0, 0, 0},
		y={0, 0.33, 0.66},
	},
}