모듈:한자

하늘 (토론 | 기여)님의 2021년 6월 24일 (목) 12:53 판
설명문서 [편집] [역사] [새로고침]
연습장이나 사용자 문서에서 틀의 사용이나 수정을 연습할 수 있습니다.
분류는 /설명문서에 넣어주세요.

local tounicode = require('Module:string').tounicode_
local KanjiVG = {}

function KanjiVG.main(frame)
	local hanja = frame.args[1]
	local hanja_unicode = tounicode(hanja)
	
	return hanja_unicode
end

return KanjiVG