Template:GliderInfobox

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 Gliders and Glider Bundles.

Syntax

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

{{GliderInfobox
 |name        = <!-- default is Page Name -->
 |image       = <!-- default is Page Name.png -->
 |obtain      = <!-- usually Premium Store; possibly Refer A Friend, Nintendo Switch Rewards, or a quest name -->
 |eachprice   = <!-- just digits -->
 |bundleprice = <!-- just digits -->
 |releasedate = <!-- availability start date -->
 |available   = <!-- yes or no -->
 |removedate  = <!-- used for limited time items -->
 |variant1    = <!-- most will be just 1 name -->
 |variant2    = <!-- used for bundles -->
 |variant3    = <!-- used for bundles -->
 |variant4    = <!-- used for bundles -->
 |variant5    = <!-- used for bundles -->
}}

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

{{GliderInfobox
 |name        = 
 |image       = 
 |obtain      = 
 |eachprice   = 
 |bundleprice = 
 |releasedate = 
 |available   = 
 |removedate  = 
 |variant1    = 
 |variant2    = 
 |variant3    = 
 |variant4    = 
 |variant5    = 
}}

Examples

Single Premium Example

{{GliderInfobox
 |name        = 
 |image       = 
 |obtain      = Premium Store
 |eachprice   = 
 |variant1    = 
 |releasedate = 
 |available   = 
}}

Non-Premium Example

{{GliderInfobox
 |name        = 
 |image       = 
 |obtain      = 
 |variant1    = 
 |releasedate = 
 |available   = 
 |removedate  = 
}}

Bundle Example

{{GliderInfobox
 |name        = 
 |image       = 
 |obtain      = 
 |eachprice   = 
 |bundleprice = 
 |variant1    = 
 |variant2    = 
 |variant3    = 
 |releasedate = 
 |available   = 
}}

Related