(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);...") |
No edit summary |
||
Line 2: | Line 2: | ||
<html> | <html> | ||
<div id="page-content"></div> | <div id="page-content"></div> | ||
<style> | |||
h3.mw-headline{font-size:1rem;} | |||
</style> | |||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ |
Revision as of 14:40, 26 August 2022
All the news that has been posted on the You've Got Mail! section of the homepage.