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).
- 05:22, 21 October 2025 Bog talk contribs deleted page BogTheMudWing (another test)
- 05:20, 21 October 2025 Bog talk contribs undeleted page Belladonna (1 revision) (this is a test)
- 05:18, 21 October 2025 Bog talk contribs created page User:Bog/WikiCraft (Created page with "eedf3c55-2e73-4e73-99a7-81d953745f0a")
- 04:57, 21 October 2025 Bog talk contribs changed group membership for WikiCraftBot: granted bot and administrator
- 04:56, 21 October 2025 User account WikiCraftBot talk contribs was created by Bog talk contribs (WikiCraft testing)
- 15:49, 20 October 2025 Bog talk contribs created page Template:Map:Pantala (Created page with "frame") Tag: Visual edit
- 15:48, 20 October 2025 Bog talk contribs created page Template:Map:Pyrrhia (Created page with "frame") Tag: Visual edit: Switched
- 23:16, 19 October 2025 Bog talk contribs created page Wings of Fire Fandom Mirror:About (Created page with "This is a [https://mediawiki.org MediaWiki] site which mirrors the main namespace articles from the [https://wingsoffire.fandom.com Wings of Fire Wiki on Fandom]. I made this site because I don't like Fandom. There are many reasons for this, but [https://forkfandom.com/ Fork Fandom] writes it succinctly:<blockquote>Fandom is a business that exists to monetise user generated content. It does this through [https://kotaku.com/fallout-fans-resist-wikias-attempt-to-pivot-to-...") Tag: Visual edit
- 22:36, 19 October 2025 Bog talk contribs created page Wings of Fire Fandom Mirror:Privacy policy (Created page with "Your data is not important to me, so I don't go out of my way to collect it. To keep the site secure, Wings of Fire Fandom Mirror logs requests, including the originating IP address and the resource being accessed. This information is not shared and logs are deleted every sixty days at the longest. Wings of Fire Fandom Mirror uses your browser storage for basic functionality. This data is not used to identify you.")
- 21:27, 19 October 2025 Bog talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** randompage-url|randompage ** specialpages-url|specialpages * Books ** Category:First_arc|Arc 1 ** Category:Second_arc|Arc 2 ** Category:Third_arc|Arc 3 ** Category:Fourth_arc|Arc 4 ** Category:Wings_of_Fire_Legends|Legends ** Category:Wings_of_Fire_Winglets|Winglets ** Category:Graphic_novels|Graphic Novels ** Category:Books|All Books * Characters ** Category:Point_of_views|Point-of-Views ** Category:Protagonists|Protagon...")
- 21:03, 19 October 2025 Bog talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: :root { --theme-page-text-color: black; }")
- 00:12, 16 October 2025 Bog talk contribs deleted page MediaWiki:Footer-tagline (content was: "Article content © by wingsoffire.fandom.com is licensed under CC BY-SA 4.0.", and the only contributor was "Bog" (talk))
- 00:12, 16 October 2025 Bog talk contribs created page MediaWiki:Copyright-footer (Created page with "Content is avilable by wingsoffire.fandom.com under $1 unless otherwise noted.")
- 00:10, 16 October 2025 Bog talk contribs created page MediaWiki:Footer-tagline (Created page with "Article content © by wingsoffire.fandom.com is licensed under CC BY-SA 4.0.")
- 00:41, 15 October 2025 Bog talk contribs created page 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...")
- 00:37, 15 October 2025 Bog talk contribs created page 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)")
- 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...")