2,298 bytes added
, 02:45, 26 November 2020
{|style="border:solid 3px {{{boxcolor|#4B972A}}}; 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|#4B972A}}}; 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|#4B972A}}}; color:#ffffff; border-radius: 5px; border-bottom: 3.5px solid rgba(0, 0, 0, 0.43);" | '''Information'''
|-
|width="44%"|'''Name'''
|{{{name|{{PAGENAME}}}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Use'''
|{{{use|N/A}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Creation Type'''
|{{{type|N/A}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Has Preset'''
|{{{guide|Yes}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Template Needed'''
|{{{template|No}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Created In/After'''
|{{{created|N/A}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-
|width="44%"|'''Game(s)'''
|{{{games|N/A}}}
|-
|}
<noinclude>
Use this template on the pages of characters
To input this template on a page, input the following coding on the '''top''' of the page.
{|float="left"
|<pre>
{{InfoCreation
|image=
|caption=
|name=
|use=
|type=
|template=
|created=
|levels=
|games=
}}
</pre>
|}
As an example, this code:
<pre>
{{InfoCreation
|image=
|caption=
|name=Switch
|use=To transport the [[Hero]].
|type=Level Creation
|template=No
|created=[[Gearworks]]
|levels=
|games=[[Drawn to Life]]
}}
</pre>
Will render as:
{{InfoCreation
|name=Switch
|use=To transport the [[Hero]].
|type=Level Creation
|template=No
|created=[[Gearworks]]
|games=[[Drawn to Life]]
}}
[[Category:Templates]]
[[Category:Infobox templates]]
</noinclude>