All public logs

Jump to navigation Jump to search

Combined display of all available logs of Empire of Dragons. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:13, 5 June 2024 Oberoten talk contribs created page Module:Historical (Created page with "local p = {} -- Function to load the data from the subpage local function loadData(country) local success, data = pcall(function() return mw.loadData('Module:Historical/' .. country) end) if success then return data else return nil end end -- Main function to be invoked function p.getEvents(frame) local year = tonumber(frame.args[1]) if not year then return "No valid year specified." end local cou...")