Template:Infobox CTCG Card: Difference between revisions
The Terran Knowledge Bank
Bandit LOAF (talk | contribs) (Created page with "<includeonly> {| {{WPMILHIST Infobox style|main_box|vcard}} |- ! class="fn" colspan="2" {{WPMILHIST Infobox style|header_bar_terran}} | {{{name}}} |- {{#if:{{{image|<noinclude...") |
Bandit LOAF (talk | contribs) No edit summary |
||
(14 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}}} | |||
|- | |||
{{#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 | {{!}} colspan="2" {{WPMILHIST Infobox style|image_box}} {{!}} [[{{{imagetype}}}|100px]] | ||
{{!}} | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{rarity|<noinclude>-</noinclude>}}}| | ||
{{!}} style="text-align:left; vertical-align:top;" {{!}} ''' | {{!}} style="text-align:left; vertical-align:top;" {{!}} '''Rarity''' | ||
{{!}} {{{ | {{!}} {{{rarity}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{equivalent|<noinclude>-</noinclude>}}}| | ||
{{!}} style="text-align:left; vertical-align:top;" {{!}} ''' | {{!}} style="text-align:left; vertical-align:top;" {{!}} '''Equivalent''' | ||
{{!}} {{{ | {{!}} {{{equivalent}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
|}</includeonly> | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
Usage: | |||
<pre | <pre> | ||
{{infobox | {{infobox CTCG Card | ||
| | |faction = REQUIRED (terran/kilrathi/landreich/firekkan) | ||
| | |name = | ||
| | |image = | ||
|rarity = | |||
|equivalent = | |||
| | |||
| | |||
}} | }} | ||
</pre> | |||
---- | |||
Example: | |||
{{infobox | |||
| name | {| style="background:transparent; border:0; width:100%" | ||
| image | | | ||
| | <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]] | |||
| | }}</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> | </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]] }} |
|