| Line 1: |
Line 1: |
| − | #REDIRECT [[Template:Infobox/Company]] | + | {|class="InfoboxGeneric" style="border:solid 3px {{{boxcolor|#F29400}}}; border-radius: 5px; background-color: rgba(255, 255, 255, 0.7); float:right; margin-left:10px; width: 35%; max-width: 40em; box-shadow: #0000003b 0 0px 7px;" |
| | + | |- |
| | + | |colspan="2" style="text-align:center; color: white; background: {{{boxcolor|#F29400}}}; border-radius: 5px; font-family: ARCO; border-bottom: 4px solid rgb(0 0 0 / 43%); text-shadow: 1px 0 0 #00000085,0 -1px 0 #00000085,0 1px 0 #00000085,-1px 0 0 #00000085;"|<big>'''{{{name|{{PAGENAME}}}}}'''</big> |
| | + | |- |
| | + | | colspan="2" style="text-align:center"|<div style="width:99%; overflow: hidden; text-align: center; margin: 0 auto;">{{{image|[[File:ComingSoon.png]]}}}</div>{{#if:{{{caption|}}}|<br />''{{{caption| }}}''}} |
| | + | |- |
| | + | ! colspan="2" style="background-color:{{{boxcolor|#F29400}}}; color:#ffffff; border-radius: 5px; border-bottom: 3.5px solid rgba(0, 0, 0, 0.43);" | '''Information''' |
| | + | |- |
| | + | |
| | + | |width="44%"|'''Aliases''' |
| | + | |{{{alias|N/A}}} |
| | + | |- |
| | + | ! colspan="2" style="background-color:#DBDBDB;" | |
| | + | |- |
| | + | |
| | + | |width="44%"|'''Gender''' |
| | + | |{{{gender|N/A}}} |
| | + | |- |
| | + | ! colspan="2" style="background-color:#DBDBDB;" | |
| | + | |- |
| | + | |
| | + | |width="44%"|'''Worked With''' |
| | + | |{{{company|[[:wikipedia:Digital Continue|Digital Continue]]}}} |
| | + | |- |
| | + | ! colspan="2" style="background-color:#DBDBDB;" | |
| | + | |- |
| | + | |
| | + | |width="44%"|'''Main Roles''' |
| | + | |{{{role|N/A}}} |
| | + | |- |
| | + | ! colspan="2" style="background-color:#DBDBDB;" | |
| | + | |- |
| | + | |
| | + | |width="44%"|'''Worked On''' |
| | + | |{{{games|N/A}}} |
| | + | |- |
| | + | |} |
| | + | <noinclude> |
| | + | Use this template on the pages of characters |
| | + | |
| | + | To add this template on a page, append the following coding to the '''top''' of the page. |
| | + | |
| | + | {|float="left" |
| | + | |<pre> |
| | + | {{Infobox/Developer |
| | + | |name= |
| | + | |image= |
| | + | |caption= |
| | + | |alias= |
| | + | |gender= |
| | + | |company= |
| | + | |role= |
| | + | |games= |
| | + | }} |
| | + | </pre> |
| | + | |} |
| | + | |
| | + | As an example, this code: |
| | + | <pre> |
| | + | {{Infobox/Developer |
| | + | |name=Jeremiah Slaczka |
| | + | |image=[[File:JeremiahSlaczka.jpg]] |
| | + | |caption=Jeremiah Slaczka's LinkedIn Profile Picture |
| | + | |alias=Miah |
| | + | |gender=Male |
| | + | |company=[[5th Cell]] |
| | + | |role=Director<br>Lead Designer<br>Art Director<br>Writer |
| | + | |games={{Icon|DTL}}<br>{{Icon|TNC}} |
| | + | }} |
| | + | </pre> |
| | + | |
| | + | Will render as: |
| | + | {{Infobox/Developer |
| | + | |name=Jeremiah Slaczka |
| | + | |image=[[File:JeremiahSlaczka.jpg]] |
| | + | |caption=Jeremiah Slaczka at the Game Developers Conference in 2010 |
| | + | |alias=Miah |
| | + | |gender=Male |
| | + | |company=[[5th Cell]] |
| | + | |role=Director<br>Lead Designer<br>Art Director<br>Writer |
| | + | |games={{Icon|DTL}}<br>{{Icon|TNC}} |
| | + | }} |
| | + | |
| | + | [[Category:Templates]] |
| | + | [[Category:Infobox templates]] |
| | + | </noinclude> |