Module:Treechart: Revision history

From Wings of Fire Fandom Mirror

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 October 2025

  • curprev 00:3500:35, 15 October 2025 Bog talk contribs 2,729 bytes +2,729 Created page with "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) else top..."