<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://atitd.wiki/tale10/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ARaeli_Oven%2Fdoc</id>
	<title>Template:Raeli Oven/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://atitd.wiki/tale10/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ARaeli_Oven%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://atitd.wiki/tale10/w/index.php?title=Template:Raeli_Oven/doc&amp;action=history"/>
	<updated>2026-04-17T17:11:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.6</generator>
	<entry>
		<id>https://atitd.wiki/tale10/w/index.php?title=Template:Raeli_Oven/doc&amp;diff=139613&amp;oldid=prev</id>
		<title>Tehm at 23:25, 20 February 2020</title>
		<link rel="alternate" type="text/html" href="https://atitd.wiki/tale10/w/index.php?title=Template:Raeli_Oven/doc&amp;diff=139613&amp;oldid=prev"/>
		<updated>2020-02-20T23:25:15Z</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;'''{{tl|Raeli Oven}}''' generates a table detailing the tile colors and timers for a [[Raeli Oven]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Raeli Oven&lt;br /&gt;
| name   = &lt;br /&gt;
| fired = &lt;br /&gt;
| coords = &lt;br /&gt;
| region = &lt;br /&gt;
| level  = &lt;br /&gt;
&lt;br /&gt;
| color1 = &lt;br /&gt;
| time1  = &lt;br /&gt;
&lt;br /&gt;
| color2 = &lt;br /&gt;
| time2  = &lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Basic Data ==&lt;br /&gt;
&lt;br /&gt;
; name: The name appearing at the top of the table.&lt;br /&gt;
; fired ''(optional)'' : When the oven was last fired.&lt;br /&gt;
; coords ''(optional)'' : The coordinates where the oven was built.&lt;br /&gt;
; region ''(optional)'' : The region where the oven was built.&lt;br /&gt;
; pig ''(optional)'' : The breed of the pig that discovered the oven's location.&lt;br /&gt;
; level ''(optional)'' : The current upgrade level of the oven.&lt;br /&gt;
&lt;br /&gt;
=== Tile Data ===&lt;br /&gt;
; color&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;: The color of tile number &amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt; produced by the oven. You can include as many '''color&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;''' entries as are applicable to your oven, but each should be accompanied by a '''time&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;''' of the same number if known.&lt;br /&gt;
; time&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;: The time at which the oven begins producing the associated '''color&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;''' parameter.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Raeli Oven&lt;br /&gt;
| name    = My Raeli Oven #1&lt;br /&gt;
| fired   = Nov 12 @ 7:37pm&lt;br /&gt;
| coords  = 752, -7443&lt;br /&gt;
| region  = Blue Nile&lt;br /&gt;
| pig     = Settenuen&lt;br /&gt;
| level   = 3&lt;br /&gt;
| color1  = White&lt;br /&gt;
| time1   = 0&lt;br /&gt;
| color2  = Ghost White&lt;br /&gt;
| time2   = 1&lt;br /&gt;
| color3  = White Smoke&lt;br /&gt;
| time3   = 5&lt;br /&gt;
| color4  = Lavender&lt;br /&gt;
| time4   = 9&lt;br /&gt;
| color5  = Gainsboro&lt;br /&gt;
| time5   = 25&lt;br /&gt;
| color6  = Thistle&lt;br /&gt;
| time6   = 31&lt;br /&gt;
| color7  = Light Steel Blue&lt;br /&gt;
| time7   = 38&lt;br /&gt;
| color8  = Medium Purple&lt;br /&gt;
| time8   = 59&lt;br /&gt;
| color9  = Medium Slate Blue&lt;br /&gt;
| time9   = 82&lt;br /&gt;
| color10 = Slate Blue&lt;br /&gt;
| time10  = 85&lt;br /&gt;
| color11 = Cobalt Blue&lt;br /&gt;
| time11  = 115&lt;br /&gt;
| color12 = Dark Slate Blue&lt;br /&gt;
| time12  = 125&lt;br /&gt;
| color13 = Persian Indigo&lt;br /&gt;
| time13  = 145&lt;br /&gt;
| color14 = Midnight Blue&lt;br /&gt;
| time14  = 161&lt;br /&gt;
| color15 = Oxford Blue&lt;br /&gt;
| time15  = 180&lt;br /&gt;
| color16 = Dark Jungle Green&lt;br /&gt;
| time16  = 190&lt;br /&gt;
| color17 = Licorice&lt;br /&gt;
| time17  = 197&lt;br /&gt;
| color18 = Smokey Black&lt;br /&gt;
| time18  = 204&lt;br /&gt;
| color19 = Black&lt;br /&gt;
| time19  = 212&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
results in:&lt;br /&gt;
&lt;br /&gt;
{{Raeli Oven&lt;br /&gt;
| name    = My Raeli Oven #1&lt;br /&gt;
| fired   = Nov 12 @ 7:37pm&lt;br /&gt;
| coords  = 752, -7443&lt;br /&gt;
| region  = Blue Nile&lt;br /&gt;
| pig     = Settenuen&lt;br /&gt;
| level   = 3&lt;br /&gt;
| color1  = White&lt;br /&gt;
| time1   = 0&lt;br /&gt;
| color2  = Ghost White&lt;br /&gt;
| time2   = 1&lt;br /&gt;
| color3  = White Smoke&lt;br /&gt;
| time3   = 5&lt;br /&gt;
| color4  = Lavender&lt;br /&gt;
| time4   = 9&lt;br /&gt;
| color5  = Gainsboro&lt;br /&gt;
| time5   = 25&lt;br /&gt;
| color6  = Thistle&lt;br /&gt;
| time6   = 31&lt;br /&gt;
| color7  = Light Steel Blue&lt;br /&gt;
| time7   = 38&lt;br /&gt;
| color8  = Medium Purple&lt;br /&gt;
| time8   = 59&lt;br /&gt;
| color9  = Medium Slate Blue&lt;br /&gt;
| time9   = 82&lt;br /&gt;
| color10 = Slate Blue&lt;br /&gt;
| time10  = 85&lt;br /&gt;
| color11 = Cobalt Blue&lt;br /&gt;
| time11  = 115&lt;br /&gt;
| color12 = Dark Slate Blue&lt;br /&gt;
| time12  = 125&lt;br /&gt;
| color13 = Persian Indigo&lt;br /&gt;
| time13  = 145&lt;br /&gt;
| color14 = Midnight Blue&lt;br /&gt;
| time14  = 161&lt;br /&gt;
| color15 = Oxford Blue&lt;br /&gt;
| time15  = 180&lt;br /&gt;
| color16 = Dark Jungle Green&lt;br /&gt;
| time16  = 190&lt;br /&gt;
| color17 = Licorice&lt;br /&gt;
| time17  = 197&lt;br /&gt;
| color18 = Smokey Black&lt;br /&gt;
| time18  = 204&lt;br /&gt;
| color19 = Black&lt;br /&gt;
| time19  = 212&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template documentation|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tehm</name></author>
	</entry>
</feed>