More actions
No edit summary |
m Rewrite to use meta template {{Infobox}} as by project "Cleanup Infobox Templates" |
||
| Line 1: | Line 1: | ||
< | {{Infobox | ||
| name = <!-- left empty, to NOT have edit links at the bottom of the box.--> | |||
| bodystyle = width: 26em; | |||
| | |||
| title = | |||
| | | above = Anonymous Mentor {{#if: {{{codename|}}} | ||
| "{{{codename}}}" | |||
| | | code name? | ||
}} | |||
| abovestyle = background: #172489; | |||
background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | |||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | |||
background-image: -webkit-linear-gradient(top, #172489 0%, #3D85C6 100%); | |||
| | background-image: -o-linear-gradient(top, #172489 0%, #3D85C6 100%); | ||
background-image: -ms-linear-gradient(top, #172489 0%, #3D85C6 100%); | |||
background-image: linear-gradient(to bottom, #172489 0%, #3D85C6 100%); | |||
color: lightgrey; | |||
| image = [[File:Anonymous Mentor.png|200px|link=]] | |||
| headerstyle = background: #172489; | |||
background-image: -moz-linear-gradient(center top, #172489 0%, #3D85C6 100%); | |||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#172489), color-stop(100%,#3D85C6)); | |||
background-image: -webkit-linear-gradient(top, #172489 0%, #3D85C6 100%); | |||
background-image: -o-linear-gradient(top, #172489 0%, #3D85C6 100%); | |||
| | background-image: -ms-linear-gradient(top, #172489 0%, #3D85C6 100%); | ||
background-image: linear-gradient(to bottom, #172489 0%, #3D85C6 100%); | |||
| | color: white; | ||
{{ | |||
| header1 = Details | |||
| | | data2 = This mentor has requested that their non-critical details be kept anonymous off of the wiki. | ||
{{#if: {{{playtimesed | |||
| | | label3 = Experience | ||
{{#if: {{{playtimes | | data3 = {{{time|}}} | ||
< | | label4 = Skillpoints | ||
| | | data4 = {{{skillpoints|}}} | ||
{{#if: {{{biography | |||
| label5 = Skillset | |||
| data5 = {{#if: {{{skillset|}}}|<div class="mw-collapsible mw-collapsed"><br>{{{skillset}}}</div>}} | |||
| label6 = Playtimes | |||
| | | data6 = {{#if: {{{playtimesed|}}} | ||
| {{{playtimesed}}} | |||
| | | {{#if: {{{playtimes|}}} | ||
| <div class="mw-collapsible mw-collapsed"><br>{{{playtimes}}}</div> | |||
}} | |||
}} | |||
|} | |||
| label7 = Biography | |||
| data7 = {{#if: {{{biography|}}}|<div class="mw-collapsible mw-collapsed"><br>{{{biography}}}</div>}} | |||
| label8 = Primary community | |||
| data8 = {{{primary community|}}} | |||
| label9 = Contact | |||
| data9 = {{{contact|}}} | |||
| label10 = Language | |||
| data10 = {{{language|}}} | |||
}}<noinclude> | |||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||