More actions
Ezra Salaz (talk | contribs) mNo edit summary |
Ezra Salaz (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{Infobox | ||
| name = <!-- left empty, to NOT have edit links at the bottom of the box.--> | |||
= | | labelstyle = | ||
border-radius: 4px; | |||
text-align: center; | |||
| datastyle = | |||
border-radius: 4px; | |||
text-align: justify; | |||
overflow:auto; | |||
| abovestyle = | |||
border-radius: 4px; | |||
background: {{{color}}}; <!-- Pick your color. Dont forget to change it under headerstyle. Feel free to use: https://imagecolorpicker.com/ --> | |||
background-image: -moz-linear-gradient(center top, {{{color}}} 0%, {{{color2}}} 100%); | |||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,{{{color}}}), color-stop(100%,{{{color2}}})); | |||
background-image: -webkit-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); | |||
background-image: -o-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); | |||
background-image: -ms-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); | |||
background-image: linear-gradient(to bottom, {{{color}}} 0%, {{{color2}}} 100%); | |||
color: #000000; <!-- Text color. Default is Black. --> | |||
= | | above = {{#if: {{{class name|}}} | ||
| {{#if: {{{class page name|}}} | |||
| [[{{{class page name}}}|{{{class name}}}]] | |||
| Class page name ? | |||
}} | |||
| Class name ? | |||
}} | |||
== | | image = {{#if: {{{image|}}} | ||
| [[File:{{{image}}}|{{#if: {{{size|}}} | |||
| {{{size}}} | |||
| 250px | |||
}}|link={{{class page name}}}]] | |||
}} | |||
{{#if: {{{imagecorp|}}} | |||
| <br>[[{{{imagecorp}}}|top|64px]] | |||
}} | |||
| caption = {{{caption|}}} | |||
| headerstyle = | |||
border-radius: 4px; | |||
background: {{{color}}}; <!-- Pick your color. Dont forget to change it under abovestyle. Feel free to use: https://imagecolorpicker.com/ --> | |||
background-image: -moz-linear-gradient(center top, {{{color}}} 0%, {{{color2}}} 100%); | |||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,{{{color}}}), color-stop(100%,{{{color2}}})); | |||
background-image: -webkit-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); | |||
background-image: -o-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); | |||
background-image: -ms-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); | |||
background-image: linear-gradient(to bottom, {{{color}}} 0%, {{{color2}}} 100%); | |||
color: #000000; <!-- Text color. Default is Black. --> | |||
| header1 = Details | |||
== | | label2 = About Me | ||
| data2 = {{{about me|}}} | |||
{{ | | label3 = Experience | ||
| data3 = {{{experience|}}} | |||
| label4 = Skillset | |||
| data4 = {{{skillset|}}} | |||
{{ | | label5 = Playtimes | ||
| data5 = {{{playtimes|}}} | |||
| label6 = Biography | |||
| data6 = {{{biography|}}} | |||
}}<noinclude> | |||
{{documentation}} | |||
</noinclude> | |||
{{ | |||
</ | |||