Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Service Status: Difference between revisions

Template page
Arin Mara (talk | contribs)
m Changed text colour from darkgoldenrod to black for easier reading
Reduce box width to the {{Infobox}} default width.
Tag: Reverted
Line 1: Line 1:
<includeonly>
{{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    =  
| title        = <!-- Name goes here -->
| title        = <!-- Name goes here -->
| above        = {{#if: {{{name|}}}  
| above        = {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
                  | {{{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 15: Line 13:
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: black;
color: darkgoldenrod;


| 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 26: Line 24:
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: black;
color: darkgoldenrod;


| header1      = Run By:<br> {{{department}}}
| header1      = Run By {{{department}}}


| label2       = Status Notes
| label1       = Status Notes
| data2       = {{{statusnotes|}}}
| data1       = {{{statusnotes|}}}


| label3       = Where to Access
| label2       = Where to Access
| data3       = {{#if: {{{availablefrom|}}}|<div class="mw-collapsible mw-collapsed"><br>{{{availablefrom}}}</div>}}
| data2       = {{#if: {{{availablelocations|}}}|<div class="mw-collapsible mw-collapsed"><br>{{{availablelocations}}}</div>}}


| label4       = Contact
| label3       = Contact
| data4       =  {{{contact|}}}
| data3       =  {{{contact|}}}


| belowstyle  = {{#switch: {{lc: {{{status|}}} }}
| belowstyle  = {{#switch: {{lc: {{{status|}}} }}
Line 49: Line 47:
                             color: white;
                             color: white;


                   | delayed = background: #FFA500; /* Paused: Yellow-Orange */
                   | delay = 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 72: Line 70:
                 }}
                 }}
| below        = {{#switch: {{lc: {{{status|}}} }}
| below        = {{#switch: {{lc: {{{status|}}} }}
                   | active = Active
                   | active = Community Coordinator
                   | stopped = Currently Paused
                   | stopped = Community Manager
  | delayed = Delayed Or Reduced Capacity
  | delay = Delayed Or Reduced Capacity
                  |#default =
                 }}
                 }}
}}
 
</includeonly>
<noinclude>{{documentation}}</noinclude>
<noinclude>{{documentation}}</noinclude>