Template:Character infobox: Difference between revisions

From Fanonpedia
Jump to navigationJump to search
Content added Content deleted
(clarity)
(Adding some extra parameters so that this can double as an infobox for groups)
Line 37: Line 37:
{{!}} '''Gender'''
{{!}} '''Gender'''
{{!}} {{{gender}}}
{{!}} {{{gender}}}
{{!}}-
}}
{{#if:{{{leader|}}}|
{{!}} '''Leader'''
{{!}} {{{leader}}}
{{!}}-
}}
{{#if:{{{members|}}}|
{{!}} '''Members'''
{{!}} {{{members}}}
{{!}}-
{{!}}-
}}
}}
Line 112: Line 122:
{{!}} '''Weapon of choice'''
{{!}} '''Weapon of choice'''
{{!}} {{{weapon}}}
{{!}} {{{weapon}}}
}}
{{#if:{{{status|}}}|
{{!}} '''Status'''
{{!}} {{{status}}}
{{!}}-
}}
}}
|}<noinclude>
|}<noinclude>
Line 124: Line 139:
*<tt>full_name:</tt> Add the character's full name here.
*<tt>full_name:</tt> Add the character's full name here.
*<tt>gender:</tt> List the character's gender here.
*<tt>gender:</tt> List the character's gender here.
*<tt>leader:</tt> If it is a group of characters, list their leader here.
*<tt>members:</tt> If it is a group of characters, list the members here.
*<tt>species:</tt> A character's species.
*<tt>species:</tt> A character's species.
*<tt>species_origin:</tt> Use this to list the real-world species that the character is based on if they are a fictional species.
*<tt>species_origin:</tt> Use this to list the real-world species that the character is based on if they are a fictional species.
Line 139: Line 156:
*<tt>abilities:</tt> The abilities used by a character.
*<tt>abilities:</tt> The abilities used by a character.
*<tt>weapon:</tt> The main or favorite weapon used by a character.
*<tt>weapon:</tt> The main or favorite weapon used by a character.
*<tt>status:</tt> Can be used to note the status of a character (e.g. alive or dead) or group (e.g. active or inactive).


==Blank template==
==Blank template==
Line 152: Line 170:
|full_name=
|full_name=
|gender=
|gender=
|leader=
|members=
|species=
|species=
|species_origin=
|species_origin=
Line 167: Line 187:
|abilities=
|abilities=
|weapon=
|weapon=
|status=
}}
}}
</pre>
</pre>

Revision as of 20:07, January 5, 2024

Character infobox

Parameters

  • style: What class you want to use for the infobox (default: character, which consists of a blue header, black background, blue border, and sky blue for every two rows).
  • name: By default this is the same as the page, but it can be changed if the page title differs from the page name.
  • image: A depiction of the character.
  • franchise: The character's franchise of origin (whether official or fanon).
  • first_appearance: The first appearance of the character (can be both officially and within fanon media).
  • latest_appearance: The latest appearance of the character (can be both officially and within fanon media).
  • latest_portrayal: The person who most recently portrayed the character (use if the character has been portrayed by several other people prior).
  • full_name: Add the character's full name here.
  • gender: List the character's gender here.
  • leader: If it is a group of characters, list their leader here.
  • members: If it is a group of characters, list the members here.
  • species: A character's species.
  • species_origin: Use this to list the real-world species that the character is based on if they are a fictional species.
  • age: Add the character's age here.
  • date_of_birth: The day when the character was born.
  • zodiac_sign: The zodiac sign of the character.
  • hometown: The hometown of the character.
  • nationality: The nationality of the character.
  • occupation: This is for any jobs that the character has.
  • affiliation: Any groups or parties the character is affiliated with.
  • friends: These are the character's friends.
  • enemies: These are the character's enemies.
  • likes: Things that the character is known to like.
  • dislikes: Things that the character is known to dislike.
  • abilities: The abilities used by a character.
  • weapon: The main or favorite weapon used by a character.
  • status: Can be used to note the status of a character (e.g. alive or dead) or group (e.g. active or inactive).

Blank template

{{character infobox
|style=
|name=
|image=
|franchise=
|first_appearance=
|latest_appearance=
|latest_portrayal=
|full_name=
|gender=
|leader=
|members=
|species=
|species_origin=
|age=
|date_of_birth=
|zodiac_sign=
|hometown=
|nationality=
|occupation=
|affiliation=
|friends=
|enemies=
|likes=
|dislikes=
|abilities=
|weapon=
|status=
}}