All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Dothack Info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:30, 21 September 2023 MysteryCorgi talk contribs imported Module:Tree chart by file upload (1 revision)
- 16:54, 5 September 2023 MysteryCorgi talk contribs created page Module:Tree chart (Created page with "require('strict') local p = {} local cells = mw.loadData('Module:Tree chart/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')...")