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 |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{| {{WPMILHIST Infobox style|main_box|vcard}} | ||
{| {{WPMILHIST Infobox style|main_box|vcard}} | |||
|- | |- | ||
! 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:{{{ | {{#if:{{{equivalent|<noinclude>-</noinclude>}}}| | ||
{{!}} style="text-align:left;" {{!}} ''' | {{!}} style="text-align:left; vertical-align:top;" {{!}} '''Equivalent''' | ||
{{!}} {{{ | {{!}} {{{equivalent}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
|}</includeonly> | |||
<noinclude> | |||
Usage: | |||
<pre> | |||
{{infobox CTCG Card | |||
|faction = REQUIRED (terran/kilrathi/landreich/firekkan) | |||
|name = | |||
|image = | |||
|rarity = | |||
{{ | |equivalent = | ||
}} | }} | ||
</pre> | |||
---- | ---- | ||
Example: | |||
{| style="background:transparent; border:0; width:100%" | {| style="background:transparent; border:0; width:100%" | ||
| | | | ||
<pre>{{infobox | <pre>{{infobox CTCG Card | ||
|faction = terran | |faction = terran | ||
|name = Blue Devil Squadron | |name = Blue Devil Squadron | ||
|image = | |image = image:WCTCG_Arrow_Blue_Devil_Squadron.png | ||
| | |rarity = Common | ||
| | |equivalent = [[Darket (card type)|Darket]] | ||
| | |||
}}</pre> | }}</pre> | ||
| | | | ||
{{infobox | {{infobox CTCG Card | ||
|faction = terran | |faction = terran | ||
|name = | |name = Blue Devil Squadron | ||
|image = | |image = image:WCTCG_Arrow_Blue_Devil_Squadron.png | ||
|rarity = Common | |||
|equivalent = [[Darket (card type)|Darket]] | |||
| | |||
| | |||
| | |||
}} | }} | ||
|} | |} | ||
[[Category:Infobox templates]] | |||
</noinclude> | </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]] }} |
|