<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://willamette.earth/wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ATemplateCard.js</id>
	<title>MediaWiki:TemplateCard.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://willamette.earth/wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ATemplateCard.js"/>
	<link rel="alternate" type="text/html" href="https://willamette.earth/wiki/index.php?title=MediaWiki:TemplateCard.js&amp;action=history"/>
	<updated>2026-04-23T03:13:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://willamette.earth/wiki/index.php?title=MediaWiki:TemplateCard.js&amp;diff=101&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://willamette.earth/wiki/index.php?title=MediaWiki:TemplateCard.js&amp;diff=101&amp;oldid=prev"/>
		<updated>2024-12-09T18:01:20Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:01, 9 December 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://willamette.earth/wiki/index.php?title=MediaWiki:TemplateCard.js&amp;diff=100&amp;oldid=prev</id>
		<title>Appropedia&gt;Sophivorus at 14:06, 18 January 2024</title>
		<link rel="alternate" type="text/html" href="https://willamette.earth/wiki/index.php?title=MediaWiki:TemplateCard.js&amp;diff=100&amp;oldid=prev"/>
		<updated>2024-01-18T14:06:22Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
 * This script interacts with [[Template:Card]]&lt;br /&gt;
 * [[Category:Template script pages]]&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
var TemplateCard = {&lt;br /&gt;
&lt;br /&gt;
	init: function () {&lt;br /&gt;
		$( &amp;#039;#mw-content-text&amp;#039; ).find( &amp;#039;.card-content&amp;#039; ).each( TemplateCard.trimList );&lt;br /&gt;
	},&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Trim lists of more than 10 items&lt;br /&gt;
	 * Example: [[Appropedia:Admin panel]]&lt;br /&gt;
	 */&lt;br /&gt;
	trimList: function ( event ) {&lt;br /&gt;
		var $button = $( &amp;#039;&amp;lt;span&amp;gt;more&amp;lt;/span&amp;gt;&amp;#039; ).css( &amp;#039;cursor&amp;#039;, &amp;#039;pointer&amp;#039; ).on( &amp;#039;click&amp;#039;, function () {&lt;br /&gt;
			$( this ).hide().siblings().show();&lt;br /&gt;
		} );&lt;br /&gt;
		$( this ).find( &amp;#039;li&amp;#039; ).eq( 10 ).nextAll().hide().last().after( $button );&lt;br /&gt;
	}&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
$( TemplateCard.init );&lt;/div&gt;</summary>
		<author><name>Appropedia&gt;Sophivorus</name></author>
	</entry>
</feed>