User contributions for Bog

From Wings of Fire Fandom Mirror
A user with 55 edits. Account created on 14 October 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

15 October 2025

  • 00:5900:59, 15 October 2025 diff hist +6 Main Page No edit summary
  • 00:4100:41, 15 October 2025 diff hist +26,876 N Module:Treechart/data Created page with "local SLD = '2px solid var(--theme-page-text-color)' local DSH = '2px dashed var(--theme-page-text-color)' local DOT = '2px dotted var(--theme-page-text-color)' local data = { ['!'] = { t = { { attr = { rowspan = '2' }, style = { ['border-right'] = SLD, width = '1em', height = '2em' } }, { attr = { rowspan = '2' }, style = { width = '1em', height = '2em' } } } }, ['%'] = { b = { { style = { ['border-right'] = DSH, width = '1em', height = '1em' } }, { styl..." current
  • 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

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)