Difference between revisions of "User:Becasita/SubPages/Templates/Card/NonMonsterTypes"

From Yugipedia
< User:Becasita‎ | SubPages‎ | Templates‎ | Card
Jump to: navigation, search
(I think this counts as cheating, but it'll make it way easier to deal with, since I then just need to call for the content of the flags directly.)
(Try processing generic Tokens here.)
Line 2: Line 2:
 
Supports:
 
Supports:
 
* Counters
 
* Counters
 +
* FAQ cards
 
* Strategy Cards
 
* Strategy Cards
 
* Tip Cards
 
* Tip Cards
 +
* Generic non-game cards
 +
* Generic Tokens
  
 
-->{{ #vardefine: $input | {{ #replace: {{ #replace: {{ lc: {{{1|}}} }} | card }} | - }} }}<!--
 
-->{{ #vardefine: $input | {{ #replace: {{ #replace: {{ lc: {{{1|}}} }} | card }} | - }} }}<!--
Line 20: Line 23:
 
       | tip      = {{ #vardefine: $Tip      | Tip Card      }}<!--
 
       | tip      = {{ #vardefine: $Tip      | Tip Card      }}<!--
 
                 -->{{ #vardefine: $full-card-type | [[Tip Card]]      }}
 
                 -->{{ #vardefine: $full-card-type | [[Tip Card]]      }}
 +
      | token    = {{ #vardefine: $Token2  | Token Monster }}<!--
 +
                -->{{ #vardefine: $full-card-type | [[Token Monster]] }}
 
       | #default = <span class="error">Error: Invalid input for «types»!</span>
 
       | #default = <span class="error">Error: Invalid input for «types»!</span>
 
   }}<!--
 
   }}<!--
Line 30: Line 35:
 
* Is a Strategy Card? {{ #if: {{ #var: $Strategy }} | Yes! | No... }}
 
* Is a Strategy Card? {{ #if: {{ #var: $Strategy }} | Yes! | No... }}
 
* Is a Tip Card? {{ #if: {{ #var: $Tip }} | Yes! | No... }}
 
* Is a Tip Card? {{ #if: {{ #var: $Tip }} | Yes! | No... }}
 +
* Is a generic Token? {{ #if: {{ #var: $Token }} | Yes! | No... }}
 
* Conclusion: {{ #if: {{ #var: $full-card-type }} | It's a {{ #var: $full-card-type }} | No card given... }}
 
* Conclusion: {{ #if: {{ #var: $full-card-type }} | It's a {{ #var: $full-card-type }} | No card given... }}
 
}}
 
}}

Revision as of 17:24, 4 January 2017

  • Is Counter? No...
  • Is a FAQ card? No...
  • Is a generic non-game card? No...
  • Is a Strategy Card? No...
  • Is a Tip Card? No...
  • Is a generic Token? No...
  • Conclusion: No card given...