All public logs

Jump to navigation Jump to search

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

Logs
  • 23:27, 10 August 2022 Alex4401 talk contribs created page User:Alex4401/vector.js (Created page with " // #region Theme toggle (function(window) { var themes = [ 'Overworld', 'Hydra', 'third', 'fourth' ], currentTheme = null, themePrefersDark = 'Overworld', themePrefersLight = 'Hydra', storageKey = 'skin-theme'; var I18n = util.l10nFactory(mw.config.get('wgUserLanguage'), { Tooltip: { en: 'Change theme' }, 'Overworld': { en: 'Overworld' }, 'Hydra': { en: 'Hydra' },...")
  • 23:27, 10 August 2022 Alex4401 talk contribs created page User:Alex4401/vector.css (Created page with "html { --theme-toggle-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M17.39 15.14A7.33 7.33 0 0 1 11.75 1.6c.23-.11.56-.23.79-.34a8.19 8.19 0 0 0-5.41.45 9 9 0 1 0 7 16.58 8.42 8.42 0 0 0 4.29-3.84 5.3 5.3 0 0 1-1.03.69z'/%3E%3C/svg%3E%0A"); --theme-toggle-icon-size: contain; } header#wikigg-header #p-personal li#p-themes { all: unset; bo...")