Difference between revisions of "Template:Tag Force 1 card"

From Yugipedia
Jump to: navigation, search
m (more self-documentation fixes)
(I don't care about these {{autolink}} values)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOEDITSECTION__{{ #if: {{ #pos: {{PAGENAME}} | Tag Force 1 }} | {{Italic title|{{ #replace: {{PAGENAME}} | (Tag Force 1 | (<i>Tag Force 1</i> }}|t=1}} }}{{ #if: {{NAMESPACE}}
+
<includeonly>{{ #if: {{ #pos: {{PAGENAME}} | Tag Force 1 }} | {{Italic title|{{ #replace: {{PAGENAME}} | (Tag Force 1 | (<i>Tag Force 1</i> }}|t=1}} }}{{ #if: {{NAMESPACE}}
 
|
 
|
 
| [[Category:Yu-Gi-Oh! GX Tag Force cards]]
 
| [[Category:Yu-Gi-Oh! GX Tag Force cards]]
}}<!--
+
}}</includeonly><!--
  
 
## Variables ##
 
## Variables ##
 
-->{{ #vardefine: $release        | Yu-Gi-Oh! GX Tag Force }}<!--
 
-->{{ #vardefine: $release        | Yu-Gi-Oh! GX Tag Force }}<!--
-->{{ #vardefine: $pagename        | {{ #explode: {{PAGENAME}} | ( }}     }}<!--
+
-->{{ #vardefine: $pagename        | {{ #explode: {{PAGENAME}} | ( }}       }}<!--
 
-->{{ #vardefine: $name            | {{ #if: {{{name|}}} | {{{name}}} | {{ #titleparts: {{ #var: $pagename }} }} }} }}<!--
 
-->{{ #vardefine: $name            | {{ #if: {{{name|}}} | {{{name}}} | {{ #titleparts: {{ #var: $pagename }} }} }} }}<!--
-->{{ #vardefine: $url-name        | {{ #replace: {{ #var: $name }} | # }} }}<!--
+
-->{{ #vardefine: $url-name        | {{ #replace: {{ #var: $name }} | # }}   }}<!--
 
-->{{ #vardefine: $attribute      | {{ uc: {{{attribute|}}} }}<noinclude>{{{attribute}}}</noinclude> }}<!--
 
-->{{ #vardefine: $attribute      | {{ uc: {{{attribute|}}} }}<noinclude>{{{attribute}}}</noinclude> }}<!--
-->{{ #vardefine: $property        | {{{property|}}}                       }}<!--
+
-->{{ #vardefine: $property        | {{{property|}}}                         }}<!--
 
-->{{ #vardefine: $type            | {{ #explode: {{{types<includeonly>|</includeonly>}}} | / }} }}<!--
 
-->{{ #vardefine: $type            | {{ #explode: {{{types<includeonly>|</includeonly>}}} | / }} }}<!--
-->{{ #vardefine: $type2          | {{ #explode: {{{types|}}} | / | 1 }} }}<!--
+
-->{{ #vardefine: $type2          | {{ #explode: {{{types|}}} | / | 1 }}   }}<!--
-->{{ #vardefine: $type3          | {{ #explode: {{{types|}}} | / | 2 }} }}<!--
+
-->{{ #vardefine: $type3          | {{ #explode: {{{types|}}} | / | 2 }}   }}<!--
-->{{ #vardefine: $atk            | {{{atk|}}}                           }}<!--
+
-->{{ #vardefine: $atk            | {{{atk|}}}                             }}<!--
-->{{ #vardefine: $def            | {{{def|}}}                           }}<!--
+
-->{{ #vardefine: $def            | {{{def|}}}                             }}<!--
-->{{ #vardefine: $stars          | {{{level|}}}                         }}<!--
+
-->{{ #vardefine: $stars          | {{{level<includeonly>|</includeonly>}}} }}<!--
-->{{ #vardefine: $level-rank      | Level                                 }}<!-- needed for {{Star properties}}
+
-->{{ #vardefine: $level-rank      | Level                                   }}<!-- needed for {{Star properties}}
-->{{ #vardefine: $star_icon      | <includeonly>{{Repeat|[[File:CG Star.svg|18px|alt=]]|{{ #var: $stars }}}}</includeonly> }}<!--
+
-->{{ #vardefine: $star_icon      | <includeonly>{{Repeat|[[File:CG Star.svg|18px|alt=|class=noviewer]]|{{ #var: $stars }}}}</includeonly> }}<!--
 
-->{{ #vardefine: $internal_number | {{ #if: {{{internal_number<includeonly>|</includeonly>}}} | {{ padleft: {{{internal_number}}}  | 4 | 0 }} }} }}<!--
 
-->{{ #vardefine: $internal_number | {{ #if: {{{internal_number<includeonly>|</includeonly>}}} | {{ padleft: {{{internal_number}}}  | 4 | 0 }} }} }}<!--
 +
-->{{ #vardefine: $has_status      | {{ #ifeq: {{ #ask: [[List contains::{{PAGENAME}}]][[Status::+]] |format=count }} | 0 | | 1 }} }}<!--
 +
 
-->{{ #arraydefine: $artwork_names
 
-->{{ #arraydefine: $artwork_names
 
| {{ #if: {{{artworks|}}}
 
| {{ #if: {{{artworks|}}}
Line 29: Line 31:
 
   }}
 
   }}
 
}}<!--
 
}}<!--
-->{{ #vardefine: $in_pack        | {{ #if: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Booster Pack]] }} | 1 }} }}<!--
+
-->{{ #vardefine: $has_multiple_artworks | {{ #ifeq: {{ #arraysize: $artwork_names }} | 1 || true }} }}<!--
-->{{ #vardefine: $in_initial_deck | {{ #if: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Initial Deck]] }} | 1 }} }}<!--
+
 
-->{{ #vardefine: $rarity
+
-->{{ #vardefine: $direct_connections
| {{ #if: {{{rarity<includeonly>|</includeonly>}}}
+
| {{ #ask: [[Support::{{PAGENAME}}]] OR <q>[[-Support::{{PAGENAME}}]][[Category:Yu-Gi-Oh! GX Tag Force cards]]</q> |?English name |format=ul|link=none|template=Link with quotes|order=English name}}
   | {{{rarity}}}
+
}}<!--
   | {{ #if: {{ #var: $in_pack }}
+
 
     | {{unlink|{{ #replace: {{ #replace: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::!Initial Deck]] |?Rarity |mainlabel=- |format=plain|template=echo}} | [[SMW::off]] }} | [[SMW::on]] }}}}
+
-->{{ #arraydefine: $supports_attributes }}<!--
 +
-->{{ #arraydefine: $supports_types      }}<!--
 +
-->{{ #arraydefine: $supports_archetypes }}<!--
 +
-->{{ #arraydefine: $supports_cards      }}<!--
 +
 
 +
// Loop through things this card supports.
 +
// If any of them are archetypes, append them to the array.
 +
-->{{ #arraymap: {{{supports|}}}
 +
| *
 +
| $support_item
 +
| {{ #if: {{ #ask: [[$support_item]][[Category:Attributes]] }}
 +
   | {{arraypush|$supports_attributes|$support_item}}{{ #vardefine: $is_attribute_support | 1 }}
 +
   | {{ #if: {{ #ask: [[$support_item]][[Category:Types]] }}
 +
     | {{arraypush|$supports_types|$support_item}}{{ #vardefine: $is_type_support | 1 }}
 +
    | {{ #if: {{ #ask: [[$support_item]][[Category:Archetypes]] }}
 +
      | {{arraypush|$supports_archetypes|$support_item}}{{ #vardefine: $is_archetype_support | 1 }}
 +
      | {{ #if: {{ #ask: [[$support_item]][[Category:Yu-Gi-Oh! GX Tag Force cards]] }}
 +
        | {{arraypush|$supports_cards|$support_item}}{{ #vardefine: $is_card_support | 1 }}
 +
        | {{ #vardefine: $has_unrecognized_support_value | 1 }}
 +
        }}
 +
      }}
 
     }}
 
     }}
 
   }}
 
   }}
 
}}<!--
 
}}<!--
 +
 +
-->{{ #vardefine: $in_pack
 +
| {{ #if: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Booster Pack]] }} | 1 }}<noinclude>1</noinclude>
 +
}}<!--
 +
-->{{ #vardefine: $in_initial_deck
 +
| {{ #if: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Initial Deck]] }} | 1 }}<noinclude>1</noinclude>
 +
}}<!--
 +
-->{{ #vardefine: $in_completion_bonus
 +
| {{ #if: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::~*Prize card*]] }} | 1 }}<noinclude>1</noinclude>
 +
}}<!--
 +
-->{{ #vardefine: $is_tutorial_reward
 +
| {{ #if: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Tutorial reward]] }} | 1 }}<noinclude>1</noinclude>
 +
}}<!--
 +
-->{{ #vardefine: $is_sandwich_card
 +
| {{ #if: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Page name::~*lain sandwich*]] }} | 1 }}<noinclude>1</noinclude>
 +
}}<!--
 +
-->{{ #vardefine: $is_downloadable
 +
| {{ #if: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Page name::~*ownload*]] }} | 1 }}<noinclude>1</noinclude>
 +
}}<!--
 +
-->{{ #vardefine: $is_connectivity_bonus
 +
| {{ #if: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Page name::~*onnectivity*]] }} | 1 }}<noinclude>1</noinclude>
 +
}}<!--
 +
 +
-->{{ #vardefine: $converter_input
 +
| {{ #show: {{PAGENAME}} |?-Card obtained.Amount input }}<noinclude>?</noinclude>
 +
}}<!--
 +
 +
-->{{ #vardefine: $victory_bonus_text
 +
| {{ #ask: [[Victory bonus::{{PAGENAME}}]]
 +
  |?Amount#
 +
  |?Owner#
 +
  |?Owner name
 +
  |format=plain
 +
  |link=none
 +
  |named args=true
 +
  |template=Tag Force 1 card/victory bonus text
 +
  |userparam={{ #var: $name }}
 +
  }}<noinclude>?</noinclude>
 +
}}<!--
 +
 
-->{{ #if: {{{card_type|}}}
 
-->{{ #if: {{{card_type|}}}
 
| {{ #vardefine: $card_type | {{{card_type}}}  }}
 
| {{ #vardefine: $card_type | {{{card_type}}}  }}
Line 70: Line 132:
 
-->{{ #if: {{ #var: $type3 }} | {{ #vardefine: $type3_page | Effect Monster }}{{ #vardefine: $has_effect | true }} }}<!--
 
-->{{ #if: {{ #var: $type3 }} | {{ #vardefine: $type3_page | Effect Monster }}{{ #vardefine: $has_effect | true }} }}<!--
  
-->{{ #vardefine: $image-name-fragment | {{Card image name|{{ #var: $url-name }} }} }}<!--
+
-->{{ #vardefine: $image-name-fragment | {{Card image name|{{PAGENAME}} }} }}<!--
  
 
-->{{ #arrayprint: $artwork_names
 
-->{{ #arrayprint: $artwork_names
Line 77: Line 139:
 
| <!--
 
| <!--
 
   -->{{ #vardefine: $counter | {{ #expr: {{ #var: $counter | 0 }} + 1 }} }}<!--
 
   -->{{ #vardefine: $counter | {{ #expr: {{ #var: $counter | 0 }} + 1 }} }}<!--
   -->{{ #vardefine: $suffix  | {{ #ifeq: $artwork$ | 1 || -$artwork$ }} }}<!--
+
   -->{{ #vardefine: $suffix  | {{ lc: {{ #ifeq: $artwork$ | 1 || -$artwork$ }} }} }}<!--
  
 
   -->{{ #vardefine: $en_image-{{ #var: $counter }} | {{ #var: $image-name-fragment }}-GX02-EN-VG-info{{ #var: $suffix }}.png }}<!--
 
   -->{{ #vardefine: $en_image-{{ #var: $counter }} | {{ #var: $image-name-fragment }}-GX02-EN-VG-info{{ #var: $suffix }}.png }}<!--
Line 90: Line 152:
  
 
-->{{ #vardefine: $image
 
-->{{ #vardefine: $image
| {{ #ifexist: File:{{ #var: $en_image-1 }} | {{ #var: $en_image-1 }} | Yu-Gi-Oh! GX Tag Force Coverart.png }}
+
| {{ #ifexist: File:{{ #var: $en_image-1 }} | {{ #var: $en_image-1 }} | Yu-Gi-Oh! GX Tag Force logo.png }}
 
}}<!--
 
}}<!--
  
Line 106: Line 168:
 
## Properties ##
 
## Properties ##
 
-->{{IfSemantics|<!--
 
-->{{IfSemantics|<!--
   -->[[Debut date::September 14, 2006| ]]<!--
+
   -->[[Debut date::{{ #ifeq: {{{internal_number}}}
 +
      | 5189<!-- Philosopher's Stone - Sabatier -->
 +
      | January 24, 2007<!-- Date the card could be downloaded https://web.archive.org/web/20090815023328/http://www.konami.jp/gs/game/yugioh_tf/topics03.html -->
 +
      | September 14, 2006<!-- Release date of the game -->
 +
      }}| ]]<!--
 
   -->[[English name::{{ #var: $name }}| ]]<!--
 
   -->[[English name::{{ #var: $name }}| ]]<!--
 
   -->{{ #set: English name (linked) = [[{{PAGENAME}}|{{ #var: $name }}]] }}<!--
 
   -->{{ #set: English name (linked) = [[{{PAGENAME}}|{{ #var: $name }}]] }}<!--
Line 123: Line 189:
 
   -->[[Type::{{ #var: $type }}| ]]<!--
 
   -->[[Type::{{ #var: $type }}| ]]<!--
 
   -->{{ #set: Lore          = {{{lore|}}} }}<!--
 
   -->{{ #set: Lore          = {{{lore|}}} }}<!--
 +
  -->{{ #set: French name  = {{{fr_name|}}} }}<!--
 +
  -->{{ #set: German name  = {{{de_name|}}} }}<!--
 +
  -->{{ #set: Italian name  = {{{it_name|}}} }}<!--
 +
  -->{{ #set: Spanish name  = {{{es_name|}}} }}<!--
 
   -->{{ #set: French lore  = {{{fr_lore|}}} }}<!--
 
   -->{{ #set: French lore  = {{{fr_lore|}}} }}<!--
 
   -->{{ #set: German lore  = {{{de_lore|}}} }}<!--
 
   -->{{ #set: German lore  = {{{de_lore|}}} }}<!--
Line 132: Line 202:
 
   -->{{ #if: {{{atk|}}}{{{def|}}} | {{ATK DEF properties|{{{atk|}}}|{{{def|}}}}} }}<!--
 
   -->{{ #if: {{{atk|}}}{{{def|}}} | {{ATK DEF properties|{{{atk|}}}|{{{def|}}}}} }}<!--
 
   -->[[Password::{{{password|}}}| ]]<!--
 
   -->[[Password::{{{password|}}}| ]]<!--
 +
  -->[[Rarity::{{{rarity|}}}| ]]<!--
 
   -->[[Medium::Video game| ]]<!--
 
   -->[[Medium::Video game| ]]<!--
 
   -->[[Release::{{ #var: $release }}| ]]<!--
 
   -->[[Release::{{ #var: $release }}| ]]<!--
 +
 +
  -->{{ #arraymap: {{{supports|}}}  | * | $supports  | [[Support::$supports| ]]      | }}<!--
 +
  -->{{ #arraymap: {{{archetypes|}}} | * | $archetypes | [[Archseries::$archetypes| ]] | }}<!--
  
 
   -->{{ #arrayprint: $artwork_names
 
   -->{{ #arrayprint: $artwork_names
Line 143: Line 217:
 
     | Subobject of    = {{FULLPAGENAME}}
 
     | Subobject of    = {{FULLPAGENAME}}
  
     <!-- Tokens (i.e. cards with named artworks) have internal numbers per artwork. Regular cards have just one internal number. -->
+
     <!-- There can be an internal number per artwork (e.g. "Sheep Token") or one overall internal number. -->
     | Internal number = {{{internal_number{{ #if: {{{artworks|}}} | _$artwork$ }}|}}}
+
     | Internal number = {{ #if: {{{internal_number_{{ lc: $artwork$ }}|}}}
 +
      | {{{internal_number_{{ lc: $artwork$ }}}}}
 +
      | {{{internal_number|}}}
 +
      }}
 
     | English image  = {{ #var: $en_image-{{ #var: $counter }} }}
 
     | English image  = {{ #var: $en_image-{{ #var: $counter }} }}
 
     | French image    = {{ #var: $fr_image-{{ #var: $counter }} }}
 
     | French image    = {{ #var: $fr_image-{{ #var: $counter }} }}
Line 158: Line 235:
  
 
-->{{ #if: {{ #var: $main }}
 
-->{{ #if: {{ #var: $main }}
| {{Main|type=card page|"[[{{ #var: $main }}|{{ #var: $main_text | {{ #var: $main }} }}]]"}}
+
| {{Main|type=card page|"[[{{ #var: $main }}|{{ #var: $main_text | {{ #var: $main }} }}]]"|t=1}}
 
}}<!--
 
}}<!--
  
Line 165: Line 242:
 
-->{{Card table
 
-->{{Card table
 
| bodyclass = {{ lc: {{ #var: $card_type | {{ #var: $monster_type }} }} }}-card
 
| bodyclass = {{ lc: {{ #var: $card_type | {{ #var: $monster_type }} }} }}-card
 +
| medium    = video game
 
| title    = {{ #var: $name  }}
 
| title    = {{ #var: $name  }}
 
| above    = {{ #var: $above }}
 
| above    = {{ #var: $above }}
  
| image    = {{ #var: $image }}
+
| image_raw = {{ #if: {{ #var: $has_multiple_artworks }}
| max_width = 480
+
  | <div class="switcher-container" style="margin: 0 auto; max-width: 480px; text-align: left;"><!--
| below_image = <includeonly>
+
    -->{{ #arrayprint: $artwork_names
<div class="hlist image-switcher"><!--
 
  -->{{ #ifeq: {{ #arraysize: $artwork_names }} | 1
 
  |
 
* {{Image dimensions|{{ #var: $en_image-1 }}|2=<span title="English">en</span>}}
 
* {{Image dimensions|{{ #var: $fr_image-1 }}|2=<span title="French">fr</span>}}
 
* {{Image dimensions|{{ #var: $de_image-1 }}|2=<span title="German">de</span>}}
 
* {{Image dimensions|{{ #var: $it_image-1 }}|2=<span title="Italian">it</span>}}
 
* {{Image dimensions|{{ #var: $es_image-1 }}|2=<span title="Spanish">es</span>}}
 
* {{Image dimensions|{{ #var: $ja_image-1 }}|2=<span title="Japanese">ja</span>}}
 
 
 
  | {{ #arrayprint: $artwork_names
 
 
     |
 
     |
 
     | $artwork$
 
     | $artwork$
     | {{ #vardefine: $counter | {{ #expr: {{ #var: $counter | 0 }} + 1 }} }}&#32;
+
     | <!--
 +
      -->{{ #vardefine: $counter | {{ #expr: {{ #var: $counter | 0 }} + 1 }} }}<!--
 +
      --><div style="margin-bottom: .5rem;"><!--
 +
        -->[[File:{{ #var: $en_image-{{ #var: $counter }} }}|480px|alt=]]<!--
 +
        --><span class="switcher-label">{{ #iferror: {{ #expr: $artwork$ * 1 }}
 +
        | $artwork$ artwork<!-- Named artwork -->
 +
        | Artwork $artwork$<!-- Numerically indexed artwork -->
 +
        }}</span><!--
 +
      --></div>
 +
    }}</div><!--
 +
  -->{{ #vardefine: $counter | }}
 +
  | [[File:{{ #var: $image }}|480px|alt=]]
 +
  }}
 +
| width    = 400
  
;<span style="display: inline-block; min-width: 4em; text-align: right;">{{ #if: {{{artworks|}}} | $artwork$ | Artwork $artwork$ }}</span>
+
| label1    = Name
:{{Image dimensions|{{ #var: $en_image-{{ #var: $counter }} }}|2=<span title="English">en</span>}}
+
| class1    = plainlist
:{{Image dimensions|{{ #var: $fr_image-{{ #var: $counter }} }}|2=<span title="French">fr</span>}}
+
| data1    = {{ #if: {{{tf01_name<includeonly>|</includeonly>}}} |
:{{Image dimensions|{{ #var: $de_image-{{ #var: $counter }} }}|2=<span title="German">de</span>}}
+
* {{{tf01_name}}} (''Tag Force'')
:{{Image dimensions|{{ #var: $it_image-{{ #var: $counter }} }}|2=<span title="Italian">it</span>}}
+
* {{ #var: $name }} (''Tag Force Evolution'')
:{{Image dimensions|{{ #var: $es_image-{{ #var: $counter }} }}|2=<span title="Spanish">es</span>}}
 
:{{Image dimensions|{{ #var: $ja_image-{{ #var: $counter }} }}|2=<span title="Japanese">ja</span>}}
 
    }}<!--
 
    -->{{ #vardefine: $counter | }}
 
 
   }}
 
   }}
</div>
 
</includeonly>
 
  
| label1   = [[Card type]]
+
| label2   = [[Card type]]
| data1     = {{ #if: {{{card_type<includeonly>|</includeonly>}}} | [[{{{card_type}}} Card|{{{card_type}}}]] }}
+
| data2     = {{ #if: {{{card_type<includeonly>|</includeonly>}}}
 +
  | [[{{{card_type}}} Card|{{{card_type}}}]] [[File:{{{card_type}}}-card type-GX02.png|16px|alt=|class=noviewer]]
 +
  }}
  
| label2   = [[Property]]
+
| label3   = [[Property]]
| data2     = {{ #if: {{{property|}}} | [[{{{property}}} {{{card_type<includeonly>|</includeonly>}}} Card|{{{property}}}]] [[File:{{{property}}}.svg|18px|alt=]] }}
+
| data3     = {{ #if: {{{property|}}}
 +
  | [[{{{property}}} {{{card_type<includeonly>|</includeonly>}}} Card|{{{property}}}]] {{ #ifeq: {{{property}}} | Normal
 +
    |
 +
    | [[File:{{{property}}}-icon-GX02.png|16px|alt=|class=noviewer]]
 +
    }}
 +
  }}
  
| label3   = [[Attribute]]
+
| label4   = [[Attribute]]
| data3     = {{ #if: {{ #var: $attribute }} | [[{{ #var: $attribute }}]] [[File:{{ #var: $attribute }}.svg|24px|alt=]] }}
+
| data4     = {{ #if: {{ #var: $attribute }} | [[{{ #var: $attribute }}]] [[File:{{ #var: $attribute }}-Attribute-GX02.png|16px|alt=|class=noviewer]] }}
  
| label4   = [[Type]]
+
| label5   = [[Type]]
| data4     = {{ #if: {{{types<includeonly>|</includeonly>}}} |
+
| data5     = {{ #if: {{{types<includeonly>|</includeonly>}}} |
 
[[{{ #var: $type      }}|{{ #var: $type  }}]] {{  #if: {{ #var: $type2_page }} |
 
[[{{ #var: $type      }}|{{ #var: $type  }}]] {{  #if: {{ #var: $type2_page }} |
 
&#32;/ [[{{ #var: $type2_page }}|{{ #var: $type2 }}]] }}{{ #if: {{ #var: $type3_page }} |
 
&#32;/ [[{{ #var: $type2_page }}|{{ #var: $type2 }}]] }}{{ #if: {{ #var: $type3_page }} |
 
&#32;/ [[{{ #var: $type3_page }}|{{ #var: $type3 }}]] }} <!--
 
&#32;/ [[{{ #var: $type3_page }}|{{ #var: $type3 }}]] }} <!--
  
-->[[File:{{ #var: $type }}-TF06.png|16px|alt=]]
+
-->{{ #ifeq: {{ #var: $type }} | ? || [[File:{{ #var: $type }}-TF06.png|16px|alt=|class=noviewer]] }}
 
   }}
 
   }}
  
| label5   = [[Level]]
+
| label6   = [[Level]]
| data5     = {{ #if: {{{level<includeonly>|</includeonly>}}} | {{ #var: $stars }} {{ #var: $star_icon }} }}
+
| data6     = {{ #if: {{{level<includeonly>|</includeonly>}}} | {{ #var: $stars }} {{ #var: $star_icon }} }}
  
| label6   = [[ATK]] / [[DEF]]
+
| label7   = [[ATK]] / [[DEF]]
| data6     = {{ #if: {{{atk|}}}{{{def<includeonly>|</includeonly>}}} | {{{atk<includeonly>|</includeonly>}}} / {{{def<includeonly>|</includeonly>}}} }}
+
| data7     = {{ #if: {{{atk|}}}{{{def<includeonly>|</includeonly>}}} | {{{atk<includeonly>|</includeonly>}}} / {{{def<includeonly>|</includeonly>}}} }}
  
| label7   = Effect type
+
| label8   = Effect type
| class7   = hlist hcomma
+
| class8   = hlist hcomma
| data7     = {{ #if: {{{effect_types<includeonly>|</includeonly>}}} | {{CardTable2/effect|{{{effect_types}}}}} }}
+
| data8     = {{ #if: {{{effect_types<includeonly>|</includeonly>}}} | {{CardTable2/effect|{{{effect_types}}}}} }}
  
| label8   = Rarity
+
| label9   = Rarity
| data8     = {{ #if: {{ #var: $rarity }} | [[{{ #var: $rarity }}]] }}
+
| data9     = {{ #if: {{{rarity<includeonly>|</includeonly>}}} | [[{{{rarity}}}]] }}
  
| label9   = Internal number
+
| label10  = Internal number
| data9    = {{ #if: {{{artworks|}}}
+
| data10   = {{ #if: {{{internal_number<includeonly>|</includeonly>}}}
  | {{ #arrayprint: $artwork_names
+
  | {{{internal_number}}}[[Internal number::{{{internal_number}}}| ]]
    |,&#32;
+
  | {{ #if: {{{artworks|}}}
    | $artwork$
+
    | {{ #arrayprint: $artwork_names
    | {{{internal_number_$artwork$|}}} ($artwork$)[[Internal number::{{{internal_number_$artwork$|}}}| ]]
+
      |,&#32;
 +
      | $artwork$
 +
      | {{{internal_number_{{ lc: $artwork$ }}|}}} ($artwork$)[[Internal number::{{{internal_number_{{ lc: $artwork$ }}|}}}| ]]
 +
      }}
 
     }}
 
     }}
  | {{{internal_number<includeonly>|</includeonly>}}}[[Internal number::{{{internal_number|}}}| ]]
 
 
   }}
 
   }}
  
| label10   = [[Password]]
+
| label11   = [[Password]]
| data10   = {{{password<includeonly>|</includeonly>}}}
+
| data11   = {{{password<includeonly>|</includeonly>}}}
  
| label11   = Status
+
| label12   = Status
| data11   = {{ #ifeq: {{ #ask: [[Has status::{{PAGENAME}}]] |format=count }} | 0
+
| data12   = {{ #ifeq: {{ #ask: [[Has status::{{PAGENAME}}]] |format=count }} | 0
 
   |
 
   |
 
   | {{ #ask: [[Has status::{{PAGENAME}}]]
 
   | {{ #ask: [[Has status::{{PAGENAME}}]]
Line 256: Line 339:
 
   }}
 
   }}
  
| data12   = {{ #if: {{{lore<includeonly>|</includeonly>}}} |
+
| data13   = {{ #if: {{{lore<includeonly>|</includeonly>}}} |
 
<div class="lore main_lore">
 
<div class="lore main_lore">
 
<p>{{{lore}}}</p>
 
<p>{{{lore}}}</p>
Line 262: Line 345:
 
   }}
 
   }}
  
| below      = ''[[Yu-Gi-Oh! GX Tag Force]]'' cards ([[Gallery of Yu-Gi-Oh! GX Tag Force cards (English)|gallery]])
+
| below      = ''[[Yu-Gi-Oh! GX Tag Force]]'' and ''[[Yu-Gi-Oh! GX Tag Force Evolution|Tag Force Evolution]]'' cards ([[List of Yu-Gi-Oh! GX Tag Force cards|list]] '''·''' [[Gallery of Yu-Gi-Oh! GX Tag Force cards (English)|gallery]])
 
}}
 
}}
  
 
{{Card info links|{{ #var: $main | {{ #var: $pagename }} }}|medium=vg}}<!--
 
{{Card info links|{{ #var: $main | {{ #var: $pagename }} }}|medium=vg}}<!--
  
-->{{ #if: {{ #var: $in_initial_deck }}{{ #var: $in_pack }} | &#32;
+
-->{{ #if: {{ #var: $in_initial_deck }}{{ #var: $in_pack }}{{ #var: $converter_input }}{{ #var: $is_tutorial_reward }}{{ #var: $is_sandwich_card }}{{ #var: $victory_bonus_text }}{{ #var: $in_completion_bonus }}{{ #var: $is_downloadable }}{{ #var: $is_connectivity_bonus }} | &#32;
==Obtained by==
+
<h2>Obtained by</h2>
 
<!--
 
<!--
 
   -->{{ #if: {{ #var: $in_initial_deck }}
 
   -->{{ #if: {{ #var: $in_initial_deck }}
 
   | <p>"{{ #var: $name }}" is included in the [[Initial Deck (Tag Force 1)|Initial Deck]].</p>
 
   | <p>"{{ #var: $name }}" is included in the [[Initial Deck (Tag Force 1)|Initial Deck]].</p>
 +
  }}<!--
 +
 +
  -->{{ #if: {{ #var: $is_tutorial_reward }}
 +
  | <!--
 +
    --><p>"{{ #var: $name}}" is available as a {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Tutorial reward]]
 +
    | mainlabel = -
 +
    |?-Has subobject.Page name
 +
    |?-Has subobject.English name
 +
    | format = plain
 +
    | template = pipeLink
 +
    }}.</p>
 +
  }}<!--
 +
 +
  -->{{ #if: {{ #var: $is_sandwich_card }}
 +
  | <p>"{{ #var: $name }}" can be found [[plain sandwich hidden cards|hidden in plain sandwiches]].</p>
 +
  }}<!--
 +
 +
  -->{{ #var: $victory_bonus_text }}<!--
 +
 +
  -->{{ #if: {{ #var: $in_completion_bonus }}
 +
  | <p>"{{ #var: $name }}" is [[Game completion bonus (Tag Force 1)|awarded]] to the player the first time that they beat story mode.</p>
 +
  }}<!--
 +
 +
  -->{{ #if: {{ #var: $is_downloadable }}
 +
  | <p>In ''[[Yu-Gi-Oh! GX Tag Force]]'' only, "{{ #var: $name }}" was available for [[Downloadable cards (Tag Force 1)|download]] from [[Konami]].</p>
 +
  }}<!--
 +
 +
  -->{{ #if: {{ #var: $is_connectivity_bonus }}
 +
  | <p>In ''[[Yu-Gi-Oh! GX Tag Force Evolution]]'' only, "{{ #var: $name }}" could be obtained by [[Connectivity bonus|connecting]] with ''[[Yu-Gi-Oh! GX Tag Force 2]]''.</p>
 
   }}<!--
 
   }}<!--
  
 
   -->{{ #if: {{ #var: $in_pack }}
 
   -->{{ #if: {{ #var: $in_pack }}
 
   | <!--
 
   | <!--
     -->{{ #vardefine: $pack_name | {{ #replace: {{ #replace: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Booster Pack]] |?English name |mainlabel=-|format=plain|template=echo}} | [[SMW::off]] }} | [[SMW::on]] }} }}<!--
+
     -->{{ #vardefine: $pack_name | {{ #replace: {{ #replace: {{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Booster Pack]] |?-Has subobject.English name |mainlabel=-|format=plain|template=echo}} | [[SMW::off]] }} | [[SMW::on]] }} }}<!--
 
     --><p>"{{ #var: $name}}" is available in the following packs:</p>
 
     --><p>"{{ #var: $name}}" is available in the following packs:</p>
 
* ''{{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Booster Pack]]
 
* ''{{ #ask: [[Set contains::{{PAGENAME}}]][[-Has subobject.Set type::Booster Pack]]
Line 287: Line 399:
  
 
     # Pack containing all rare cards
 
     # Pack containing all rare cards
     -->{{ #ifeq: {{ #var: $rarity }} | Rare  | &#32;
+
     -->{{ #ifeq: {{{rarity}}} | Rare  | &#32;
 
* ''[[Bit Players]]''
 
* ''[[Bit Players]]''
 
     }}<!--
 
     }}<!--
Line 319: Line 431:
 
&#32;<!--
 
&#32;<!--
  
   -->{{ #if: {{ #pos: {{{genres}}} | different artwork }}
+
  -->{{ #if: {{ #var: $converter_input }}
 +
  | <p>"{{ #var: $name }}" can be obtained from the [[Card converter (Tag Force 1)|card converter]] by inputting {{ #var: $converter_input }} cards.</p>
 +
  }}<!--
 +
 
 +
   -->{{ #if: {{ #pos: {{{genres}}} | different artwork }}<noinclude>1</noinclude>
 
   | <p>The second artwork for this card can be made available by talking to [[Sartyr (Tag Force)|Sartyr]] in the third part of the story mode.</p>
 
   | <p>The second artwork for this card can be made available by talking to [[Sartyr (Tag Force)|Sartyr]] in the third part of the story mode.</p>
 
   }}
 
   }}
 
}}<!--
 
}}<!--
  
-->{{ #if: {{{genres<includeonly>|</includeonly>}}} | &#32;
+
-->{{ #if: {{ #var: $has_status }} | &#32;
==Genres==
+
<h2>Limitation statuses</h2>
 +
<table class="wikitable">
 +
  <tr>
 +
    <th scope="col">List</th>
 +
    <th scope="col">Status</th>
 +
  </tr><!--
 +
  -->{{ #ask: [[Category:Yu-Gi-Oh! GX Tag Force Forbidden & Limited Lists]]
 +
  | mainlabel = List page
 +
  | format = plain
 +
  | template = WC6 card/status row
 +
  | named args = true
 +
  | link=none
 +
  }}
 +
</table>
 +
}}<!--
 +
 
 +
-->{{ #if: {{{genres<includeonly>|</includeonly>}}}{{ #var: $direct_connections }}{{{archetypes|}}}{{{supports|}}} | &#32;
 +
<h2>Related cards</h2>
 +
}}
 +
{{ #if: {{{genres<includeonly>|</includeonly>}}} |
 +
<p>"{{ #var: $name }}" is part of the following genres:</p>
 +
 
 
{{ #arraydefine: $genres | {{{genres}}} | * | unique }}<!--
 
{{ #arraydefine: $genres | {{{genres}}} | * | unique }}<!--
 
   -->{{ #arrayprint: $genres
 
   -->{{ #arrayprint: $genres
Line 331: Line 468:
 
   | $genre
 
   | $genre
 
   | &#32;
 
   | &#32;
* [[File:{{ #replace: $genre | / | <nowiki /> <nowiki /> }}-genre-GX02.png|14px|alt=]] [[List of Yu-Gi-Oh! GX Tag Force cards by genre ($genre)|$genre]][[Genre::$genre| ]]
+
* [[File:{{ #replace: $genre | / | <nowiki /> <nowiki /> }}-genre-GX02.png|14px|alt=|class=noviewer]] [[List of "$genre" genre cards (Tag Force 1)|$genre]][[Genre::$genre| ]]
 
   }}
 
   }}
 
&#32;
 
&#32;
 
}}<!--
 
}}<!--
  
-->{{ #if: {{{summon_animation<includeonly>|</includeonly>}}}{{{attack_animation|}}}{{{victory_animation|}}} | &#32;
+
-->{{ #if: {{ #var: $direct_connections }} |
==Animation==
+
<p>"{{ #var: $name }}" is directly connected to the following cards:</p>
 +
{{ #var: $direct_connections }}
 +
}}<!--
 +
 
 +
-->{{ #if: {{{archetypes<includeonly>|</includeonly>}}} |
 +
<p>"{{ #var: $name }}" is part of the following [[archetype]]s:</p>
 +
 
 +
{{ #arraymap: {{{archetypes}}}
 +
  | *
 +
  | $archetypes
 +
  | &#32;
 +
* "[[$archetypes]]" ([[List of "$archetypes" cards (Tag Force 1)|members]] '''&middot;''' [[List of "$archetypes" support cards (Tag Force 1)|support]])
 +
  }}
 +
&#32;
 +
}}<!--
 +
 
 +
-->{{ #if: {{ #var: $is_attribute_support }} |
 +
<p>"{{ #var: $name }}" directly affects the following [[Attribute]]s:</p>
 +
 
 +
{{ #arrayprint: $supports_attributes
 +
  |
 +
  | $attribute
 +
  | &#32;
 +
* [[$attribute]] ([[List of $attribute monsters (Tag Force 1)|members]] '''&middot;''' [[List of $attribute support cards (Tag Force 1)|support]])
 +
  }}
 +
&#32;
 +
}}<!--
 +
 
 +
-->{{ #if: {{ #var: $is_type_support }} |
 +
<p>"{{ #var: $name }}" directly affects the following [[Type]]s:</p>
 +
 
 +
{{ #arrayprint: $supports_types
 +
  |
 +
  | $type
 +
  | &#32;
 +
* [[$type]] ([[List of $type-Type monsters (Tag Force 1)|members]] '''&middot;''' [[List of $type support cards (Tag Force 1)|support]])
 +
  }}
 +
&#32;
 +
}}<!--
 +
 
 +
-->{{ #if: {{ #var: $is_archetype_support }} |
 +
<p>"{{ #var: $name }}" directly affects the following [[archetype]]s:</p>
 +
 
 +
{{ #arrayprint: $supports_archetypes
 +
  |
 +
  | $archetype
 +
  | &#32;
 +
* "[[$archetype]]" ([[List of "$archetype" cards (Tag Force 1)|members]] '''&middot;''' [[List of "$archetype" support cards (Tag Force 1)|support]])
 +
  }}
 +
}}<!--
 +
 
 +
-->{{ #if: {{{summon_animation<includeonly>|</includeonly>}}}{{{attack_animation|}}}{{{victory_animation|}}}{{{animation_character|}}} | &#32;
 +
<h2>Animation</h2>
 +
{{See also|List of cards with animations (''Tag Force 1'')|t=1}}<!--
 +
 
 +
-->{{ #if: {{{animation_character<includeonly>|</includeonly>}}} | &#32;
 +
<p>"{{ #var: $name }}" has [[Summon]] and [[attack]] animations that are performed when used by [[{{{animation_character}}}|{{ #explode: {{{animation_character}}} | <nowiki /> <nowiki />( }}]].</p>
 +
}}
 +
 
 
<!--
 
<!--
 
   -->{{ #tag: gallery
 
   -->{{ #tag: gallery
Line 345: Line 540:
 
       | $animation
 
       | $animation
 
       | &#32;
 
       | &#32;
{{ #explode: $animation | ; }} {{!}} Summon {{ #if: {{ #explode: $animation | ; | 1 }} | ({{trim|{{ #explode: $animation | ; | 1 }}}}) }}
+
{{ #explode: $animation | ; }} {{!}} <!--
 +
        -->[[File:Information icon4.svg|16px|Video details|link=File:{{ #explode: $animation | ; }}]] <!--
 +
        -->Summon {{ #if: {{ #explode: $animation | ; | 1 }} | ({{trim|{{ #explode: $animation | ; | 1 }}}}) }}
 
       |
 
       |
 
       }}
 
       }}
Line 353: Line 550:
 
       | $animation
 
       | $animation
 
       | &#32;
 
       | &#32;
{{ #explode: $animation | ; }} {{!}} Attack {{ #if: {{ #explode: $animation | ; | 1 }} | ({{trim|{{ #explode: $animation | ; | 1 }}}}) }}
+
{{ #explode: $animation | ; }} {{!}} <!--
 +
        -->[[File:Information icon4.svg|16px|Video details|link=File:{{ #explode: $animation | ; }}]] <!--
 +
        -->Attack {{ #if: {{ #explode: $animation | ; | 1 }} | ({{trim|{{ #explode: $animation | ; | 1 }}}}) }}
 
       |
 
       |
 
       }}
 
       }}
Line 361: Line 560:
 
       | $animation
 
       | $animation
 
       | &#32;
 
       | &#32;
{{ #explode: $animation | ; }} {{!}} Victory {{ #if: {{ #explode: $animation | ; | 1 }} | ({{trim|{{ #explode: $animation | ; | 1 }}}}) }}
+
{{ #explode: $animation | ; }} {{!}} <!--
 +
        -->[[File:Information icon4.svg|16px|Video details|link=File:{{ #explode: $animation | ; }}]] <!--
 +
        -->Victory {{ #if: {{ #explode: $animation | ; | 1 }} | ({{trim|{{ #explode: $animation | ; | 1 }}}}) }}
 
       |
 
       |
 
       }}
 
       }}
Line 369: Line 570:
 
}}<!--
 
}}<!--
  
-->{{ #if: {{{fr_name<includeonly>|</includeonly>}}}{{{fr_lore|}}}{{{de_name|}}}{{{de_lore|}}}{{{it_name|}}}{{{it_lore|}}}{{{es_name|}}}{{{es_lore|}}}{{{ja_lore|}}} | &#32;
+
-->{{ #ifeq: {{ #ask: [[Deck contains::{{PAGENAME}}]] |format=count }} | 0 || &#32;
==Other languages==
+
<h2>Deck Recipes</h2>
<table class="wikitable">
+
"{{ #var: $name }}" is in the following Decks:
 +
 
 +
<table class="wikitable sortable">
 +
  <tr>
 +
    <th scope="col">Character</th>
 +
    <th scope="col">Deck</th>
 +
    <th scope="col">Level</th>
 +
    <th scope="col"><abbr title="Quantity">Qty</abbr></th>
 +
  </tr>
 +
{{ #ask: [[Deck contains::{{PAGENAME}}]][[Amount::+]]
 +
  |?In Deck.Owner#        = Character
 +
  |?In Deck.Owner name    = Character name
 +
  |?In Deck.English name  = Deck name
 +
  |?In Deck.Deck Level    = Level
 +
  |?Deck location#        = Deck location
 +
  |?Amount                = Quantity
 +
  |format    = plain
 +
  |template  = Tag Force 1 card/Deck row
 +
  |named args = true
 +
  |limit      = 150
 +
  }}
 +
</table>
 +
}}<!--
 +
 
 +
-->{{ #if: {{{tf01_name<includeonly>|</includeonly>}}}{{{tf01_lore|}}}{{{fr_name|}}}{{{fr_lore|}}}{{{de_name|}}}{{{de_lore|}}}{{{it_name|}}}{{{it_lore|}}}{{{es_name|}}}{{{es_lore|}}}{{{ja_lore|}}} | &#32;
 +
<h2>Other languages</h2>
 +
{{ #if: {{{tf01_name<includeonly>|</includeonly>}}}{{{tf01_lore|}}}
 +
| <!--
 +
 
 +
--><table class="wikitable">
 +
  <caption>''[[Yu-Gi-Oh! GX Tag Force]]''</caption>
 +
    <tr>
 +
        <th scope="col">&#32;</th>
 +
        <th scope="col">Name</th>
 +
        <th scope="col">Lore</th>
 +
    </tr>
 +
 
 +
    <tr>
 +
        <th scope="row">English</th>
 +
        <td>{{ #if: {{{tf01_name<includeonly>|</includeonly>}}}
 +
        | {{{tf01_name}}}
 +
        | <span style="opacity: .5;">{{ #var: $name }}</span>
 +
        }}</td>
 +
        <td>{{ #if: {{{tf01_lore<includeonly>|</includeonly>}}}
 +
        | {{{tf01_lore}}}
 +
        | <span style="opacity: .5;">{{{lore|}}}</span>
 +
        }}</td>
 +
    </tr>
 +
</table>
 +
}}<!--
 +
 
 +
--><table class="wikitable"><!--
 +
    -->{{ #if: {{{tf01_name<includeonly>|</includeonly>}}}{{{tf01_lore|}}} | <caption>''[[Yu-Gi-Oh! GX Tag Force Evolution]]''</caption> }}
 
     <tr>
 
     <tr>
 
         <th scope="col">&#32;</th>
 
         <th scope="col">&#32;</th>
Line 415: Line 668:
 
   }}
 
   }}
 
</table>
 
</table>
 +
}}
 +
 +
<h2>Gallery</h2>
 +
{{See also
 +
| Gallery of ''Yu-Gi-Oh! GX Tag Force cards'' (English)
 +
| [[Gallery of Yu-Gi-Oh! GX Tag Force cards (French)|(French)]]
 +
| [[Gallery of Yu-Gi-Oh! GX Tag Force cards (German)|(German)]]
 +
| [[Gallery of Yu-Gi-Oh! GX Tag Force cards (Italian)|(Italian)]]
 +
| [[Gallery of Yu-Gi-Oh! GX Tag Force cards (Spanish)|(Spanish)]]
 +
| [[Gallery of Yu-Gi-Oh! GX Tag Force cards (Japanese)|(Japanese)]]
 +
|t=1
 +
}}
 +
{{ #arrayprint: $artwork_names
 +
|
 +
| $artwork$
 +
| <!--
 +
  -->{{ #if: {{ #var: $has_multiple_artworks }}
 +
  | '''{{ #iferror: {{ #expr: $artwork$ * 1 }}
 +
    | $artwork$ artwork <!-- Named artwork -->
 +
    | Artwork $artwork$<!-- Numerically indexed artwork -->
 +
    }}'''
 +
  }}<!--
 +
  -->{{ #vardefine: $counter | {{ #expr: {{ #var: $counter | 0 }} + 1 }} }}<!--
 +
  -->{{ #vardefine: $suffix  | {{ #ifeq: $artwork$ | 1 || -$artwork$ }} }}<!--
 +
  -->{{ #tag: gallery |
 +
{{ #var: $en_image-{{ #var: $counter }} }} {{!}} English
 +
{{ #var: $fr_image-{{ #var: $counter }} }} {{!}} French
 +
{{ #var: $de_image-{{ #var: $counter }} }} {{!}} German
 +
{{ #var: $it_image-{{ #var: $counter }} }} {{!}} Italian
 +
{{ #var: $es_image-{{ #var: $counter }} }} {{!}} Spanish
 +
{{ #var: $ja_image-{{ #var: $counter }} }} {{!}} Japanese
 +
  | mode="nolines"
 +
  | widths="240px"
 +
  | heights="160px"
 +
  }}
 
}}<!--
 
}}<!--
 +
 +
-->{{ #if: {{ #var: $has_unrecognized_support_value }} | [[Category:Cards with unrecognized "support" values]] }}<!--
  
 
--><includeonly>{{Card navigation}}</includeonly><!--
 
--><includeonly>{{Card navigation}}</includeonly><!--
  
 
--><noinclude>{{documentation}}</noinclude>
 
--><noinclude>{{documentation}}</noinclude>

Latest revision as of 02:26, 2 May 2023

Tag Force 1 card
Japanese
{{{ja_name}}}
Rōmaji
{{{romaji_name}}}
Translated
{{{trans_name}}}
Name
  • {{{tf01_name}}} (Tag Force)
  • Tag Force 1 card (Tag Force Evolution)
Card type [[{{{card_type}}} Card|{{{card_type}}}]] [[File:{{{card_type}}}-card type-GX02.png|16px|alt=|class=noviewer]]
Attribute [[{{{attribute}}}]] [[File:{{{attribute}}}-Attribute-GX02.png|16px|alt=|class=noviewer]]
Type [[{{{types}}}|{{{types}}}]] [[File:{{{types}}}-TF06.png|16px|alt=|class=noviewer]]
Level {{{level}}}
ATK / DEF {{{atk}}} / {{{def}}}
Effect type

  • [[{{{effect_types}}}|{{{effect_types}}}]]Property "Effect type" (as page type) with input value "{{{effect_types}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
Rarity [[{{{rarity}}}]]
Internal number {{{internal_number}}}
Password {{{password}}}

{{{lore}}}

  • [[Card Gallery:{{{main}}}|Gallery]]
  • [[Card Artworks:{{{main}}}|Artworks]]
  • [[Card Tips:{{{main}}}|Tips]]
  • [[Card Trivia:{{{main}}}|Trivia]]
  • [[Card Appearances:{{{main}}}|Appearances]]
  • [[Card Names:{{{main}}}|Names]]
  • [[Card Lores:{{{main}}}|Lores]]

Obtained by

"Tag Force 1 card" is included in the Initial Deck.

"Tag Force 1 card" is available as a .

"Tag Force 1 card" can be found hidden in plain sandwiches.

?

"Tag Force 1 card" is awarded to the player the first time that they beat story mode.

In Yu-Gi-Oh! GX Tag Force only, "Tag Force 1 card" was available for download from Konami.

In Yu-Gi-Oh! GX Tag Force Evolution only, "Tag Force 1 card" could be obtained by connecting with Yu-Gi-Oh! GX Tag Force 2.

"Tag Force 1 card" is available in the following packs:

"Tag Force 1 card" can be obtained from the card converter by inputting ? cards.

The second artwork for this card can be made available by talking to Sartyr in the third part of the story mode.

Related cards

"Tag Force 1 card" is part of the following genres:

  • [[File:{{{genres}}}-genre-GX02.png|14px|alt=|class=noviewer]] [[List of "{{{genres}}}" genre cards (Tag Force 1)|{{{genres}}}]]

"Tag Force 1 card" is part of the following archetypes:

  • "[[{{{archetypes}}}]]" ([[List of "{{{archetypes}}}" cards (Tag Force 1)|members]] · [[List of "{{{archetypes}}}" support cards (Tag Force 1)|support]])

Animation

"Tag Force 1 card" has Summon and attack animations that are performed when used by [[{{{animation_character}}}|{{{animation_character}}}]].

Other languages

Yu-Gi-Oh! GX Tag Force
Name Lore
English {{{tf01_name}}} {{{tf01_lore}}}
Yu-Gi-Oh! GX Tag Force Evolution
Name Lore
French {{{fr_name}}} {{{fr_lore}}}
German {{{de_name}}} {{{de_lore}}}
Italian {{{it_name}}} {{{it_lore}}}
Spanish {{{es_name}}} {{{es_lore}}}
Japanese {{{ja_name}}} {{{ja_lore}}}
Japanese translated {{{trans_name}}} {{{ja_trans_lore}}}

Gallery