Template:PlanetokioAlienInfobox

From Osamu Sato Wiki
Revision as of 22:53, 25 March 2022 by Nosamu (talk | contribs) (Created page with "{| align=right width="250px" style="border: 2px solid #888; background: #BFBFBF; font-size:12px; -moz-border-radius:7px; margin-left:3px; margin-bottom:3px;" !bgcolor="#EF0E0E...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
{{{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
Biribiri.png
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=
}}