{{{name}}}
|
[[{{{image}}}|240px|center]]
|
Invaded Location
|
{{{location}}}
|
Things to Collect
|
{{{collects}}}
|
Attacks
|
{{{attacks}}}
|
Defenses
|
{{{defenses}}}
|
Weaknesses
|
{{{weaknesses}}}
|
Use
This infobox is for use on pages related to Planetokio aliens, containing various pieces of preliminary information about them. It makes use of various parameters to change its content on the fly:
- name: The name of the alien.
- image: A picture of the alien. It comes pre-formatted as being centered.
- location: The location that the alien invaded.
- collects: The types of things that the alien tries to collect.
- attacks: The special attacks that the alien uses in battle.
- defenses: The defenses that the alien uses in battle to counter the player's attacks.
- weaknesses: The attacks that the player can use to defeat the alien.
Sample
Biribiri
|
|
Invaded Location
|
Akihabara Island
|
Things to Collect
|
Electronic Appliances
|
Attacks
|
Electric shock, Body slam, Tail swing
|
Defenses
|
Outlet shield
|
Weaknesses
|
100 yen coin, Robot body
|
The code beneath produces the infobox you see to the right.
Sample Code:
|
{{PlanetokioAlienInfobox
|name=Biribiri
|image=File:Biribiri.png
|location=Akihabara Island
|collects=Electronic Appliances
|attacks=Electric shock, Body slam, Tail swing
|defenses=Outlet shield
|weaknesses=100 yen coin, Robot body
}}
|
The blank code can be seen beneath.
Sample Code:
|
{{ItemInfobox
|name=
|image=
|location=
|collects=
|attacks=
|defenses=
|weaknesses=
}}
|