Difference between pages "Template:DM5 card" and "Card Trivia:Ancient Flamvell Deity"

From Yugipedia
(Difference between pages)
Jump to: navigation, search
(fix alternate artwork check)
 
 
Line 1: Line 1:
__NOEDITSECTION__{{ #if: {{NAMESPACE}}
+
{{Navigation}}
|
 
| [[Category:Yu-Gi-Oh! Duel Monsters 5 Expert 1 cards]]
 
}}<!--
 
  
## Variables ##
+
* This is the only "[[Flamvell]]" monster whose name does not start with "Flamvell" (excluding "[[Neo Flamvell]]" monsters).
-->{{ #vardefine: $release    | Yu-Gi-Oh! Duel Monsters 5 Expert 1 }}<!--
 
-->{{ #vardefine: $pagename  | {{ #explode: {{PAGENAME}} | ( }}                  }}<!--
 
-->{{ #vardefine: $name      | {{ #if: {{{name|}}} | {{{name}}} | {{ #titleparts: {{ #var: $pagename }} }} }} }}<!--
 
-->{{ #vardefine: $url-name  | {{ #replace: {{ #var: $name }} | # }}              }}<!--
 
-->{{ #vardefine: $attribute  | {{ uc: {{{attribute|}}} }}                        }}<!--
 
-->{{ #vardefine: $type      | {{ #explode: {{{types<includeonly>|</includeonly>}}} | / }} }}<!--
 
-->{{ #vardefine: $type2      | {{ #explode: {{{types|}}} | / | 1 }}              }}<!--
 
-->{{ #vardefine: $type3      | {{ #explode: {{{types|}}} | / | 2 }}              }}<!--
 
-->{{ #vardefine: $atk        | {{{atk|}}}                                        }}<!--
 
-->{{ #vardefine: $def        | {{{def|}}}                                        }}<!--
 
-->{{ #vardefine: $stars      | {{{level|}}}                                      }}<!--
 
-->{{ #vardefine: $level-rank | Level                                              }}<!-- needed for {{Star properties}}
 
-->{{ #vardefine: $star_icon  | <includeonly>{{Repeat|[[File:CG Star.svg|18px|alt=]]|{{ #var: $stars }}}}</includeonly> }}<!--
 
-->{{ #vardefine: $number    | {{ #if: {{{number|}}} | {{ #pad: {{{number}}} | 3 | 0 | left }} }} }}<!--
 
-->{{ #vardefine: $alt_art    | {{ #if: {{ #pos: {{PAGENAME}} | alternate artwork) }} | -2 }} }}<!--
 
 
 
-->{{ #switch: {{ lc: {{{card_type|}}} }}
 
| magic | spell = {{ #vardefine: $card_type | Spell  }}{{ #vardefine: $card_type_name | Magic  }}
 
| trap          = {{ #vardefine: $card_type | Trap  }}{{ #vardefine: $card_type_name | Trap  }}
 
|              = {{ #vardefine: $monster_type | {{ #if: {{ #var: $type2 }} | Effect | Normal }} }}
 
}}<!--
 
 
 
-->{{ #if: {{{main<includeonly>|</includeonly>}}}{{ #explode: {{PAGENAME}} | ( | 1 }} | {{ #vardefine: $main | {{ #if: {{{main<includeonly>|</includeonly>}}} | {{{main}}} | {{ #var: $url-name }} }} }} }}<!--
 
 
 
-->{{ #switch: {{ #var: $type2 }}
 
|          = {{ #vardefine: $monster_type | Normal                    }}
 
| Effect
 
| Fusion
 
| Ritual  = {{ #vardefine: $monster_type | {{ #var: $type2 }}        }}<!--
 
          -->{{ #vardefine: $type2_page  | {{ #var: $type2 }} Monster }}
 
 
 
| Spirit
 
| Toon    = {{ #vardefine: $monster_type | Effect                    }}<!--
 
          -->{{ #vardefine: $ability      | {{ #var: $type2 }}        }}<!--
 
          -->{{ #vardefine: $type2_page  | {{ #var: $type2 }} Monster }}<!--
 
          -->{{ #vardefine: $has_effect  | 1                          }}
 
 
 
}}<!--
 
 
 
-->{{ #if: {{ #var: $type3 }}
 
| {{ #vardefine: $type3_page | Effect Monster }}{{ #vardefine: $has_effect | 1 }}
 
}}<!--
 
 
 
-->{{ #vardefine: $image
 
| {{ #ifexist: File:{{Card image name|{{ #var: $url-name }}}}-DM5-JP-VG{{ #var: $alt_art }}.png
 
  | {{Card image name|{{ #var: $url-name }}}}-DM5-JP-VG{{ #var: $alt_art }}.png
 
  | {{Card image name|{{ #explode: {{ #var: $main }} | ( }}}}-DM5-JP-VG{{ #var: $alt_art }}.png
 
  }}
 
}}<!--
 
 
 
-->{{ #if: {{{ja_name<includeonly>|</includeonly>}}}{{ #var: $main }}
 
| {{ #vardefine: $above
 
  | {{Japanese names<!--
 
    -->| {{{ja_name<includeonly>|</includeonly>}}}<!--
 
    -->| {{{romaji_name<includeonly>|</includeonly>}}}<!--
 
    -->| {{{trans_name<includeonly>|</includeonly>}}}<!--
 
    -->| kana_only = true<!--
 
    -->| main = {{ #if: {{{ja_name<includeonly>|</includeonly>}}} | | {{ #var: $main }} }}
 
    }}
 
  }}
 
}}<!--
 
 
 
## Properties ##
 
-->{{IfSemantics|<!--
 
  -->[[English name::{{ #var: $name }}| ]]<!--
 
  -->[[English name (linked)::[[{{PAGENAME}}|{{ #var: $name }}]]| ]]<!--
 
  -->[[Main card page::{{ #var: $main }}| ]]<!--
 
  -->[[Card image::{{ #var: $image }}| ]]<!--
 
  -->[[Card type::{{ #var: $card_type | Monster }} Card| ]]<!--
 
  -->[[Card type (short)::[[{{ #var: $card_type | Monster }} Card|{{ #var: $card_type_name | Monster }}]]| ]]<!--
 
  -->[[Monster type::{{ #var: $monster_type }}| ]]<!--
 
  -->[[Attribute::{{ #var: $attribute }}| ]]<!--
 
  -->[[Type::{{ #var: $type }}| ]]<!--
 
  -->[[Passcode::{{{password|}}| ]]<!--
 
  -->[[Lore::{{{lore|}}}| ]]<!--
 
  -->{{ #if: {{{number|}}} | [[Card number::{{ #var: $number }}| ]] }}<!--
 
  -->{{ #if: {{{level|}}} | {{Star properties}} }}<!--
 
  -->{{ #if: {{{atk|}}}{{{def|}}} | {{ATK DEF properties|{{{atk|}}}|{{{def|}}}}} }}<!--
 
  -->[[Medium::Yu-Gi-Oh! Duel Monsters 4: Battle of Great Duelist| ]]<!--
 
  -->[[Release::{{ #var: $release }}| ]]
 
}}<!--
 
 
 
-->{{DISPLAYTITLE:{{ #replace: {{FULLPAGENAME}} | (DM5 | (''DM5'' }}}}<!--
 
 
 
-->{{ #if: {{ #var: $main }}
 
| {{Main|type=card page|"[[{{ #var: $main }}]]"}}
 
}}<!--
 
 
 
-->{{ #if: {{ #pos: {{PAGENAME}} | (DM5 alternate artwork) }}
 
| {{See also|{{ #replace: {{PAGENAME}} | (DM5 alternate artwork) | (''DM5'') }}}}
 
| {{ #ifexist: {{ #replace: {{PAGENAME}} | (DM5) | (DM5 alternate artwork) }}
 
  | {{See also|{{ #replace: {{PAGENAME}} | (DM5) | (''DM5'' alternate artwork) }}}}
 
  }}
 
}}<!--
 
 
 
-->{{Duel Monsters card navigation}}<!--
 
 
 
-->{{Card table
 
| bodyclass = {{ #if: {{{cardclass|}}} | {{{cardlass}}} | {{ lc: {{ #var: $card_type | {{ #var: $monster_type | blank }} }} }} }}-card
 
| title    = {{ #var: $name }}
 
| above    = {{ #var: $above }}
 
 
 
| image    = {{ #var: $image }}
 
 
 
| label1    = [[Card type]]
 
| data1    = {{ #if: {{ #var: $card_type }} | [[{{ #var: $card_type }} Card|{{ #var: $card_type_name }}]] }}
 
 
 
| label2    = [[Property]]
 
| data2    = {{ #if: {{{property|}}} | [[{{{property}} {{ #var: $card_type }}|{{ #var: $property }}]] [[File:{{ #var: $property }}.svg|18px|alt=]] }}
 
 
 
| label3    = [[Attribute]]
 
| data3    = {{ #if: {{{attribute|}}} | [[{{ #var: $attribute }}]] [[File:{{ #var: $attribute }}.svg|24px|alt=]] }}
 
 
 
| label4    = [[Type]]
 
| data4    = {{ #if: {{{types<includeonly>|</includeonly>}}} |
 
[[{{ #var: $type      }}|{{ #var: $type  }}]] {{  #if: {{ #var: $type2_page }} |
 
&#32;/ [[{{ #var: $type2_page }}|{{ #var: $type2 }}]] }}{{ #if: {{ #var: $type3_page }} |
 
&#32;/ [[{{ #var: $type3_page }}|{{ #var: $type3 }}]] }}
 
  }}
 
 
 
| label5    = [[Level]]
 
| data5    = {{ #if: {{{level<includeonly>|</includeonly>}}} | {{ #var: $stars }} {{ #var: $star_icon }} }}
 
 
 
| label6    = [[ATK]] / [[DEF]]
 
| data6    = {{ #if: {{{atk|}}}{{{def<includeonly>|</includeonly>}}} | {{{atk<includeonly>|</includeonly>}}} / {{{def<includeonly>|</includeonly>}}} }}
 
 
 
| label7    = Effect type
 
| class7    = hlist hcomma
 
| data7    = {{ #if: {{{effect_types<includeonly>|</includeonly>}}} | {{CardTable2/effect|{{{effect_types}}}}} }}
 
 
 
| label8    = Number
 
| data8    = {{ #var: $number }}
 
 
 
| label9    = [[Passcode|Password]]
 
| data9    = {{{password<includeonly>|</includeonly>}}}
 
 
 
| data10    = {{ #if: {{{lore<includeonly>|</includeonly>}}} |
 
<div class="lore main_lore">
 
<p>{{{lore}}}</p>
 
</div>
 
  }}{{ #if: {{{ja_lore<includeonly>|</includeonly>}}} |
 
<div class="lore main_lore" lang="ja">
 
<p>{{{ja_lore}}}</p>
 
</div>
 
  }}
 
 
 
| below      =
 
  {{Enumeration
 
  |
 
  |{{ #var: $number }}
 
  |last  = 928
 
  |curr  = ''[[Yu-Gi-Oh! Duel Monsters 5 Expert 1]]'' cards ([[List of Yu-Gi-Oh! Duel Monsters 5 Expert 1 cards|list]] '''·''' [[Gallery of Yu-Gi-Oh! Duel Monsters 5 Expert 1 cards|gallery]])
 
  |curr2  = none
 
  |padded = true
 
  }}
 
}}
 
 
 
<div class="hlist" style="text-align: center;">
 
* {{Related page link| Card Gallery    | {{ #var: $main | {{PAGENAME}} }} | label = Gallery    }}
 
* {{Related page link| Card Appearances | {{ #var: $main | {{PAGENAME}} }} | label = Appearances }}
 
* {{Related page link| Card Trivia      | {{ #var: $main | {{PAGENAME}} }} | label = Trivia      }}
 
* {{Related page link| Card Tips        | {{ #var: $main | {{PAGENAME}} }} | label = Tips        }}
 
* {{Related page link| Card Artworks    | {{ #var: $main | {{PAGENAME}} }} | label = Artworks    }}
 
</div><!--
 
 
 
--><includeonly>{{Card navigation}}</includeonly><!--
 
 
 
--><noinclude>{{documentation}}</noinclude>
 

Latest revision as of 23:48, 25 July 2023

  • This is the only "Flamvell" monster whose name does not start with "Flamvell" (excluding "Neo Flamvell" monsters).