Template:PetInfobox

From Palia Wiki
Jump to navigation Jump to search
Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit the template documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Usage

Creates an infobox to be used for Pets.

Syntax

You can remove any parameter that is not being used. (By default, any unfilled parameter will not show up in the infobox.)

{{PetInfobox
 |name        = <!-- default is Page Name -->
 |image       = <!-- default is Page Name.png -->
 |group       = <!-- type of creature -->
 |obtain      = <!-- should be Premium Store, possibly Currency Store -->
 |price       = <!-- just digits -->
 |releasedate = <!-- date added to the store -->
 |available   = <!-- yes or no -->
 |removedate  = <!-- used for limited time items -->
}}

Or if you'd like to copy without the comments:

{{PetInfobox
 |name        = 
 |image       = 
 |group       = 
 |obtain      = 
 |price       = 
 |releasedate = 
 |available   = 
 |removedate  = 
}}

Examples

Related