“Module:转义字符字典”的版本间差异

来自BanG Dream! Wiki
跳到导航 跳到搜索
(创建页面,内容为“local module = {} function module.main(frame) return mw.ustring.codepoint(frame.args[1]) end return module”)
 
(没有差异)

2023年1月24日 (二) 01:40的最新版本

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

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