Module:转义字符字典

西尾哈鲁卡讨论 | 贡献2023年1月24日 (二) 01:40的版本 (创建页面,内容为“local module = {} function module.main(frame) return mw.ustring.codepoint(frame.args[1]) end return module”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

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

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