All public logs

From FFXI Wiki

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

Logs
  • 19:04, 15 September 2023 Positron talk contribs created page User:Positron/common.js (Created page with "function setTheme(themeName) { document.documentElement.className = themeName; localStorage.setItem('theme', themeName); } theme = localStorage.getItem('theme'); if (theme) { if (theme === 'theme-dark') { setTheme('theme-dark'); } if (theme === 'theme-light') { setTheme('theme-light'); } return; } prefersDarkTheme = window.matchMedia('(prefers-color-scheme: dark)'); if (prefersDarkTheme.matches) { setTheme('theme-dark'); return; } pre...")