Difference between revisions of "Template:Infobox Service Status"
Boundbylife (talk | contribs) |
Boundbylife (talk | contribs) |
||
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.--> | ||
Line 78: | Line 77: | ||
|#default = | |#default = | ||
}} | }} | ||
− | |||
− | |||
<noinclude>{{documentation}}</noinclude> | <noinclude>{{documentation}}</noinclude> |
Revision as of 16:17, 11 March 2024
{{Infobox | name = | bodystyle = width: 26em; | title = | above = Infobox Service Status
| abovestyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5c4), color-stop(100%,#d4af37)); background-image: -webkit-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -o-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%); color: darkgoldenrod;
| headerstyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5c4), color-stop(100%,#d4af37)); background-image: -webkit-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -o-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%); color: darkgoldenrod;
| header1 = Run By {{{department}}}
| label2 = Status Notes | data2 =
| label3 = Where to Access | data3 =
| label4 = Contact | data4 =
| belowstyle = background: #333333; /* Default: Dark Gray */
background-image: none; color: white;
| below =
- Description
- This template is view, at a glance, the status of any given EVE University program or service, and a quick reference for other important information.
- Dependencies
- Uses
- {{Infobox}}
- E-UNI Emblem Square.png as default image.
- Syntax
{{Infobox Service Status | name = | image = | department = | statusnotes = | availablefrom = | contact = | status = }}
- Parameters
-
- name
- The EVE University service. If omitted, the name of the page will be used.
- image
- The name of the uploaded profile image of the coordinator, with extension and without parenthesis. When no file name is given, E-UNI Emblem Square.png is used as the default.
- department
- The EVE University department in control of the service.
- statusnotes
- If any important information regarding the status (such as reason for stoppage or delay) should be noted, do so here.
- availablefrom
- Locations from which the service can be accessed, such as 'Forums', 'Discord' or a list of stations.
- primarycontact
- Optional in-game, discord, or forum name of who to best contact for further questions.
- status
- The current status of the service. Accepts 'active', 'delayed', or 'stopped'. If omitted, no status will be shown.
- Sample
{{Infobox Service Status | name = Stride Improvement | department = Ministry of Silly Walks | statusnotes = Only available every other Tuesday | availablefrom = forums<br>Stacmon | contact = John Cleese | status = active }}
- gives...
{{Infobox
| name = | bodystyle = width: 26em; | title = | above = Stride Improvement
| abovestyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5c4), color-stop(100%,#d4af37)); background-image: -webkit-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -o-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%); color: darkgoldenrod;
| headerstyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5c4), color-stop(100%,#d4af37)); background-image: -webkit-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -o-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%); color: darkgoldenrod;
| header1 = Run By Ministry of Silly Walks
| label2 = Status Notes | data2 = Only available every other Tuesday
| label3 = Where to Access | data3 =
| label4 = Contact | data4 = John Cleese
| belowstyle = background: #3DAC00; /* Active: Green */
background-image: -moz-linear-gradient(top, #4DE000 0%, #3DAC00 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DE000), color-stop(100%,#3DAC00)); background-image: -webkit-linear-gradient(top, #4DE000 0%, #3DAC00 100%); background-image: -o-linear-gradient(top, #4DE000 0%, #3DAC00 100%); background-image: -ms-linear-gradient(top, #4DE000 0%, #3DAC00 100%); background-image: linear-gradient(to bottom, #4DE000 0%, #3DAC00 100%); color: white;
| below = Community Coordinator
{{Infobox Service Status | name = Stride Improvement | department = Ministry of Silly Walks | statusnotes = Only available every other Tuesday | availablefrom = forums<br>Stacmon | contact = John Cleese | status = delayed }}
- gives...
{{Infobox | name = | bodystyle = width: 26em; | title = | above = Stride Improvement
| abovestyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5c4), color-stop(100%,#d4af37)); background-image: -webkit-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -o-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%); color: darkgoldenrod;
| headerstyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5c4), color-stop(100%,#d4af37)); background-image: -webkit-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -o-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%); color: darkgoldenrod;
| header1 = Run By Ministry of Silly Walks
| label2 = Status Notes | data2 = Only available every other Tuesday
| label3 = Where to Access | data3 =
| label4 = Contact | data4 = John Cleese
| belowstyle = background: #333333; /* Default: Dark Gray */
background-image: none; color: white;
| below =
{{Infobox Service Status | name = Stride Improvement | image = 20th_Anniversary_Eagle_Logo_with_text.png | department = Ministry of Silly Walks | statusnotes = Only available every other Tuesday | availablefrom = forums<br>Stacmon | contact = John Cleese | status = stopped }}
- gives...
{{Infobox | name = | bodystyle = width: 26em; | title = | above = Stride Improvement
| abovestyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5c4), color-stop(100%,#d4af37)); background-image: -webkit-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -o-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%); color: darkgoldenrod;
| headerstyle = background: #ffd700; /* Fallback for browsers that do not support gradients */ background-image: -moz-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5c4), color-stop(100%,#d4af37)); background-image: -webkit-linear-gradient(top, #fff5c4 0%, #d4af37 100%); background-image: -o-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%); color: darkgoldenrod;
| header1 = Run By Ministry of Silly Walks
| label2 = Status Notes | data2 = Only available every other Tuesday
| label3 = Where to Access | data3 =
| label4 = Contact | data4 = John Cleese
| belowstyle = background: #8B0000; /* Stopped: Muted Red */
background-image: -moz-linear-gradient(top, #A52A2A 0%, #8B0000 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A52A2A), color-stop(100%,#8B0000)); background-image: -webkit-linear-gradient(top, #A52A2A 0%, #8B0000 100%); background-image: -o-linear-gradient(top, #A52A2A 0%, #8B0000 100%); background-image: -ms-linear-gradient(top, #A52A2A 0%, #8B0000 100%); background-image: linear-gradient(to bottom, #A52A2A 0%, #8B0000 100%); color: white;
| below = Community Manager