Module:转义字符字典

来自Vocawiki
跳转到导航 跳转到搜索

此模块的文档可以在Module:转义字符字典/doc创建

local module = {}

function module.main(frame)
	return mw.ustring.codepoint(frame.args[1])
end

return module