특정판 필터링펼치기접기끝 날짜:태그 필터:wikieditor (숨긴 태그)넘겨주기 대상 변경넘겨주기 제거대체됨되돌려진 기여비우기새 넘겨주기수동 되돌리기일괄 되돌리기편집 취소 판 보이기 차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요. 설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집 2022년 8월 1일 (월) 최신이전 21:322022년 8월 1일 (월) 21:32 Gnlow 토론 기여 381 바이트 +21 편집 요약 없음 최신이전 02:532022년 8월 1일 (월) 02:53 Gnlow 토론 기여 360 바이트 +360 새 문서: p = {} function tr(th, td) return "\n|-\n! " .. th .. "\n| " .. td end function p.main(frame) result = "" for s in frame.args[1]:gmatch("[^\r\n]+") do if (frame:getParent().args[s] and frame:getParent().args[s] ~= "") then result = result .. tr(s, frame:getParent().args[s]) end end return "{| class='infobox'" .. result .. "\n|}" end return p