All public logs

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

Logs
  • 05:07, 29 August 2022 Jens talk contribs protected Template:News Archive [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 14:59, 26 August 2022 Isaac talk contribs created page Template:News Archive (Created page with "All the news that has been posted on the You've Got Mail! section of the homepage. <html> <div id="page-content"></div> <script> $(document).ready(function(){ $.get("/wiki/Template:NewsArchiveData?&action=render", function(data) { news_data_html = $(data).find('#news_data')[0].innerHTML; news_data_decoded = news_data_html.replace(/"/g, "'").replace(/`/g, '"').replace(/,(?=[^,]*$)/, '').replace(/\n/g, ''); news_data = JSON.parse(news_data_decoded);...")