User contributions for Bog
From Wings of Fire Fandom Mirror
15 October 2025
- 00:3700:37, 15 October 2025 diff hist +307 N Module:No globals Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)" current
- 00:3500:35, 15 October 2025 diff hist +2,729 N 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..." current
- 00:3300:33, 15 October 2025 diff hist +25 Main Page No edit summary
14 October 2025
- 20:4520:45, 14 October 2025 diff hist −319 Main Page No edit summary