More actions
Boundbylife (talk | contribs) init commit |
Reduce box width to the {{Infobox}} default width. |
||
| (20 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{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 = | | bodystyle = | ||
| title = <!-- Name goes here --> | | title = <!-- Name goes here --> | ||
| above = {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME | | above = {{#if: {{{name|}}} | ||
| {{{name}}} | |||
| {{PAGENAME}} | |||
}} | }} | ||
| abovestyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ | | abovestyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ | ||
background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); | background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); | ||
| Line 13: | Line 15: | ||
background-image: -ms-linear-gradient(top, #fff5c4 0%, #d4af37 100%); | background-image: -ms-linear-gradient(top, #fff5c4 0%, #d4af37 100%); | ||
background-image: linear-gradient(to bottom, #fff5c4 0%, #d4af37 100%); | background-image: linear-gradient(to bottom, #fff5c4 0%, #d4af37 100%); | ||
color: | color: black; | ||
| image = [[File:{{#if: {{{image|}}} | {{{image}}} | E-UNI_Emblem_Square.png}}|200px|{{{name|}}}]] | | image = [[File:{{#if: {{{image|}}}|{{{image}}}|E-UNI_Emblem_Square.png}}|200px|{{{name|}}}]] | ||
| headerstyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ | | headerstyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ | ||
| Line 24: | Line 26: | ||
background-image: -ms-linear-gradient(top, #fff5c4 0%, #d4af37 100%); | background-image: -ms-linear-gradient(top, #fff5c4 0%, #d4af37 100%); | ||
background-image: linear-gradient(to bottom, #fff5c4 0%, #d4af37 100%); | background-image: linear-gradient(to bottom, #fff5c4 0%, #d4af37 100%); | ||
color: | color: black; | ||
| header1 = Run By {{{department}}} | | header1 = Run By:<br> {{{department}}} | ||
| | | label2 = Status Notes | ||
| | | data2 = {{{statusnotes|}}} | ||
| | | label3 = Where to Access | ||
| | | data3 = {{#if: {{{availablefrom|}}}|<div class="mw-collapsible mw-collapsed"><br>{{{availablefrom}}}</div>}} | ||
| | | label4 = Contact | ||
| | | data4 = {{{contact|}}} | ||
| belowstyle = {{#switch: {{lc: {{{ | | belowstyle = {{#switch: {{lc: {{{status|}}} }} | ||
| active = background: #3DAC00; /* Active: Green */ | | active = background: #3DAC00; /* Active: Green */ | ||
background-image: -moz-linear-gradient(top, #4DE000 0%, #3DAC00 100%); | background-image: -moz-linear-gradient(top, #4DE000 0%, #3DAC00 100%); | ||
| Line 47: | Line 49: | ||
color: white; | color: white; | ||
| | | delayed = background: #FFA500; /* Paused: Yellow-Orange */ | ||
background-image: -moz-linear-gradient(top, #FFD700 0%, #FFA500 100%); | background-image: -moz-linear-gradient(top, #FFD700 0%, #FFA500 100%); | ||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD700), color-stop(100%,#FFA500)); | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD700), color-stop(100%,#FFA500)); | ||
| Line 70: | Line 72: | ||
}} | }} | ||
| below = {{#switch: {{lc: {{{status|}}} }} | | below = {{#switch: {{lc: {{{status|}}} }} | ||
| active = | | active = Active | ||
| stopped = | | stopped = Currently Paused | ||
| | | delayed = Delayed Or Reduced Capacity | ||
|#default = | |||
}} | }} | ||
}} | |||
<noinclude>{{documentation}}</noinclude> | <noinclude>{{documentation}}</noinclude> | ||