All public logs

From Halopedia, the Halo wiki

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

Logs
  • 15:19, August 23, 2023 Porplemontage talk contribs created page MediaWiki:Gadget-LightToggle.js (Created page with "// Toggle a light theme for supported dark skins function setCookie(c_name, value, expiredays) { var exdate = new Date(); exdate.setDate(exdate.getDate() + expiredays); document.cookie = c_name + '=' + escape(value) + ';path=/' + ((expiredays === null) ? '' : ';expires=' + exdate.toGMTString()); } function getCookie(c_name) { if (document.cookie.length > 0) { c_start = document.cookie.indexOf(c_name + '='); if (c_start != -1) { c_start = c_start + c_name.leng...")