Template:News Archive: Difference between revisions

Template page
(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);...")
 
m (Protected "Template:News Archive" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
<html>
<html>
<div id="page-content"></div>
<div id="page-content"></div>
 
<style>
h3{font-size:1rem !important;}
</style>
<script>
<script>
$(document).ready(function(){
$(document).ready(function(){

Latest revision as of 05:07, 29 August 2022

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