Difference between revisions of "Template:Species2Infobox"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
("Mousezilla-style" Species Infobox template)
 
(Moving coins to parameter string)
Line 13: Line 13:
 
|-
 
|-
 
| '''Base Value'''
 
| '''Base Value'''
| {{{value}}} coins
+
| {{{value}}}
 
|-
 
|-
 
| '''Attack'''
 
| '''Attack'''
Line 21: Line 21:
 
|-
 
|-
 
| '''Housing Cost'''
 
| '''Housing Cost'''
| {{{h_cost}}} coins
+
| {{{h_cost}}}
 
|}
 
|}
 
</div><noinclude>
 
</div><noinclude>
Line 35: Line 35:
 
| candy = ???
 
| candy = ???
 
| rarity = Common, Uncommon, Rare, or Legendary
 
| rarity = Common, Uncommon, Rare, or Legendary
| value = ???
+
| value = ??? coins
 
| attack = ???
 
| attack = ???
 
| h_title = ???
 
| h_title = ???
 
| h_image = ???.jpg
 
| h_image = ???.jpg
| h_cost = ???
+
| h_cost = ??? coins
 
}}
 
}}
  

Revision as of 05:13, 23 October 2006

[[Image:{{{image}}}|center|thumb|{{{title}}}]]
Animal {{{animal}}}
Candy {{{candy}}}
Rarity {{{rarity}}}
Base Value {{{value}}}
Attack {{{attack}}}
[[Image:{{{h_image}}}|center|thumb|{{{h_title}}}]]
Housing Cost {{{h_cost}}}


Usage

Copy this code and paste it into a new blank page:

<div width="100%" style="margin: 0; padding: 1em; background-color:#D1F3FF;">
{{Species2Infobox
| title = ???
| image = ???.jpg
| animal = ???
| candy = ???
| rarity = Common, Uncommon, Rare, or Legendary
| value = ??? coins
| attack = ???
| h_title = ???
| h_image = ???.jpg
| h_cost = ??? coins
}}




</div>