Difference between revisions of "Template:Pet"

From LeikaRO wiki
Jump to: navigation, search
(Created page with "{{Pet {| class="wikitable" |- ! colspan="3" {{rh}} | [[image:{{{sprite_id}}}.gif]] {{{pet_name}}} [[file:{{{egg_id}}}.png|right|middle]] |- | {{rh}} | Taming Item ||{{Item Lis...")
 
Line 1: Line 1:
{{Pet
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 12: Line 11:
 
| {{rh}} | Bonus || {{{bonus}}}
 
| {{rh}} | Bonus || {{{bonus}}}
 
|}
 
|}
}}
 
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Line 27: Line 25:
 
| accessory_name =  
 
| accessory_name =  
 
| bonus =
 
| bonus =
 +
| pet_art =
 
}}
 
}}
 
</pre>
 
</pre>
Line 53: Line 52:
 
|-
 
|-
 
| {{rh}} | bonus || The stat bonuses the pet provides once loyal.
 
| {{rh}} | bonus || The stat bonuses the pet provides once loyal.
 +
|-
 +
| {{rh}} | pet_art || An image of the pet artwork should be uploaded and the same file name should be used here to make the artwork appear on the page.
 
|}
 
|}
  
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 15:13, 15 April 2016

[[image:{{{sprite_id}}}.gif]] {{{pet_name}}} [[file:{{{egg_id}}}.png|right|middle]]
Taming Item https://leika-ro.net/data/items/icons/{{{taming_id}}}.png {{{taming_name}}} [[image:{{{pet_art}}}.jpg]]
Food https://leika-ro.net/data/items/icons/{{{food_id}}}.png {{{food_name}}}
Accessory https://leika-ro.net/data/items/icons/{{{accessory_id}}}.png {{{accessory_name}}}
Bonus {{{bonus}}}

Usage

{{Pet
| sprite_id =
| pet_name =
| egg_id =
| taming_id =
| taming_name =
| food_id =
| food_name =
| accessory_id =
| accessory_name = 
| bonus =
| pet_art =
}}

Fields

Name Description
sprite_id A sprite of the monster should be uploaded with the file name as [monster ID].gif. Use that same monster ID here to generate the sprite on the page. Double-check the Leika DBs to make sure the ID matches the DB entry.
monster_name Name of the monster/pet as it appears in-game.
egg_id A sprite of the pet egg item should be uploaded with the file name as [item ID].gif. Use that same item ID here to generate the sprite on the page. Double-check the Leika DBs to make sure the ID matches the DB entry.
taming_id A sprite of the taming item should be uploaded with the file name as [item ID].gif. Use that same item ID here to generate the sprite on the page. Double-check the Leika DBs to make sure the ID matches the DB entry.
taming_name Name of the taming item.
food_id A sprite of the pet food item should be uploaded with the file name as [item ID].gif. Use that same item ID here to generate the sprite on the page. Double-check the Leika DBs to make sure the ID matches the DB entry.
food_name Name of the pet food item.
accessory_id A sprite of the pet accessory item should be uploaded with the file name as [item ID].gif. Use that same item ID here to generate the sprite on the page. Double-check the Leika DBs to make sure the ID matches the DB entry.
accessory_name Name of the pet accessory item.
bonus The stat bonuses the pet provides once loyal.
pet_art An image of the pet artwork should be uploaded and the same file name should be used here to make the artwork appear on the page.