<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.seculargames.org/index.php?action=history&amp;feed=atom&amp;title=Template%3APetstatsbox</id>
	<title>Template:Petstatsbox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.seculargames.org/index.php?action=history&amp;feed=atom&amp;title=Template%3APetstatsbox"/>
	<link rel="alternate" type="text/html" href="https://wiki.seculargames.org/index.php?title=Template:Petstatsbox&amp;action=history"/>
	<updated>2026-06-14T04:02:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.seculargames.org/index.php?title=Template:Petstatsbox&amp;diff=45971&amp;oldid=prev</id>
		<title>imported&gt;Xel671 at 05:59, 18 September 2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.seculargames.org/index.php?title=Template:Petstatsbox&amp;diff=45971&amp;oldid=prev"/>
		<updated>2024-09-18T05:59:42Z</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;&amp;lt;!-- Main table to display pet stats. The &amp;#039;petStatsBox&amp;#039; class can be styled externally, &lt;br /&gt;
     but we&amp;#039;re using inline styles to define the border and width for compatibility. --&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;3&amp;quot; class=&amp;quot;petStatsBox&amp;quot; style=&amp;quot;border: 1px solid #BECFE2; width: 220px;&amp;quot;&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;!-- Header row to display the pet&amp;#039;s name with a custom background color. &lt;br /&gt;
       {{{name}}} is a placeholder for the dynamic name field. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th bgcolor=&amp;quot;#CEDFF2&amp;quot;&amp;gt;{{{name}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Row for displaying the pet&amp;#039;s race. The &amp;lt;strong&amp;gt; tag is used to make the label bold.&lt;br /&gt;
       {{{race}}} is a placeholder for the dynamic race field. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Race:&amp;lt;/strong&amp;gt; {{{race}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;!-- Row for displaying the pet&amp;#039;s class, similar to the race row. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Class:&amp;lt;/strong&amp;gt; {{{class}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Row for displaying the pet&amp;#039;s level. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Level:&amp;lt;/strong&amp;gt; {{{level}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Subheader row for stats section, using a different background color. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th bgcolor=&amp;quot;#F3F8FD&amp;quot;&amp;gt;Stats&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Row for displaying Armor Class (AC). If {{{AC}}} is missing, &lt;br /&gt;
       the editor may choose to display a placeholder like &amp;quot;?&amp;quot; elsewhere. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;AC:&amp;lt;/strong&amp;gt; {{{AC}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Row for displaying the pet&amp;#039;s hit points (HP). &lt;br /&gt;
       The span with class &amp;#039;ddb&amp;#039; is used for displaying the HP regeneration in parentheses. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;HP:&amp;lt;/strong&amp;gt; {{{HP}}} &amp;lt;span class=&amp;quot;ddb&amp;quot;&amp;gt;({{{HP_regen}}})&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Row for displaying the damage the pet deals per hit. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Damage per hit:&amp;lt;/strong&amp;gt; {{{damage_per_hit}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Placeholder row for Bash. This row will only be shown if the &amp;#039;bash&amp;#039; field exists. &lt;br /&gt;
       If &amp;#039;bash&amp;#039; is empty, the row will be hidden (display: none). --&amp;gt;&lt;br /&gt;
  &amp;lt;tr style=&amp;quot;{{#if: {{{bash|}}}|display:table-row;|display:none;}}&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Bash:&amp;lt;/strong&amp;gt; {{{bash}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Placeholder row for Kick. Functions similarly to the Bash row. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr style=&amp;quot;{{#if: {{{kick|}}}|display:table-row;|display:none;}}&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Kick:&amp;lt;/strong&amp;gt; {{{kick}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Placeholder row for Backstab. Only shown if &amp;#039;backstab&amp;#039; has a value. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr style=&amp;quot;{{#if: {{{backstab|}}}|display:table-row;|display:none;}}&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Backstab:&amp;lt;/strong&amp;gt; {{{backstab}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Row for displaying attacks per round, with attack speed shown in parentheses using the &amp;#039;ddb&amp;#039; class. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Attacks per round:&amp;lt;/strong&amp;gt; {{{attacks_per_round}}} &amp;lt;span class=&amp;quot;ddb&amp;quot;&amp;gt;({{{attack_speed}}})&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Row for displaying any special abilities the pet might have. --&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Special:&amp;lt;/strong&amp;gt; {{{special}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Xel671</name></author>
	</entry>
</feed>