Template:Tag Force 1 card/doc

From Yugipedia
< Template:Tag Force 1 card
Revision as of 11:46, 22 December 2019 by Deltaneos (talk | contribs) (Created page with "{{Documentation subpage}} {{t|Tag Force 1 card}} is used to create pages for cards from ''Yu-Gi-Oh! GX Tag Force''. ===Basic usage=== '''Monster''' <pre> {{Tag Force 1 c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{{Tag Force 1 card}} is used to create pages for cards from Yu-Gi-Oh! GX Tag Force.

Basic usage

Monster

{{Tag Force 1 card
| atk             = 
| def             = 
| level           = 
| attribute       = 
| types           = 
| internal_number = 
| password        = 
| lore            = 
| genres          = 
}}

Spell/Trap Card

{{Tag Force 1 card
| card_type       = 
| property        = 
| internal_number = 
| password        = 
| lore            = 
| genres          = 
}}

Parameters

Basic

  • main: The page name of the OCG/TCG version of this card. This is normally left blank and will automatically be assumed to be the page name, without its bracketed text.
  • name: The English name, if different than the page name, without its bracketed text
  • card_type: The card type; set to either "Spell" or "Trap"
  • attribute: The monster's Attribute
  • types : The monster's Types, separated by forward slashes
  • atk: The monster's ATK
  • def: The monster's DEF
  • level: The monster's Level
  • internal_number: The number used within the code to refer to the card
  • password: The card's password
  • lore: The English card description
  • genres: A list of "genres", which the game uses to categorize the card. If more than one, use a bulleted list to separate items.

Animation

  • summon_animation: The file name of an uploaded video, which shows the sequence performed when the monster is summoned
  • attack_animation: The file name of an uploaded video, which shows the sequence performed when the monster attacks
  • victory_animation: The file name of an uploaded video, which shows the sequence performed when the card is used to achieve an automatic victory.

If a card has more than one video for a given sequence, give each video a new line. Put a semi-colon followed by a description of each video, after each item.

| victory_animation = 
Destiny Board-GX05-VG-Victory-DEATH.mp4; DEATH
Destiny Board-GX05-VG-Victory-FINAL.mp4; FINAL

Localisation

  • fr_name: The French name
  • de_name: The German name
  • it_name: The Italian name
  • es_name: The Spanish name
  • ja_name: The Japanese name. If left blank, it will default to the Japanese name of the corresponding OCG card.
  • romaji_name: The Japanese romaji name. If left blank, it will default to the romaji name of the corresponding OCG card.
  • trans_name: The Japanese name, translated to English. Used only when different than the regular English name. If left blank, it will default to the translated Japanese name of the corresponding OCG card.
  • fr_lore: The French lore
  • de_lore: The German lore
  • it_lore: The Italian lore
  • es_lore: The Spanish lore
  • ja_lore: The Japanese lore
  • ja_trans_lore: The Japanese lore, translated into English, if significantly different than the regular English lore.

Multiple artworks

If a card has the "Card with a different artwork" genre, it will automatically show two different artworks in the image switcher.

If a card has different artworks, but does not use the genre, e.g. "Sheep Token", extra configuration is necessary:

  • artworks: a comma-separated list of names for each artwork
  • internal_number_artwork_name: The internal number for the given artwork.
| artworks               = blue, orange, pink, yellow
| internal_number_blue   = 5369
| internal_number_orange = 5455
| internal_number_pink   = 5456
| internal_number_yellow = 5457