Main public logs
From Wings of Fire Fandom Mirror
Combined display of all available logs of Wings of Fire Fandom Mirror. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:35, 15 October 2025 Bog talk contribs created page Module:Treechart (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...")