모듈:Message box/localize
이 모듈에 대한 설명문서는 모듈:Message box/localize/설명문서에서 만들 수 있습니다
-- localize param, message
return {
type_map = {
['신속'] = 'speedy',
['삭제'] = 'delete',
['내용'] = 'content',
['모양'] = 'style',
['이동'] = 'move',
['보호'] = 'protection',
['안내'] = 'notice',
},
small_map = {
['작게'] = 'yes',
['크게'] = 'no',
},
arg_map = {
['데모공간'] = 'demospace',
['종류'] = 'type',
['그림'] = 'image',
['오른쪽그림'] = 'imageright',
['모양'] = 'style',
['본문모양'] = 'textstyle',
['본문'] = 'text',
['작게'] = 'small',
['크기'] = 'small',
['작은그림'] = 'smallimage',
['작은오른쪽그림'] = 'smallimageright',
['작은본문'] = 'smalltext',
}
}