Template:Infobox character
From Pizza Tower Wiki
How do I use this thing?
This is documentation about a Template. Portions of this template may not display properly without certain values provided.
- Description
- This is an infobox built specifically for characters in Pizza Tower and putting their pages into categories, including playable characters, enemies, and bosses (as long as they belong to the main namespace). It also will add metadata elements to the page, using WikiSEO.
- This infobox was created with Extension:PortableInfobox.
- Syntax
- Copy this boilerplate code to the page and fill up its parameters:
{{Infobox character |title = |image = |fullname = |aliases = |relatives = |affiliation = |hp = |transformation = |debut = |build-debut = |boss = |enemy = |playable = |scrapped = }}
title
is optional; if left blank, it defaults to the page name.image
uses an idle animation of the character. If no such animation exists, a walking animation instead is fine.- There is a set of four parameters that detail additional aspects the character. Note that it may not be applicable to the character:
fullname
is the character's full name.aliases
are other names the character is referred with by other characters.relatives
are relationships the character has with others, including but not limited to familial, platonic, romantic, etc.affiliation
details what "side" the character is on. Usually either filled with Peppino or Pizzaface. If they are neutral, leave blank.
- There are a few game-based parameters as well, again not always applicable to the character:
hp
lists the amount of hits a boss can take during their first phase.transformation
lists transformation(s) this character gives to a playable character. Should always include a link to Transformations or the Transformations/Pre-release page.
debut
lists the level the character debuted in.build-debut
lists the build the character debuted in.- There are four category parameters for categorizing the page, and filling them with "yes" will do the following:
boss
categorizes the page into Category:Bosses.enemy
categorizes the page into Category:Enemies.playable
categorizes the page into Category:Playable characters.scrapped
categorizes the page into Category:Scrapped bosses, Category:Scrapped enemies, Category:Scrapped playable characters, or Category:Scrapped characters, depending on the three parameters before it.
Examples
- The Noise - a boss and a playable character; code:
{{Infobox character |title = The Noise |image = File:PT-Spr playerN idle.gif |relatives = [[Noisette]] (girlfriend) |affiliation = [[Pizzahead]] |hp = 8 |debut = The Noise (Arena) |build-debut = [[Early Test Build]] |boss = yes |playable = yes}}
- Results:
- The page will be added to Category:Playable characters and Category:Bosses.
- Pepperoni Goblin - an enemy; code:
{{infobox character |title = Pepperoni Goblin |image = Oh my, what big feet you have!.gif |affiliation = [[Pizzaface]] |transformation = [[Transformations#Ball|Ball]] |debut = [[Pizzascape]] |build-debut = [[Blue Block Land]] |enemy = yes}}
- Results:
- The page will be added to Category:Enemies.
- Gerome - an NPC; code
{{Infobox character |title = Gerome |image = Gerome idle.gif |aliases = The Janitor |relatives = [[Pillar John|John]] (brother) |affiliation = [[Peppino]] |debut = [[John Gutter]] |build-debut = [[April 2021 (Build)]]}}
- Results:
- The page will be added to Category:Characters.