Difference between revisions of "Template:MonInfo"

From We Are All Pokémon Trainers
Jump to navigation Jump to search
m
(Usage)
Line 18: Line 18:
 
|-
 
|-
 
</includeonly></onlyinclude><noinclude>
 
</includeonly></onlyinclude><noinclude>
 +
 +
= Template Usage Information =
 +
 +
Start and end the mon information block with the <code>/Begin</code> and <code>/End</code> subtemplates. Then fill in the fields that you want (some of them can take default values). If you want to add custom fields add them with the <code>/Field</code> subtemplate. If you want to add a ''quote'' for your character add it with the <code>/Quote</code> subtemplate.
 +
 +
Example usage is as follows.
 +
 +
 +
<pre>
 +
{{MonInfo/Begin}}
 +
{{MonInfo|Species|Nick|gender=Female|nature=Adorable|age=1 yr|ball=Poké Ball|obtained=Egg|tc=¿?}}
 +
{{MonInfo/Field|Favourite Food|[nuts]!}}
 +
{{MonInfo/Quote|"Silly Pidgeys!"}}
 +
{{MonInfo/End}}
 +
</pre>
 +
 +
Important fields:
 +
 +
* The '''first field''' is the species or morph, not important ATM.
 +
* The '''second field''' is the nickname.
 +
* '''gender''': Has to begin with uppercase (Male, Female, Genderless).
 +
* '''age''' is the current age of the Pokémon. If don't want to set, mark it as empty (<code><nowiki>|age=|</nowiki></code>).
 +
* '''birthdate''' is the date of birth of the Pokémon, if known.
 +
* '''ball''' is the type of Pokéball of the Pokémon; it defaults to "Poké?".
 +
* Use the '''obtained''' field to briefly describe how the Pokémon was obtained. Defaults to "see page" in case you'd rather describe it in the page itself.
 +
* '''tc''' is the [[Training Classification]] of the Pokémon. If not known or not used it just displays a question mark.
 +
 
[[Category:Editing Templates]]
 
[[Category:Editing Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 02:00, 25 July 2013


Template Usage Information

Start and end the mon information block with the /Begin and /End subtemplates. Then fill in the fields that you want (some of them can take default values). If you want to add custom fields add them with the /Field subtemplate. If you want to add a quote for your character add it with the /Quote subtemplate.

Example usage is as follows.


{{MonInfo/Begin}}
{{MonInfo|Species|Nick|gender=Female|nature=Adorable|age=1 yr|ball=Poké Ball|obtained=Egg|tc=¿?}}
{{MonInfo/Field|Favourite Food|[nuts]!}}
{{MonInfo/Quote|"Silly Pidgeys!"}}
{{MonInfo/End}}

Important fields:

  • The first field is the species or morph, not important ATM.
  • The second field is the nickname.
  • gender: Has to begin with uppercase (Male, Female, Genderless).
  • age is the current age of the Pokémon. If don't want to set, mark it as empty (|age=|).
  • birthdate is the date of birth of the Pokémon, if known.
  • ball is the type of Pokéball of the Pokémon; it defaults to "Poké?".
  • Use the obtained field to briefly describe how the Pokémon was obtained. Defaults to "see page" in case you'd rather describe it in the page itself.
  • tc is the Training Classification of the Pokémon. If not known or not used it just displays a question mark.