Futurama: Worlds of Tomorrow Wiki
No edit summary
No edit summary
Line 27: Line 27:
 
|Goal={{{goal|}}}
 
|Goal={{{goal|}}}
 
|Second_goal={{{goal2|}}}
 
|Second_goal={{{goal2|}}}
  +
|Combat_style={{{combat_style|}}}
  +
|Affinity={{{affinity|}}}
 
}}
 
}}
 
{{TopSubTab
 
{{TopSubTab
Line 58: Line 60:
 
|-
 
|-
 
{{#if: {{{goal2|}}} | {{!}} <div>Second Goal:</div> {{!!}} [[{{{goal2}}}]] }}
 
{{#if: {{{goal2|}}} | {{!}} <div>Second Goal:</div> {{!!}} [[{{{goal2}}}]] }}
  +
|-
  +
{{#if: {{{combat_style|}}} | {{!}} <div>Combat Style:</div> {{!!}} [[{{{combat_style}}}]] }}
  +
|-
  +
{{#if: {{{affinity|}}} | {{!}} <div>Affinity:</div> {{!!}} [[{{{affinity}}}]] }}
 
|}
 
|}
 
{{TOC||align=right}}
 
{{TOC||align=right}}

Revision as of 00:57, 7 January 2018

This template defines the table "Characters". View table.

Template-info Documentation

Generates an Infobox for Characters. Wiki markup for links,[[ ]], should not be included in the values for the infobox.

Parameters

  • name - Defaults to PAGENAME
  • image - Image file of character (full length)
  • outfit_for - Base character name
  • gender - Male or Female. For category use.
  • class - Available values are: captain, delivery boy, influencer, robot, scientist, villain
  • district - Name of district, if character is from a district
  • event - Name of event, if character is from an event
  • building - Name of building, if character comes with a building
  • premium - Cost in pizzas, if premium (number only)
  • unlock_goal - Goal to unlock character, if applicable
  • goal - Character's first goal
  • goal2 - Character's second goal, if applicable
  • combat_style - Available values are: throw, melee, or shoot
  • affinity - Character's affinity. Available values are: brainy, brave, cool, good, or evil
  • passive_rank_2 - Character's passive abilities for combat at Rank 2
  • passive_rank_3 - Character's passive abilities for combat at Rank 3
  • passive_rank_4 - Character's passive abilities for combat at Rank 4
  • passive_rank_2_name - Title of character's Rank 2 passive abilities
  • passive_rank_3_name - Title of character's Rank 3 passive abilities
  • passive_rank_4_name - Title of character's Rank 4 passive abilities
  • passive_rank_2_image - Image for Rank 2 passive
  • passive_rank_3_image - Image for Rank 3 passive
  • passive_rank_4_image - Image for Rank 4 passive

Categories Added

Usage

{{Infobox Character
| name = 
| image = 
| outfit_for = 
| gender = 
| class = 
| district = 
| event = 
| building = 
| premium = 
| unlock_goal = 
| goal = 
| goal2 =
| combat_style =
| affinity = 
| passive_rank_2 =
| passive_rank_3 =
| passive_rank_4 =
| passive_rank_2_name =
| passive_rank_3_name =
| passive_rank_4_name =
| passive_rank_2_image =
| passive_rank_3_image =
| passive_rank_4_image =
}}

Example

{{Infobox Character
| image = Fry.png
| gender = Male
| class = delivery boy
| district = Planet Express District
| building = Planet Express Building
| premium = 200
| unlock_goal = Perfect Disguise
| goal = A Whole New World (of Tomorrow)!
| combat_style = Throw
| affinity = Brave
| passive_rank_2 = Fry deals 15% increased damage to Brainy enemies
| passive_rank_3 = Fry's Special Attack has a 15% chance to appy Burn to the enemy for 2 turns
| passive_rank_4 = Fry has a 15% chance to attack the same target after his basic attack
| passive_rank_2_name = Ignorance is Bliss
| passive_rank_3_name = Hot 'N Ready
| passive_rank_4_name = You Forgot to Tip
| passive_rank_2_image = Passive Attack Brainy.png
| passive_rank_3_image = Passive Burn.png
| passive_rank_4_image = Passive Double Attack.png
}}