2,423 bytes added
, 07:52, 29 May 2025
{|style="border:solid 3px {{{boxcolor|#0346e5}}}; box-shadow: 0 1px 3px 0 rgb(102, 102, 102); -webkit-box-shadow: 0 1px 3px 0 rgb(102, 102, 102); -moz-box-shadow: 0 1px 3px 0 rgb(102, 102, 102); -ms-box-shadow: 0 1px 3px 0 rgb(102, 102, 102); -o-box-shadow: 0 1px 3px 0 rgb(102, 102, 102); border-radius: 2px; background-color: rgba(255, 255, 255, 0.7); -moz-border-radius:10px; float:right; margin-left:10px;" width="35%"
|-
|colspan="2" style="text-align:center; color: white; background: {{{boxcolor|#0346e5}}}; -moz-border-radius-topleft:0.5em; -moz-border-radius-topright: 0.5em; border-radius: 2px; font-family: ArtBrush; text-shadow: -2px 1.4px 2px black;"|<big>'''{{{name|{{PAGENAME}}}}}'''</big>
|-
| colspan="2" style="text-align:center"|{{{image}}}{{#if:{{{caption|}}}|<br />''{{{caption| }}}''}}
|-
! colspan="2" style="background-color:{{{boxcolor|#0346e5}}}; color:#ffffff;" |<center> '''Information'''</center>
|-
|width="44%"|'''Release Date'''
|{{{released}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Status'''
|{{{current}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Manufacturer'''
|{{{manufacturer}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Type'''
|{{{type}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Drawn to Life Games'''
|{{{DTL games}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Successor'''
|{{{successor}}}
|-
|}
<noinclude>
Use this template on the pages of consoles Drawn to Life games released on.
To input this template on a page, input the coding into the '''top''' of the page.
For example, the following code below is for the Nintendo DS.
{{BR|Clear}}
{|float="left"
|<pre>
{{Infobox/System
|name = Nintendo DS
|image = [[File:Nintendo DS Logo.png|300px]]
|released = 2004
|current = Discontinued
|manufacturer = Nintendo
|type = Handheld
|DTL games= {{Icon|DTL}}<br>{{Icon|DTLSB}}<br>{{Icon|TNC}}<br>{{Icon|Collection}}
|successor = Nintendo 3DS
}}
</pre>
|}
This will render as:
{{Infobox/System
|name = Nintendo DS
|image = [[File:Nintendo DS Logo.png|300px]]
|released = 2004
|current = Discontinued
|manufacturer = Nintendo
|type = Handheld
|DTL games= {{Icon|DTL}}<br>{{Icon|DTLSB}}<br>{{Icon|TNC}}<br>{{Icon|Collection}}
|successor = Nintendo 3DS
}}
[[Category:Infobox templates]]
[[Category:Templates]]
</noinclude>