「模組:TreeChart」:修訂歷史

比對選擇的版本差異:選擇要比對修訂版本的單選按鈕並點選底部的按鈕進行比對。
符號說明:(目前) = 與最新的修訂版本比對,(前筆) = 與前一筆修訂版本比對, = 次要修訂。

2022年2月8日 (星期二)

  • 目前前筆 18:042022年2月8日 (二) 18:04imported>DC 1,819位元組 +1,819 建立內容為「require('Module:No globals') 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)…」的新頁面