Difference between revisions of "Template:Infobox/Developer"
From Drawn to Life Wiki
(GuyThatExists moved page Template:Infobox/Developer to Template:Infobox/Company: Better name for usage) Tag: New redirect |
(Updated this infobox a little; I'll inform why at a later time) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | # | + | {|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%"|'''Nationality''' | ||
| + | |{{{nationality|N/A}}} | ||
| + | |- | ||
| + | ! colspan="2" style="background-color:#DBDBDB;" | | ||
| + | |- | ||
| + | |||
| + | |width="44%"|'''Worked With''' | ||
| + | |{{{company|N/A}}} | ||
| + | |- | ||
| + | ! 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 | ||
| + | |nationality=American | ||
| + | |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 | ||
| + | |nationality=American | ||
| + | |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> | ||
Latest revision as of 06:27, 29 June 2025
| Infobox/Developer | |
| Information | |
|---|---|
| Aliases | N/A |
| Gender | N/A |
| Nationality | N/A |
| Worked With | N/A |
| Main Roles | N/A |
| Worked On | N/A |
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.
{{Infobox/Developer
|name=
|image=
|caption=
|alias=
|gender=
|company=
|role=
|games=
}}
|
As an example, this code:
{{Infobox/Developer
|name=Jeremiah Slaczka
|image=[[File:JeremiahSlaczka.jpg]]
|caption=Jeremiah Slaczka's LinkedIn Profile Picture
|alias=Miah
|gender=Male
|nationality=American
|company=[[5th Cell]]
|role=Director<br>Lead Designer<br>Art Director<br>Writer
|games={{Icon|DTL}}<br>{{Icon|TNC}}
}}
Will render as:
| Jeremiah Slaczka | |
Jeremiah Slaczka at the Game Developers Conference in 2010 | |
| Information | |
|---|---|
| Aliases | Miah |
| Gender | Male |
| Nationality | American |
| Worked With | 5th Cell |
| Main Roles | Director Lead Designer Art Director Writer |
| Worked On | |

