문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. local p = {} function p.lua_main(frame) local s = frame.args[1] if frame.args[3] then local args = {} for i, v in ipairs(frame.args) do if i >= 2 then args[#args+1] = v end end args['style'] = 'display: inline' args['list_style'] = 'display: inline' args['item1_style'] = 'display: inline' h = mw.html.create('div') h:wikitext(s) --h:tag('br') -- h:newline() is not working for some reason h:wikitext('의 ') h:wikitext(frame:expandTemplate{ title = '기호 없는 목록', args = args }) return h elseif frame.args[2] then s = s .. '의 ' .. frame.args[2] return s end return s end function p.main(frame) return p.lua_main(frame:getParent()) end return p 이 문서에서 사용한 틀: 모듈:Based on/설명문서 (원본 보기) 모듈:Based on 문서로 돌아갑니다.