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

(최신 | 오래됨) ( | 이전 50개) (20 | 50 | 100 | 250 | 500) 보기

2023년 12월 3일 (일)

  • 최신이전 03:172023년 12월 3일 (일) 03:17HyunJongSu 토론 기여 1,799 바이트 +1,799 새 문서: require('strict') local p = {} local cells = mw.loadData('Module:TreeChart/data') function p._main(cell_args) local ret = mw.html.create() local top = ret:tag('tr') :css{ height = '1px', ['text-align'] = 'center' } local bottom = ret:tag('tr') :css{ height = '1px', ['text-align'] = 'center' } for _, v in ipairs(cell_args) do if type(v) == 'string' then top:wikitext(cells[v].t) bottom:wikitext(cells[v].b) else top:tag('td') :att...
(최신 | 오래됨) ( | 이전 50개) (20 | 50 | 100 | 250 | 500) 보기