모듈:Tree diagram: 편집 역사

차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2024년 5월 21일 (화)

  • 최신이전 13:512024년 5월 21일 (화) 13:51신사 토론 기여 2,131 바이트 +2,131 새 문서: local p = {} --============ tree root ================ function p.main(frame) local i = 0 local str, gene = {}, {} local code = {} local codeinput = string.gsub(string.gsub(frame.args[1], "[\n]+", "\n"), "\n", "", 1) -- 입력한 코드 local rootClass = frame.args[2] local nodestyle = frame.args[3] -- 노드 스타일 local nodeClass = frame.args[4] -- 노드 클래스 local linkstyle = frame.args[5] -- 링크 스타일 local linkclass...