Template:Infobox object/doc

From Pizza Tower Wiki
Description
This is an infobox built specifically for objects and blocks in Pizza Tower, and was created with Extension:PortableInfobox.
Syntax
Copy this boilerplate code to the page and fill up its parameters:
{{Infobox object
|title = 
|image = 
|transformation = 
|forms-removed = 
|destructible = 
|respawn-time = 
|debut = 
|build-debut = 
|type = 
|scrapped = 
}}
  • title is optional; if left blank, it defaults to the page name.
  • image uses an idle animation of the object. This animation may or may not be static.
  • transformation lists transformation(s) this object gives to a playable character. Should always include a link to Transformations or the Transformations/Pre-release page.
  • forms-removed lists specific transformation(s) that are removed upon interaction.
  • desctructible lists if the object can be destroyed.
  • respawn-time lists the time it takes for the object to respawn. Required if destructible is marked as "Yes."
    • If it does not respawn, put "None" instead.
  • debut lists the level the object debuted in.
  • build-debut lists the build the object debuted in.
  • type takes two values:
  • scrapped categorizes the page into Category:Scrapped blocks or Category:Scrapped objects depending on type.

Examples

Cheese Block, code:
{{Infobox object
|title = Cheese Block
|image = Cheeseblock.png
|destructible = Yes
|respawn-time = 1.4 seconds
|debut = [[Ancient Cheese]]
|build-debut = [[List of Builds|March 2019 Patreon Demo]]
|type = block
}}
Result:
Boiling Sauce, code:
{{Infobox object
|title = Boiling Sauce
|image = Boiling_Sauce.gif
|transformation = [[Transformations#Firebutt|Fireass]]
|destructible = No
|debut = [[Bloodsauce Dungeon]]
|build-debut = [[Blue Block Land]]
|type = block
}}
Result:
Big Mushroom, code:
{{Infobox object
|title = Big Mushroom
|image = Bigshroom.gif
|destructible = No
|debut = [[Gnome Forest]]
|build-debut = [[List of builds|BeachandForestv1]]
|type = object
}}
Result: