Template:Cardbox: Difference between revisions

From DominionStrategy Wiki
Jump to navigation Jump to search
Created page with "<noinclude> ==Usage Example== <code><nowiki>{{</nowiki>Cardbox| |Card = Tunnel |Cost = 3 |Set = <nowiki>Hinterlands</nowiki> |Type = <nowiki>Victory - [[React..."
 
No edit summary
 
(23 intermediate revisions by 5 users not shown)
Line 5: Line 5:
   |Cost = 3
   |Cost = 3
   |Set = <nowiki>[[Hinterlands]]</nowiki>
   |Set = <nowiki>[[Hinterlands]]</nowiki>
   |Type = <nowiki>[[Victory]] - [[Reaction]]</nowiki>
   |Type = Victory
  |Type2 = Reaction (optional)
  |Type3 = Knight (optional)
  |Type4 = Looter (optional)
   |Text = 2VP<nowiki><br/></nowiki>When you discard this other than during a Clean-up phase, you may reveal it. If you do, gain a Gold.
   |Text = 2VP<nowiki><br/></nowiki>When you discard this other than during a Clean-up phase, you may reveal it. If you do, gain a Gold.
  |BaseCard = (optional)
  |NotInKingdom = (optional)
  <nowiki>}}</nowiki></code>
  <nowiki>}}</nowiki></code>
</noinclude>
</noinclude>
Line 13: Line 18:
!colspan="2"| {{{Card}}}
!colspan="2"| {{{Card}}}
|-
|-
|colspan="2"| [[File:{{{Card}}}.jpg|200px]]
|colspan="2"| [[File:{{{Card}}}.jpg|200px]] {{#if:{{{BaseCard|}}}|[[File:{{{Card}}}-new.jpg|200px]]}}
|-
|-
| '''Cost'''
| '''Cost'''
| {{{Cost}}}
| {{{Cost}}}
|-
|-
| '''Type'''
| '''[[Card types|Type]]'''
| {{{Type}}}
| [[{{{Type}}}]] {{#if:{{{Type2|}}}| - [[{{{Type2}}}]] }} {{#if:{{{Type3|}}}| - [[{{{Type3}}}]] }} {{#if:{{{Type4|}}}| - [[{{{Type4}}}]] }}
|-
|-
| '''Set/Expansion'''
| '''Set/Expansion'''
| [[{{{Set}}}]]
| [[{{{Set}}}]] [[Category:{{{Set}}} cards]]
|-
|-
| '''Illustrator'''
| '''Illustrator'''
Line 28: Line 33:
|-
|-
|colspan="2" style="text-align:center;"|''{{{Text}}}''
|colspan="2" style="text-align:center;"|''{{{Text}}}''
|}</includeonly>
|}
 
[[Category:Cards]]
{{#if:{{{NotInKingdom|}}}||[[Category:Kingdom cards]]}}
[[Category:{{{Type}}} cards]]
{{#if:{{{Type2|}}}|[[Category:{{{Type2}}} cards]]}}
{{#if:{{{Type3|}}}|[[Category:{{{Type3}}} cards]]}}
{{#if:{{{Type4|}}}|[[Category:{{{Type4}}} cards]]}}
</includeonly>

Latest revision as of 18:40, 9 November 2012

Usage Example

{{Cardbox|
 |Card = Tunnel
 |Cost = 3
 |Set = [[Hinterlands]]
 |Type = Victory
 |Type2 = Reaction (optional)
 |Type3 = Knight (optional)
 |Type4 = Looter (optional)
 |Text = 2VP<br/>When you discard this other than during a Clean-up phase, you may reveal it. If you do, gain a Gold.
 |BaseCard = (optional)
 |NotInKingdom = (optional)
}}