Template:Infobox Developer: Difference between revisions
The Terran Knowledge Bank
Bandit LOAF (talk | contribs) No edit summary |
Bandit LOAF (talk | contribs) No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
{{#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]] | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
Line 14: | Line 10: | ||
{{!}} style="text-align:left; vertical-align:top;" {{!}} '''Birthday''' | {{!}} style="text-align:left; vertical-align:top;" {{!}} '''Birthday''' | ||
{{!}} {{{birthday}}} | {{!}} {{{birthday}}} | ||
{{!}}- | |||
}} | |||
{{#if:{{{roles|<noinclude>-</noinclude>}}}| | |||
{{!}} 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 }} |
|