Template:Infobox Developer: 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_{{{faction}}}}} | {{{name}}} |- {{#if:{{{image|<no...") |
Bandit LOAF (talk | contribs) No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{birthday|<noinclude>-</noinclude>}}}| | ||
{{!}} | {{!}} style="text-align:left; vertical-align:top;" {{!}} '''Birthday''' | ||
{{!}} {{{birthday}}} | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{roles|<noinclude>-</noinclude>}}}| | ||
{{!}} style="text-align:left; vertical-align:top;" {{!}} ''' | {{!}} style="text-align:left; vertical-align:top;" {{!}} '''Roles''' | ||
{{!}} {{{ | {{!}} {{{roles}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
Line 19: | Line 20: | ||
<noinclude> | <noinclude> | ||
Usage: | |||
<pre>{{infobox | <pre> | ||
|faction = | {{infobox Developer | ||
|faction = REQUIRED (terran/kilrathi/landreich/firekkan) | |||
|name = | |name = | ||
|image = | |image = | ||
|birthday = | |birthday = | ||
}}</pre> | |roles = | ||
}} | |||
</pre> | |||
---- | ---- | ||
Example: | |||
{| style="background:transparent; border:0; width:100%" | {| style="background:transparent; border:0; width:100%" | ||
| | | | ||
<pre>{{infobox | <pre> | ||
{{infobox Developer | |||
|faction = terran | |faction = terran | ||
|name = Chris Roberts | |name = Chris Roberts | ||
|image = image:chrisrobertstest.jpg | |image = image:chrisrobertstest.jpg | ||
|birthday = May 27, 1968 | |birthday = May 27, 1968 | ||
}}</pre> | |roles = Playtester | ||
}} | |||
</pre> | |||
| | | | ||
{{infobox | {{infobox Developer | ||
|faction = terran | |faction = terran | ||
|name = Chris Roberts | |name = Chris Roberts | ||
|image = image:chrisrobertstest.jpg | |image = image:chrisrobertstest.jpg | ||
|birthday = May 27, 1968 | |birthday = May 27, 1968 | ||
|roles = Playtester | |||
}} | }} | ||
|} | |} | ||
[[Category:Infobox templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 23:30, 23 July 2020
Usage:
{{infobox Developer |faction = REQUIRED (terran/kilrathi/landreich/firekkan) |name = |image = |birthday = |roles = }}
Example:
{{infobox Developer |faction = terran |name = Chris Roberts |image = image:chrisrobertstest.jpg |birthday = May 27, 1968 |roles = Playtester }} |
|