<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://pwo-wiki.info/index.php?action=history&amp;feed=atom&amp;title=Template%3ATrainerheader%2Fdoc</id>
		<title>Template:Trainerheader/doc - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://pwo-wiki.info/index.php?action=history&amp;feed=atom&amp;title=Template%3ATrainerheader%2Fdoc"/>
		<link rel="alternate" type="text/html" href="https://pwo-wiki.info/index.php?title=Template:Trainerheader/doc&amp;action=history"/>
		<updated>2026-05-01T12:29:58Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://pwo-wiki.info/index.php?title=Template:Trainerheader/doc&amp;diff=5114&amp;oldid=prev</id>
		<title>Professor.Oak: Created page with &quot;The following is documentation for using the {{template|Trainerheader}}, {{Template|Trainerentry}}, {{Template|Trainerdiv}}, and {{Template|Trainerfooter}} templates to displa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwo-wiki.info/index.php?title=Template:Trainerheader/doc&amp;diff=5114&amp;oldid=prev"/>
				<updated>2012-06-07T08:55:40Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;The following is documentation for using the {{template|Trainerheader}}, {{Template|Trainerentry}}, {{Template|Trainerdiv}}, and {{Template|Trainerfooter}} templates to displa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The following is documentation for using the {{template|Trainerheader}}, {{Template|Trainerentry}}, {{Template|Trainerdiv}}, and {{Template|Trainerfooter}} templates to display Trainer info on location articles.  &lt;br /&gt;
&lt;br /&gt;
== Trainerheader ==&lt;br /&gt;
The Trainerheader template is the template that should start all sets of Trainers' info. It starts a left-aligned table with header cells for Trainer and Pokémon.&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
Trainerheader takes one parameter. This parameter designates what color scheme will be used on the Trainer table.  Note that the same parameter used here should be reused in any subsequent Trainerdiv and Trainerfooter templates.  &lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* 1: color scheme indicator&lt;br /&gt;
** use cave, land, road, sand, shadow, snow, soot, space, volcano, or water for locations.  The parameter should match the location geography, i.e. Route 113 would have this parameter marked as &amp;quot;soot&amp;quot;, while Route 41 would use &amp;quot;water&amp;quot;.&lt;br /&gt;
** use Normal, Fighting, Flying, Poison, Ground, Rock, Bug, Ghost, Steel, Fire, Water, Grass, Electric, Psychic, Ice, Dragon, or Dark for Trainer gyms.  The parameter should match the theme of the gym.&lt;br /&gt;
&lt;br /&gt;
==Trainerentry==&lt;br /&gt;
The Trainerentry template is used to display a single Trainer and their respective Pokémon.    &lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
Trainerentry takes up to 38 parameters.  All parameters are optional, but as many as are possible/necessary should be used.  Note that parameters can be passed in sequential order (i.e. first parameter is 1, second is 2) or by using the notation '#=' where # is the parameter number you are specifying. Usually a combination of these methods is used to fill out the Trainer info. Also note that hyperlinks are automatically inserted where appropriate.  All parameter values should not contain wiki markup. &lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* 1: filename of the Trainer sprite&lt;br /&gt;
* 2: Trainer class&lt;br /&gt;
* 3: Trainer's name&lt;br /&gt;
* 4: amount of money given when Trainer is defeated.  &lt;br /&gt;
* 5: number of Pokémon this Trainer possesses.&lt;br /&gt;
&lt;br /&gt;
* 6: Pokémon 1 National Dex number, should be 3 digits&lt;br /&gt;
* 7: Pokémon 1 name&lt;br /&gt;
* 8: Pokémon 1 gender (male or female symbol)&lt;br /&gt;
* 9: Pokémon 1 level&lt;br /&gt;
* 10: Pokémon 1 held item, leave blank if no item&lt;br /&gt;
&lt;br /&gt;
* 11-15: same as 6-10 for Pokémon 2&lt;br /&gt;
* 16-20: same as 6-10 for Pokémon 3&lt;br /&gt;
* 21-25: same as 6-10 for Pokémon 4&lt;br /&gt;
* 26-30: same as 6-10 for Pokémon 5&lt;br /&gt;
* 31-35: same as 6-10 for Pokémon 6&lt;br /&gt;
&lt;br /&gt;
* 36: Japanese Trainer name&lt;br /&gt;
* 37: Romanji Trainer name&lt;br /&gt;
* 38: rematch indicator &lt;br /&gt;
** use ''Phone'' or ''phone'' for Pokégear rematches&lt;br /&gt;
** use ''Nav'' or ''nav'' for Trainer's Eyes/Match Call PokéNav rematches&lt;br /&gt;
** use ''Vs. Seeker'', ''VS. Seeker'', ''VS'', or ''vs'' for Vs. Seeker rematches&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Trainerdiv==&lt;br /&gt;
The Trainerdiv template is used to put a spacer between Trainers within the Trainer table. It should be used after each Trainerentry template except&lt;br /&gt;
the final one in the table.&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
Trainerdiv takes one parameter. This parameter should match the parameter passed to the Trainerheader template listed above.&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* 1: same as parameter 1 for Trainerheader&lt;br /&gt;
&lt;br /&gt;
== Trainerfooter==&lt;br /&gt;
The Trainerfooter template marks the end of a Trainer table.  This template should be the last template used for each Trainer table.&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
Trainerfooter takes 2 parameters. The first should match the parameter passed to the Trainerheader template listed above. The second is a rematch indicator.&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* 1: same as parameter 1 for Trainerheader&lt;br /&gt;
* 2: rematch type indicator&lt;br /&gt;
** use ''4'', ''IV'', ''FRLG'', or ''DPPt'' for Trainers in games with Vs. Seeker&lt;br /&gt;
** use ''3'', ''III'', or ''RSE'' for Trainers in games with PokéNav&lt;br /&gt;
** use ''2'', ''II'', or ''GSC'', ''HGSS'' for Trainers in games with Pokégear&lt;/div&gt;</summary>
		<author><name>Professor.Oak</name></author>	</entry>

	</feed>