Difference between pages "Template:DM card obtain" and "CL03-SC012"

From Yugipedia
(Difference between pages)
Jump to: navigation, search
(Bit of a hardcode, but need a fix for DDS Rituals which require one specific monster. And need to stop it getting confused with "Ultimate Dragon", which requires three copies of the same specific monster.)
 
(Redirected page to Dragon Master Knight)
(Tag: New redirect)
 
Line 1: Line 1:
<!--
+
#REDIRECT [[Dragon Master Knight]] {{R from card number}}
 
 
-->{{ #vardefine: $is_drop  | {{ #ifeq: {{ #ask: [[Drops::{{PAGENAME}}]]        | format=count }} | 0 || 1 }} }}<!--
 
-->{{ #vardefine: $is_vbonus | {{ #ifeq: {{ #ask: [[Victory bonus::{{PAGENAME}}]] | format=count }} | 0 || 1 }} }}<!--
 
 
 
-->{{ #vardefine: $evolves_from | {{ #ask: [[Evolves to::{{PAGENAME}}]] |?Reference name=|format=plain|mainlabel=- }} }}<!--
 
-->{{ #vardefine: $ritual_card  | {{ #ask: [[Ritual Monster required::{{PAGENAME}}]] |?Reference name=|format=plain|mainlabel=-}} }}<!--
 
 
 
-->{{ #if: {{{communication_bonus|}}}    | [[Obtained by::Communication bonus| ]]  }}<!--
 
-->{{ #if: {{{is_communication_fusion|}}} | [[Obtained by::Communication Fusion| ]] }}<!--
 
-->{{ #if: {{ #var: $is_drop }}          | [[Obtained by::Drop| ]]                }}<!--
 
-->{{ #if: {{{is_infrared_bonus|}}}      | [[Obtained by::Infrared bonus| ]]      }}<!--
 
-->{{ #if: {{{password_text|}}}          | [[Obtained by::Password| ]]            }}<!--
 
-->{{ #if: {{{prize_text|}}}              | [[Obtained by::Prize| ]]                }}<!--
 
-->{{ #if: {{{starter_deck_text|}}}      | [[Obtained by::Starter Deck| ]]        }}<!--
 
-->{{ #if: {{ #var: $is_vbonus }}        | [[Obtained by::Victory bonus| ]]        }}<!--
 
 
 
-->{{ #if: {{ #var: $evolves_from }}      | [[Temporarily obtained by::Evolution| ]]    }}<!--
 
-->{{ #if: {{{is_fusion|}}}              | [[Temporarily obtained by::Fusion Summon| ]] }}<!--
 
-->{{ #if: {{ #var: $ritual_card  }}      | [[Temporarily obtained by::Ritual Summon| ]] }}<!--
 
 
 
-->{{ #if: {{ #var: $is_vbonus }}{{ #var: $is_drop }}{{{is_communication_fusion|}}}{{{communication_bonus|}}}{{{is_fusion<includeonly>|</includeonly>}}}{{{starter_deck_text|}}}{{{password_text|}}}{{{prize_text|}}}{{ #var: $ritual_card }}{{ #var: $evolves_from }}{{{is_infrared_bonus|}}} |&#32;
 
==Obtained by==
 
&#32;
 
}}<!--
 
 
 
-->{{{starter_deck_text<includeonly>|</includeonly>}}}<!--
 
 
 
-->{{{password_text<includeonly>|</includeonly>}}}<!--
 
 
 
-->{{{prize_text<includeonly>|</includeonly>}}}<!--
 
 
 
-->{{ #if: {{{communication_bonus<includeonly>|</includeonly>}}} |
 
<p>"{{{name}}}" is awarded as a '''{{ #if: {{{communication_bonus_link<includeonly>|</includeonly>}}} | [[{{{communication_bonus_link}}}|communication bonus]] | communication bonus }}''' by facing {{{communication_bonus}}} different opponents, using the [[wikipedia:Game Link Cable|Game Link Cable]].</p>
 
}}<!--
 
 
 
-->{{ #if: {{ #var: $is_vbonus }}<noinclude>1</noinclude>
 
| <p>"{{{name}}}" is awarded as a '''{{ #if: {{{victory_bonus_link<includeonly>|</includeonly>}}} | [[{{{victory_bonus_link}}}|victory bonus]] | victory bonus }}''' after defeating these characters a specific number of times.</p><!--
 
 
 
  --><table class="wikitable">
 
    <tr>
 
      <th scope="col">Character</th>
 
      <th scope="col">Wins</th>
 
    </tr><!--
 
    -->{{ #ask: [[Victory bonus::{{PAGENAME}}]][[Wins required::+]]
 
    |?Owner
 
    |?Owner name
 
    |?Wins required
 
    |format    = template
 
    |template  = DM1 card/Decks
 
    |link      = none
 
    |userparam = Victory bonus
 
    }}
 
  </table>
 
}}<!--
 
 
 
-->{{ #if: {{ #var: $is_drop }}<noinclude>1</noinclude>
 
| <p>"{{{name}}}" can be obtained via '''{{ #if: {{{random_drop_link<includeonly>|</includeonly>}}} | [[{{{random_drop_link}}}|random drop]] | random drop }}''' from the following characters. The chance of winning it is listed as a percentage and a probability out of 2048.</p><!--
 
 
 
  --><table class="wikitable">
 
    <tr>
 
      <th scope="col">Character</th>
 
      <th scope="col">%</th>
 
      <th scope="col">2048th</th>
 
    </tr><!--
 
    -->{{ #ask: [[Drops::{{PAGENAME}}]]
 
    |?Owner
 
    |?Owner name
 
    |?Probability
 
    |?2048th probability
 
    |format    = template
 
    |template  = DM1 card/Decks
 
    |link      = none
 
    |userparam = Drops
 
    }}
 
  </table>
 
}}<!--
 
 
 
-->{{ #if: {{{is_infrared_bonus<includeonly>|</includeonly>}}}
 
| <p>"{{{name}}}" is one of the cards that can be given as an '''{{ #if: {{{infrared_bonus_link<includeonly>|</includeonly>}}} | [[{{{infrared_bonus_link}}}|infrared bonus]] | infrared bonus }}'''.</p>
 
}}<!--
 
 
 
-->{{ #if: {{{is_communication_fusion<includeonly>|</includeonly>}}}
 
| <p>"{{{name}}}" can be obtained by '''[[Communication Fusion]]'''. See [[#Communication Fusion Material|below]] for combinations.</p>
 
}}<!--
 
 
 
-->{{ #if: {{ #var: $evolves_from }}<noinclude>1</noinclude>
 
| <p>"{{{name}}}" can be temporarily obtained by '''{{ #if: {{{evolution_link<includeonly>|</includeonly>}}} | [[{{{evolution_link}}}|evolution]] | evolution }}''' by having {{ #var: $evolves_from }} stay on the field for one turn.</p>
 
}}<!--
 
 
 
-->{{ #if: {{{is_fusion<includeonly>|</includeonly>}}}
 
| <p>"{{{name}}}" can be temporarily obtained by '''[[Fusion Summon]]'''. See [[#Fusion Material|below]] for combinations.</p>
 
}}<!--
 
 
 
-->{{ #if: {{ #var: $ritual_card }}<noinclude>1</noinclude>
 
| {{ #ifeq: {{ #arraysize: $ritual_sacrifices }} | 1
 
  | {{ #if: {{ #pos: {{ #var: $ritual_card }} | Ultimate Dragon }}
 
    | <p>"{{{name}}}" can be temporarily obtained by '''[[Ritual Summon]]''' using {{ #var: $ritual_card }} and sacrificing three copies of {{ #arrayprint: $ritual_sacrifices }}.</p>
 
    | <p>"{{{name}}}" can be temporarily obtained by '''[[Ritual Summon]]''' using {{ #var: $ritual_card }}, {{ #arrayprint: $ritual_sacrifices }} and sacrificing two other monsters.</p>
 
    }}
 
  | <p>"{{{name}}}" can be temporarily obtained by '''[[Ritual Summon]]''' using {{ #var: $ritual_card }} with the following sacrifices:</p>
 
 
 
* {{ #arrayprint: $ritual_sacrifices |&#32;
 
*
 
    }}
 
  }}
 
}}
 

Latest revision as of 09:29, 4 September 2023

This is a redirect from a Card Number.