모듈:Graph: 편집 역사

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

2024년 5월 21일 (화)

  • 최신이전 13:462024년 5월 21일 (화) 13:46신사 토론 기여 45,210 바이트 +45,210 새 문서: -- ATTENTION: Please edit this code at https://www.mediawiki.org/w/index.php?title=Module:Graph -- This way all wiki languages can stay in sync. Thank you! -- Changes history and TODO's moved to end of script local p = {} --add debug text to this string with eg. debuglog = debuglog .. "" .. "\n\n" .. "- " .. debug.traceback() .. "result type: ".. type(result) .. " result: \n\n" .. mw.dumpObject(result) --invoke chartDebuger() to get graph JSON and this string...