Module:转义字符字典

来自BanG Dream! Wiki
跳到导航 跳到搜索

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

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