<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://edfieldmanual.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AResource_card</id>
	<title>Template:Resource card - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://edfieldmanual.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AResource_card"/>
	<link rel="alternate" type="text/html" href="https://edfieldmanual.com/index.php?title=Template:Resource_card&amp;action=history"/>
	<updated>2026-08-25T13:02:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://edfieldmanual.com/index.php?title=Template:Resource_card&amp;diff=122&amp;oldid=prev</id>
		<title>Sythan: New: reusable compact resource-card component for third-party tool/site listings</title>
		<link rel="alternate" type="text/html" href="https://edfieldmanual.com/index.php?title=Template:Resource_card&amp;diff=122&amp;oldid=prev"/>
		<updated>2026-08-07T16:52:04Z</updated>

		<summary type="html">&lt;p&gt;New: reusable compact resource-card component for third-party tool/site listings&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;templatestyles src=&amp;quot;Template:Resource card/styles.css&amp;quot; /&amp;gt;&amp;lt;div class=&amp;quot;edfm-resource&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;edfm-resource-head&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;edfm-resource-name&amp;quot;&amp;gt;[{{{url}}} {{{name}}}]&amp;lt;/span&amp;gt;{{#if:{{{fullname|}}}|&amp;lt;span class=&amp;quot;edfm-resource-fullname&amp;quot;&amp;gt;{{{fullname}}}&amp;lt;/span&amp;gt;}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;edfm-resource-desc&amp;quot;&amp;gt;{{{description}}}&amp;lt;/p&amp;gt;{{#if:{{{tag1|}}}|&lt;br /&gt;
&amp;lt;div class=&amp;quot;edfm-resource-tags&amp;quot;&amp;gt;{{#if:{{{tag1|}}}|&amp;lt;span class=&amp;quot;edfm-resource-tag&amp;quot;&amp;gt;{{{tag1}}}&amp;lt;/span&amp;gt;}}{{#if:{{{tag2|}}}|&amp;lt;span class=&amp;quot;edfm-resource-tag&amp;quot;&amp;gt;{{{tag2}}}&amp;lt;/span&amp;gt;}}{{#if:{{{tag3|}}}|&amp;lt;span class=&amp;quot;edfm-resource-tag&amp;quot;&amp;gt;{{{tag3}}}&amp;lt;/span&amp;gt;}}{{#if:{{{tag4|}}}|&amp;lt;span class=&amp;quot;edfm-resource-tag&amp;quot;&amp;gt;{{{tag4}}}&amp;lt;/span&amp;gt;}}{{#if:{{{tag5|}}}|&amp;lt;span class=&amp;quot;edfm-resource-tag&amp;quot;&amp;gt;{{{tag5}}}&amp;lt;/span&amp;gt;}}&amp;lt;/div&amp;gt;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
Compact reference card for a single third-party tool/site/service --&lt;br /&gt;
replaces the old &amp;quot;two-column wikitable&amp;quot; pattern for resource-listing&lt;br /&gt;
pages such as [[Tools and Resources]]. Reuses the site&amp;#039;s existing design&lt;br /&gt;
tokens/link styling (see [[Template:Resource card/styles.css]]) rather&lt;br /&gt;
than introducing new colours -- this is a new component within the&lt;br /&gt;
existing EDFM theme, not a separate visual system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Resource card&lt;br /&gt;
 |name=EDSM&lt;br /&gt;
 |fullname=Elite Dangerous Star Map&lt;br /&gt;
 |url=https://www.edsm.net/&lt;br /&gt;
 |description=Community-maintained database of star systems and bodies, built from commanders&amp;#039; journal uploads.&lt;br /&gt;
 |tag1=Star map|tag2=System data|tag3=Exploration&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Parameters:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; (required) -- the short/primary name, shown as the bold linked label.&lt;br /&gt;
* &amp;lt;code&amp;gt;fullname&amp;lt;/code&amp;gt; (optional) -- an expanded title shown smaller/muted next to the name (e.g. what an acronym stands for).&lt;br /&gt;
* &amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt; (required) -- external URL; the name becomes a normal external link (site link colour + the standard small external-link arrow, not a custom icon).&lt;br /&gt;
* &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; (required) -- one short paragraph. Don&amp;#039;t invent capabilities the tool doesn&amp;#039;t have -- if unsure, keep the description conservative.&lt;br /&gt;
* &amp;lt;code&amp;gt;tag1&amp;lt;/code&amp;gt; through &amp;lt;code&amp;gt;tag5&amp;lt;/code&amp;gt; (all optional) -- short (1-3 word) category/capability labels shown as small chips under the description. Omit all of them for a plainer card (used for community/forum-type entries that aren&amp;#039;t really &amp;quot;tools with capabilities&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Multiple cards side by side:&amp;#039;&amp;#039;&amp;#039; wrap a run of cards in&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;edfm-resource-grid&amp;quot;&amp;amp;gt;...&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; to let them&lt;br /&gt;
sit two-up on wide screens and collapse to one column on narrow ones. Only&lt;br /&gt;
do this when the cards&amp;#039; descriptions are similar enough in length to stay&lt;br /&gt;
readable side by side -- prefer stacking (no grid wrapper) otherwise.&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sythan</name></author>
	</entry>
</feed>