Template:Infobox CTCG Card: Difference between revisions
The Terran Knowledge Bank
Bandit LOAF (talk | contribs) No edit summary |
Bandit LOAF (talk | contribs) No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
! class="fn" colspan="2" {{WPMILHIST Infobox style|header_bar_{{{faction}}}}} | {{{name}}} | ! class="fn" colspan="2" {{WPMILHIST Infobox style|header_bar_{{{faction}}}}} | {{{name}}} | ||
|- | |- | ||
{{#if:{{{image|<noinclude>-</noinclude>}}}| | {{#if:{{{image|<noinclude>-</noinclude>}}}| | ||
{{!}} colspan="2" {{WPMILHIST Infobox style|image_box}} {{!}} [[{{{image}}}|250px]] | {{!}} colspan="2" {{WPMILHIST Infobox style|image_box}} {{!}} [[{{{image}}}|250px]] | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{imagetype|<noinclude>-</noinclude>}}}| | ||
{{!}} colspan="2" style | {{!}} colspan="2" {{WPMILHIST Infobox style|image_box}} {{!}} [[{{{imagetype}}}|100px]] | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{rarity|<noinclude>-</noinclude>}}}| | ||
{{!}} style="text-align:left;" {{!}} ''' | {{!}} style="text-align:left; vertical-align:top;" {{!}} '''Rarity''' | ||
{{!}} {{{ | {{!}} {{{rarity}}} | ||
{{!}}- | |||
}} | |||
{{#if:{{{equivalent|<noinclude>-</noinclude>}}}| | |||
{{!}} style="text-align:left; vertical-align:top;" {{!}} '''Equivalent''' | |||
{{!}} {{{equivalent}}} | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
|}</includeonly> | |}</includeonly> | ||
<noinclude>{{infobox | <noinclude> | ||
|faction = kilrathi | |||
|name = | Usage: | ||
| | |||
<pre> | |||
{{infobox CTCG Card | |||
|faction = REQUIRED (terran/kilrathi/landreich/firekkan) | |||
|name = | |||
|image = | |||
|rarity = | |||
|equivalent = | |||
}} | }} | ||
</pre> | |||
---- | |||
<pre>< | Example: | ||
{{infobox | |||
|faction = | {| style="background:transparent; border:0; width:100%" | ||
|name = | | | ||
|image = | <pre>{{infobox CTCG Card | ||
| | |faction = terran | ||
|type | |name = Blue Devil Squadron | ||
|image = image:WCTCG_Arrow_Blue_Devil_Squadron.png | |||
|rarity = Common | |||
|equivalent = [[Darket (card type)|Darket]] | |||
}}</pre> | |||
| | |||
{{infobox CTCG Card | |||
|faction = terran | |||
|name = Blue Devil Squadron | |||
|image = image:WCTCG_Arrow_Blue_Devil_Squadron.png | |||
|rarity = Common | |||
|equivalent = [[Darket (card type)|Darket]] | |||
}} | }} | ||
|} | |||
[[Category:Infobox templates]] | |||
</noinclude> |
Latest revision as of 23:19, 23 July 2020
Usage:
{{infobox CTCG Card |faction = REQUIRED (terran/kilrathi/landreich/firekkan) |name = |image = |rarity = |equivalent = }}
Example:
{{infobox CTCG Card |faction = terran |name = Blue Devil Squadron |image = image:WCTCG_Arrow_Blue_Devil_Squadron.png |rarity = Common |equivalent = [[Darket (card type)|Darket]] }} |
|