More actions
m Reverted edits by Gibson Thunderbird (talk) to last revision by Conci Furiram Tag: Rollback |
Reworked template with necessary additional fields and addons. |
||
| Line 1: | Line 1: | ||
{{#css: | |||
.mw-collapsible span.mw-collapsible-toggle { | |||
float: left; | |||
padding-left: auto; | |||
} | |||
}} | |||
{{Infobox | {{Infobox | ||
| name = <!-- left empty, to NOT have edit links at the bottom of the box.--> | | name = <!-- left empty, to NOT have edit links at the bottom of the box.--> | ||
| bodystyle = width: 26em; | | bodystyle = width: 26em; | ||
| title = | | title = {{{title|}}} | ||
| above = {{# | |||
| above = [[Userpage Link|{{#switch: {{{title|}}} | |||
| | | coordinator = Community Coordinator | ||
| manager = Community Manager | |||
| | |||
| Coordinator name? <!-- Default text if title is empty --> | |||
}}]] | |||
| abovestyle = {{#switch: {{lc: {{{title|}}} }} | |||
| #default = 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; | |||
| coordinator = 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; | |||
| manager = background: #0000FF; | |||
background-image: -moz-linear-gradient(center top, #0000FF 0%, #1E90FF 100%); | |||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#0000FF), color-stop(100%,#1E90FF)); | |||
background-image: -webkit-linear-gradient(top, #0000FF 0%, #1E90FF 100%); | |||
background-image: -o-linear-gradient(top, #0000FF 0%, #1E90FF 100%); | |||
background-image: -ms-linear-gradient(top, #0000FF 0%, #1E90FF 100%); | |||
background-image: linear-gradient(to bottom, #0000FF 0%, #1E90FF 100%); | |||
color: lightgrey; | |||
}} | }} | ||
| image = [[File:{{#if: {{{image|}}} | {{{image}}} | Member.png}}|200px|{{{name|}}}]] | | image = [[File:{{#if: {{{image|}}} | {{{image}}} | Member.png}}|200px|{{{name|}}}]] | ||
| headerstyle = background: #172489; | | headerstyle = {{#switch: {{lc: {{{title|}}} }} | ||
| #default = 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; | |||
| coordinator = 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; | |||
| manager = background: #0000FF; | |||
background-image: -moz-linear-gradient(center top, #0000FF 0%, #1E90FF 100%); | |||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#0000FF), color-stop(100%,#1E90FF)); | |||
background-image: -webkit-linear-gradient(top, #0000FF 0%, #1E90FF 100%); | |||
background-image: -o-linear-gradient(top, #0000FF 0%, #1E90FF 100%); | |||
background-image: -ms-linear-gradient(top, #0000FF 0%, #1E90FF 100%); | |||
background-image: linear-gradient(to bottom, #0000FF 0%, #1E90FF 100%); | |||
color: white; | |||
}} | |||
| header1 = Details | | header1 = Details | ||
| Line 44: | Line 90: | ||
}} | }} | ||
| label5 = Primary Community | | label5 = Primary Content | ||
| | | data5 = {{{primary_content|}}} | ||
| label6 = Primary Community | |||
| data6 = {{{primary_community|}}} | |||
| label7 = Contact | |||
| data7 = {{{contact|}}} | |||
| label8 = Language | |||
| data8 = {{{language|}}} | |||
| | | belowstyle = {{#switch: {{lc: {{{title|}}} }} | ||
| #default = 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; | |||
| coordinator = 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; | |||
| manager = background: #0000FF; | |||
background-image: -moz-linear-gradient(center top, #0000FF 0%, #1E90FF 100%); | |||
background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#0000FF), color-stop(100%,#1E90FF)); | |||
background-image: -webkit-linear-gradient(top, #0000FF 0%, #1E90FF 100%); | |||
background-image: -o-linear-gradient(top, #0000FF 0%, #1E90FF 100%); | |||
background-image: -ms-linear-gradient(top, #0000FF 0%, #1E90FF 100%); | |||
background-image: linear-gradient(to bottom, #0000FF 0%, #1E90FF 100%); | |||
color: white; | |||
}} | |||
| | | below = {{#switch: {{lc: {{{title|}}} }} | ||
| #default = Role: Unknown | |||
| coordinator = Role: Community Coordinator | |||
| manager = Role: Community Manager | |||
}} | |||
}}<noinclude> | }}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||