이 모듈에 대한 설명문서는 모듈:Z/설명문서에서 만들 수 있습니다
local p = {} function p.ucode(frame) return string.format("%X",mw.ustring.codepoint(frame.args[1])) end function p.ucode2(frame) return string.format("%x",mw.ustring.codepoint(frame.args[1])) end return p
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT