Template:News Archive

Template page
Revision as of 14:59, 26 August 2022 by Isaac (talk | contribs) (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);...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

All the news that has been posted on the You've Got Mail! section of the homepage.