익명 사용자
모듈:UnicodeBlock: 두 판 사이의 차이
nil 처리
편집 요약 없음 |
(nil 처리) |
||
| 268번째 줄: | 268번째 줄: | ||
function p.unicodeBlock(data) | function p.unicodeBlock(data) | ||
local char | local char | ||
if type(data) == 'table' then | if type(data) == nil then | ||
return ' ' | |||
elseif type(data) == 'table' then | |||
char = data.args[1] | char = data.args[1] | ||
else | else | ||