<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wizlords.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ASpell_card</id>
	<title>Template:Spell card - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wizlords.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ASpell_card"/>
	<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template:Spell_card&amp;action=history"/>
	<updated>2026-07-21T20:02:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wizlords.wiki/index.php?title=Template:Spell_card&amp;diff=1896&amp;oldid=prev</id>
		<title>Aurelian: Created page with &quot;&lt;includeonly&gt;&lt;div {{#if:{{{id|}}}|id=&quot;{{{id}}}&quot;|}} class=&quot;wizlords-spell-card&quot;&gt; &lt;div class=&quot;wizlords-spell-card-title&quot;&gt;{{{title}}}&lt;/div&gt; &lt;div class=&quot;wizlords-spell-card-meta&quot;&gt; {{{meta}}} &lt;/div&gt; &lt;div class=&quot;wizlords-spell-card-divider&quot;&gt;&lt;/div&gt; {{{content}}} &lt;/div&gt;&lt;/includeonly&gt;&lt;noinclude&gt; == About this template == Creates one spell card inside a spell category. The desktop card is also used as the source when the site JavaScript builds the phone and tablet spellbook cards....&quot;</title>
		<link rel="alternate" type="text/html" href="https://wizlords.wiki/index.php?title=Template:Spell_card&amp;diff=1896&amp;oldid=prev"/>
		<updated>2026-07-15T18:35:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;includeonly&amp;gt;&amp;lt;div {{#if:{{{id|}}}|id=&amp;quot;{{{id}}}&amp;quot;|}} class=&amp;quot;wizlords-spell-card&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;wizlords-spell-card-title&amp;quot;&amp;gt;{{{title}}}&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;wizlords-spell-card-meta&amp;quot;&amp;gt; {{{meta}}} &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;wizlords-spell-card-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt; {{{content}}} &amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt; == About this template == Creates one spell card inside a spell category. The desktop card is also used as the source when the site JavaScript builds the phone and tablet spellbook cards....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div {{#if:{{{id|}}}|id=&amp;quot;{{{id}}}&amp;quot;|}} class=&amp;quot;wizlords-spell-card&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-spell-card-title&amp;quot;&amp;gt;{{{title}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-spell-card-meta&amp;quot;&amp;gt;&lt;br /&gt;
{{{meta}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-spell-card-divider&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{{content}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== About this template ==&lt;br /&gt;
Creates one spell card inside a spell category. The desktop card is also used as the source when the site JavaScript builds the phone and tablet spellbook cards.&lt;br /&gt;
&lt;br /&gt;
Do not change the generated CSS classes, ID, or child order. The responsive spellbook JavaScript reads and clones this structure.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
* &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; - spell name shown on the card.&lt;br /&gt;
* &amp;lt;code&amp;gt;id&amp;lt;/code&amp;gt; - optional exact existing page anchor. Do not invent IDs for cards that do not currently have one.&lt;br /&gt;
* &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; - flexible metadata such as type, cost, casting time, range, chant, and representation.&lt;br /&gt;
* &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; - flexible spell-rule sections such as effect, level effects, restrictions, servant statistics, and prerequisites.&lt;br /&gt;
&lt;br /&gt;
== Basic example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Spell card&lt;br /&gt;
|title=Example Spell&lt;br /&gt;
|id=Example_Spell&lt;br /&gt;
|meta=&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;#039;&amp;#039;&amp;#039;Type:&amp;#039;&amp;#039;&amp;#039; Fixed&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;#039;&amp;#039;&amp;#039;Cost:&amp;#039;&amp;#039;&amp;#039; 1 Spell Point&amp;lt;/div&amp;gt;&lt;br /&gt;
|content=&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-spell-card-section&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Effect:&amp;#039;&amp;#039;&amp;#039; Example effect.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;wizlords-spell-card-section&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Prerequisites:&amp;#039;&amp;#039;&amp;#039; None.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aurelian</name></author>
	</entry>
</feed>