Changes

From Drawn to Life Wiki
Created page with "{|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; b..."
{|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);" | '''Characteristics'''
|-

|width="44%"|'''Species'''
|{{{species|Raposa}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-

|width="44%"|'''Gender'''
|{{{gender|N/A}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-

|width="44%"|'''Age'''
|{{{age|N/A}}}
|-

! colspan="2" style="background-color:#DBDBDB;" |
|-

|width="44%"|'''Fur Color'''
|{{{fur|Orange}}}
|-

! 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%"|'''Home'''
|{{{home|N/A}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-

|width="44%"|'''Role'''
|{{{role|N/A}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-

|width="44%"|'''Last Known Status'''
|{{{status|Alive}}}
|-
! colspan="2" style="background-color:#DBDBDB;" |
|-

|width="44%"|'''Game(s)'''
|{{{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>
{{InfoCharacter
|name=
|image=
|caption=
|species=
|role=
|home=
|games=
|age=
|fur=
|status=
|gender=
}}
</pre>
|}

As an example, this code:
<pre>
{{InfoCharacter
|name=Isaac
|image=[[File:Isaac_shop-1-.gif]]
|caption=Isaac as he appears in his shop
|species=[[Raposa]]
|role=Shopkeeper
|home=[[Raposa Village]]
|games=[[Drawn to Life]], [[Drawn to Life: The Next Chapter (Wii)]], [[Drawn to Life: The Next Chapter]]
}}
</pre>

Will render as:
{{InfoCharacter
|name=Isaac
|image=[[File:Isaac_shop-1-.gif]]
|caption=Isaac as he appears in his shop
|species=[[Raposa]]
|role=Shopkeeper
|home=[[Raposa Village]]
|games=[[Drawn to Life]], [[Drawn to Life: The Next Chapter (Wii)]], [[Drawn to Life: The Next Chapter]]
}}

[[Category:Templates]]
[[Category:Infobox templates]]
</noinclude>