모든 공개 기록

FBN WIKI에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.

기록 목록
  • 2024년 5월 21일 (화) 13:51 신사 토론 기여님이 모듈:Tree diagram 문서를 만들었습니다 (새 문서: 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...)