<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://themidnight.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Isaac</id>
	<title>The Midnight Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://themidnight.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Isaac"/>
	<link rel="alternate" type="text/html" href="https://themidnight.wiki/wiki/Special:Contributions/Isaac"/>
	<updated>2026-05-01T19:32:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5009</id>
		<title>Template:News Archive</title>
		<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5009"/>
		<updated>2022-08-26T19:42:31Z</updated>

		<summary type="html">&lt;p&gt;Isaac: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All the news that has been posted on the You&#039;ve Got Mail! section of the homepage.&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;page-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
 h3{font-size:1rem !important;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
$(document).ready(function(){&lt;br /&gt;
&lt;br /&gt;
  $.get(&amp;quot;/wiki/Template:NewsArchiveData?&amp;amp;action=render&amp;quot;, function(data) {&lt;br /&gt;
      news_data_html = $(data).find(&#039;#news_data&#039;)[0].innerHTML;&lt;br /&gt;
      news_data_decoded = news_data_html.replace(/&amp;quot;/g, &amp;quot;&#039;&amp;quot;).replace(/`/g, &#039;&amp;quot;&#039;).replace(/,(?=[^,]*$)/, &#039;&#039;).replace(/\n/g, &#039;&#039;);&lt;br /&gt;
      news_data = JSON.parse(news_data_decoded);&lt;br /&gt;
      let html = &#039;&#039;;&lt;br /&gt;
      let current_year = 0;&lt;br /&gt;
      let current_month = &#039;&#039;;&lt;br /&gt;
      $(news_data).each(function(key, data){&lt;br /&gt;
         &lt;br /&gt;
         if (data.year != current_year) {&lt;br /&gt;
            current_year = data.year;&lt;br /&gt;
            html += `&amp;lt;h2&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}&amp;quot;&amp;gt;${data.year}&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;`&lt;br /&gt;
            year_start = true;&lt;br /&gt;
            current_month = &#039;&#039;;&lt;br /&gt;
         }&lt;br /&gt;
&lt;br /&gt;
         if (data.month != current_month) {&lt;br /&gt;
            current_month = data.month;&lt;br /&gt;
            &lt;br /&gt;
            if (year_start) {&lt;br /&gt;
              year_start = false;&lt;br /&gt;
            } else { &lt;br /&gt;
              html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            html += `&amp;lt;h3&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}_${data.month}&amp;quot;&amp;gt;${data.month}&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;&amp;lt;dl&amp;gt;`;&lt;br /&gt;
&lt;br /&gt;
         }&lt;br /&gt;
         html += `&amp;lt;dt&amp;gt;${data.news_date}&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;i&amp;gt;${data.category}&amp;lt;/i&amp;gt; - ${data.news}&amp;lt;/dd&amp;gt;`;      &lt;br /&gt;
      });&lt;br /&gt;
      html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
      $(&#039;#page-content&#039;).html(html);&lt;br /&gt;
  });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Isaac</name></author>
	</entry>
	<entry>
		<id>https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5008</id>
		<title>Template:News Archive</title>
		<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5008"/>
		<updated>2022-08-26T19:41:45Z</updated>

		<summary type="html">&lt;p&gt;Isaac: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All the news that has been posted on the You&#039;ve Got Mail! section of the homepage.&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;page-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
 h3{font-size:1rem important!;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
$(document).ready(function(){&lt;br /&gt;
&lt;br /&gt;
  $.get(&amp;quot;/wiki/Template:NewsArchiveData?&amp;amp;action=render&amp;quot;, function(data) {&lt;br /&gt;
      news_data_html = $(data).find(&#039;#news_data&#039;)[0].innerHTML;&lt;br /&gt;
      news_data_decoded = news_data_html.replace(/&amp;quot;/g, &amp;quot;&#039;&amp;quot;).replace(/`/g, &#039;&amp;quot;&#039;).replace(/,(?=[^,]*$)/, &#039;&#039;).replace(/\n/g, &#039;&#039;);&lt;br /&gt;
      news_data = JSON.parse(news_data_decoded);&lt;br /&gt;
      let html = &#039;&#039;;&lt;br /&gt;
      let current_year = 0;&lt;br /&gt;
      let current_month = &#039;&#039;;&lt;br /&gt;
      $(news_data).each(function(key, data){&lt;br /&gt;
         &lt;br /&gt;
         if (data.year != current_year) {&lt;br /&gt;
            current_year = data.year;&lt;br /&gt;
            html += `&amp;lt;h2&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}&amp;quot;&amp;gt;${data.year}&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;`&lt;br /&gt;
            year_start = true;&lt;br /&gt;
            current_month = &#039;&#039;;&lt;br /&gt;
         }&lt;br /&gt;
&lt;br /&gt;
         if (data.month != current_month) {&lt;br /&gt;
            current_month = data.month;&lt;br /&gt;
            &lt;br /&gt;
            if (year_start) {&lt;br /&gt;
              year_start = false;&lt;br /&gt;
            } else { &lt;br /&gt;
              html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            html += `&amp;lt;h3&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}_${data.month}&amp;quot;&amp;gt;${data.month}&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;&amp;lt;dl&amp;gt;`;&lt;br /&gt;
&lt;br /&gt;
         }&lt;br /&gt;
         html += `&amp;lt;dt&amp;gt;${data.news_date}&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;i&amp;gt;${data.category}&amp;lt;/i&amp;gt; - ${data.news}&amp;lt;/dd&amp;gt;`;      &lt;br /&gt;
      });&lt;br /&gt;
      html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
      $(&#039;#page-content&#039;).html(html);&lt;br /&gt;
  });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Isaac</name></author>
	</entry>
	<entry>
		<id>https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5007</id>
		<title>Template:News Archive</title>
		<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5007"/>
		<updated>2022-08-26T19:41:15Z</updated>

		<summary type="html">&lt;p&gt;Isaac: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All the news that has been posted on the You&#039;ve Got Mail! section of the homepage.&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;page-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
 h3{font-size:1rem;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
$(document).ready(function(){&lt;br /&gt;
&lt;br /&gt;
  $.get(&amp;quot;/wiki/Template:NewsArchiveData?&amp;amp;action=render&amp;quot;, function(data) {&lt;br /&gt;
      news_data_html = $(data).find(&#039;#news_data&#039;)[0].innerHTML;&lt;br /&gt;
      news_data_decoded = news_data_html.replace(/&amp;quot;/g, &amp;quot;&#039;&amp;quot;).replace(/`/g, &#039;&amp;quot;&#039;).replace(/,(?=[^,]*$)/, &#039;&#039;).replace(/\n/g, &#039;&#039;);&lt;br /&gt;
      news_data = JSON.parse(news_data_decoded);&lt;br /&gt;
      let html = &#039;&#039;;&lt;br /&gt;
      let current_year = 0;&lt;br /&gt;
      let current_month = &#039;&#039;;&lt;br /&gt;
      $(news_data).each(function(key, data){&lt;br /&gt;
         &lt;br /&gt;
         if (data.year != current_year) {&lt;br /&gt;
            current_year = data.year;&lt;br /&gt;
            html += `&amp;lt;h2&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}&amp;quot;&amp;gt;${data.year}&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;`&lt;br /&gt;
            year_start = true;&lt;br /&gt;
            current_month = &#039;&#039;;&lt;br /&gt;
         }&lt;br /&gt;
&lt;br /&gt;
         if (data.month != current_month) {&lt;br /&gt;
            current_month = data.month;&lt;br /&gt;
            &lt;br /&gt;
            if (year_start) {&lt;br /&gt;
              year_start = false;&lt;br /&gt;
            } else { &lt;br /&gt;
              html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            html += `&amp;lt;h3&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}_${data.month}&amp;quot;&amp;gt;${data.month}&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;&amp;lt;dl&amp;gt;`;&lt;br /&gt;
&lt;br /&gt;
         }&lt;br /&gt;
         html += `&amp;lt;dt&amp;gt;${data.news_date}&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;i&amp;gt;${data.category}&amp;lt;/i&amp;gt; - ${data.news}&amp;lt;/dd&amp;gt;`;      &lt;br /&gt;
      });&lt;br /&gt;
      html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
      $(&#039;#page-content&#039;).html(html);&lt;br /&gt;
  });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Isaac</name></author>
	</entry>
	<entry>
		<id>https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5006</id>
		<title>Template:News Archive</title>
		<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5006"/>
		<updated>2022-08-26T19:40:31Z</updated>

		<summary type="html">&lt;p&gt;Isaac: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All the news that has been posted on the You&#039;ve Got Mail! section of the homepage.&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;page-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
 h3.mw-headline{font-size:1rem;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
$(document).ready(function(){&lt;br /&gt;
&lt;br /&gt;
  $.get(&amp;quot;/wiki/Template:NewsArchiveData?&amp;amp;action=render&amp;quot;, function(data) {&lt;br /&gt;
      news_data_html = $(data).find(&#039;#news_data&#039;)[0].innerHTML;&lt;br /&gt;
      news_data_decoded = news_data_html.replace(/&amp;quot;/g, &amp;quot;&#039;&amp;quot;).replace(/`/g, &#039;&amp;quot;&#039;).replace(/,(?=[^,]*$)/, &#039;&#039;).replace(/\n/g, &#039;&#039;);&lt;br /&gt;
      news_data = JSON.parse(news_data_decoded);&lt;br /&gt;
      let html = &#039;&#039;;&lt;br /&gt;
      let current_year = 0;&lt;br /&gt;
      let current_month = &#039;&#039;;&lt;br /&gt;
      $(news_data).each(function(key, data){&lt;br /&gt;
         &lt;br /&gt;
         if (data.year != current_year) {&lt;br /&gt;
            current_year = data.year;&lt;br /&gt;
            html += `&amp;lt;h2&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}&amp;quot;&amp;gt;${data.year}&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;`&lt;br /&gt;
            year_start = true;&lt;br /&gt;
            current_month = &#039;&#039;;&lt;br /&gt;
         }&lt;br /&gt;
&lt;br /&gt;
         if (data.month != current_month) {&lt;br /&gt;
            current_month = data.month;&lt;br /&gt;
            &lt;br /&gt;
            if (year_start) {&lt;br /&gt;
              year_start = false;&lt;br /&gt;
            } else { &lt;br /&gt;
              html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            html += `&amp;lt;h3&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}_${data.month}&amp;quot;&amp;gt;${data.month}&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;&amp;lt;dl&amp;gt;`;&lt;br /&gt;
&lt;br /&gt;
         }&lt;br /&gt;
         html += `&amp;lt;dt&amp;gt;${data.news_date}&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;i&amp;gt;${data.category}&amp;lt;/i&amp;gt; - ${data.news}&amp;lt;/dd&amp;gt;`;      &lt;br /&gt;
      });&lt;br /&gt;
      html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
      $(&#039;#page-content&#039;).html(html);&lt;br /&gt;
  });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Isaac</name></author>
	</entry>
	<entry>
		<id>https://themidnight.wiki/index.php?title=wiki:News_archive&amp;diff=5004</id>
		<title>wiki:News archive</title>
		<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=wiki:News_archive&amp;diff=5004"/>
		<updated>2022-08-26T19:00:43Z</updated>

		<summary type="html">&lt;p&gt;Isaac: Replaced content with &amp;quot;{{Template:News Archive}} {{DISPLAYTITLE:News Archive}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:News Archive}}&lt;br /&gt;
{{DISPLAYTITLE:News Archive}}&lt;/div&gt;</summary>
		<author><name>Isaac</name></author>
	</entry>
	<entry>
		<id>https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5003</id>
		<title>Template:News Archive</title>
		<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=Template:News_Archive&amp;diff=5003"/>
		<updated>2022-08-26T18:59:39Z</updated>

		<summary type="html">&lt;p&gt;Isaac: Created page with &amp;quot;All the news that has been posted on the You&amp;#039;ve Got Mail! section of the homepage. &amp;lt;html&amp;gt; &amp;lt;div id=&amp;quot;page-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;  &amp;lt;script&amp;gt; $(document).ready(function(){    $.get(&amp;quot;/wiki/Template:NewsArchiveData?&amp;amp;action=render&amp;quot;, function(data) {       news_data_html = $(data).find(&amp;#039;#news_data&amp;#039;)[0].innerHTML;       news_data_decoded = news_data_html.replace(/&amp;quot;/g, &amp;quot;&amp;#039;&amp;quot;).replace(/`/g, &amp;#039;&amp;quot;&amp;#039;).replace(/,(?=[^,]*$)/, &amp;#039;&amp;#039;).replace(/\n/g, &amp;#039;&amp;#039;);       news_data = JSON.parse(news_data_decoded);...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All the news that has been posted on the You&#039;ve Got Mail! section of the homepage.&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;page-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
$(document).ready(function(){&lt;br /&gt;
&lt;br /&gt;
  $.get(&amp;quot;/wiki/Template:NewsArchiveData?&amp;amp;action=render&amp;quot;, function(data) {&lt;br /&gt;
      news_data_html = $(data).find(&#039;#news_data&#039;)[0].innerHTML;&lt;br /&gt;
      news_data_decoded = news_data_html.replace(/&amp;quot;/g, &amp;quot;&#039;&amp;quot;).replace(/`/g, &#039;&amp;quot;&#039;).replace(/,(?=[^,]*$)/, &#039;&#039;).replace(/\n/g, &#039;&#039;);&lt;br /&gt;
      news_data = JSON.parse(news_data_decoded);&lt;br /&gt;
      let html = &#039;&#039;;&lt;br /&gt;
      let current_year = 0;&lt;br /&gt;
      let current_month = &#039;&#039;;&lt;br /&gt;
      $(news_data).each(function(key, data){&lt;br /&gt;
         &lt;br /&gt;
         if (data.year != current_year) {&lt;br /&gt;
            current_year = data.year;&lt;br /&gt;
            html += `&amp;lt;h2&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}&amp;quot;&amp;gt;${data.year}&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;`&lt;br /&gt;
            year_start = true;&lt;br /&gt;
            current_month = &#039;&#039;;&lt;br /&gt;
         }&lt;br /&gt;
&lt;br /&gt;
         if (data.month != current_month) {&lt;br /&gt;
            current_month = data.month;&lt;br /&gt;
            &lt;br /&gt;
            if (year_start) {&lt;br /&gt;
              year_start = false;&lt;br /&gt;
            } else { &lt;br /&gt;
              html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            html += `&amp;lt;h3&amp;gt;&amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;${data.year}_${data.month}&amp;quot;&amp;gt;${data.month}&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;&amp;lt;dl&amp;gt;`;&lt;br /&gt;
&lt;br /&gt;
         }&lt;br /&gt;
         html += `&amp;lt;dt&amp;gt;${data.news_date}&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;i&amp;gt;${data.category}&amp;lt;/i&amp;gt; - ${data.news}&amp;lt;/dd&amp;gt;`;      &lt;br /&gt;
      });&lt;br /&gt;
      html += &#039;&amp;lt;/dl&amp;gt;&#039;&lt;br /&gt;
      $(&#039;#page-content&#039;).html(html);&lt;br /&gt;
  });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Isaac</name></author>
	</entry>
	<entry>
		<id>https://themidnight.wiki/index.php?title=Template:NewsArchiveData&amp;diff=5002</id>
		<title>Template:NewsArchiveData</title>
		<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=Template:NewsArchiveData&amp;diff=5002"/>
		<updated>2022-08-26T18:55:13Z</updated>

		<summary type="html">&lt;p&gt;Isaac: Created page with &amp;quot;{{#get_db_data: db=DATA |query=news_archive |data=news_date=date_formatted,news=news,category=category,month=month,year=year }} &amp;lt;html&amp;gt;&amp;lt;div id=&amp;quot;news_data&amp;quot;&amp;gt;&amp;lt;/html&amp;gt; [ {{#for_external_table: {  `news_date`: `{{{news_date}}}`,  `news`: `{{{news}}}`,  `category`: `{{{category}}}`, `month`: `{{{month}}}`, `year`: `{{{year}}}` }, }} ] &amp;lt;html&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#get_db_data: db=DATA&lt;br /&gt;
|query=news_archive&lt;br /&gt;
|data=news_date=date_formatted,news=news,category=category,month=month,year=year&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;div id=&amp;quot;news_data&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
{{#for_external_table:&lt;br /&gt;
{ &lt;br /&gt;
`news_date`: `{{{news_date}}}`, &lt;br /&gt;
`news`: `{{{news}}}`, &lt;br /&gt;
`category`: `{{{category}}}`,&lt;br /&gt;
`month`: `{{{month}}}`,&lt;br /&gt;
`year`: `{{{year}}}`&lt;br /&gt;
},&lt;br /&gt;
}}&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Isaac</name></author>
	</entry>
</feed>