Template:Infobox Developer: Difference between revisions
The Terran Knowledge Bank
Bandit LOAF (talk | contribs) No edit summary |
Bandit LOAF (talk | contribs) No edit summary |
||
(7 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}}} | ||
Line 8: | Line 7: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{birthday|<noinclude>-</noinclude>}}}| | ||
{{!}} style="text-align:left; vertical-align:top;" {{!}} ''' | {{!}} 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}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
|} | |}</includeonly> | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
Usage: | |||
<pre>{{infobox Developer | <pre> | ||
|faction = | {{infobox Developer | ||
|faction = REQUIRED (terran/kilrathi/landreich/firekkan) | |||
|name = | |name = | ||
|image = | |image = | ||
| | |birthday = | ||
| | |roles = | ||
}}</pre> | }} | ||
</pre> | |||
---- | ---- | ||
Example: | |||
{| style="background:transparent; border:0; width:100%" | {| style="background:transparent; border:0; width:100%" | ||
| | | | ||
<pre>{{infobox Developer | <pre> | ||
{{infobox Developer | |||
|faction = terran | |faction = terran | ||
|name = | |name = Chris Roberts | ||
|image = image:chrisrobertstest.jpg | |image = image:chrisrobertstest.jpg | ||
| | |birthday = May 27, 1968 | ||
| | |roles = Playtester | ||
}}</pre> | }} | ||
</pre> | |||
| | | | ||
{{infobox Developer | {{infobox Developer | ||
|faction = terran | |faction = terran | ||
|name = | |name = Chris Roberts | ||
|image = image:chrisrobertstest.jpg | |image = image:chrisrobertstest.jpg | ||
| | |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 }} |
|