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/doc: Difference between revisions

Template page
Created page with "; Description : This template is used to do something. ; Dependencies: <!-- delete if N/A --> :; Uses <!-- (some CSS, JS, file, or other template). <!-- delete if N/A --> ::..."
 
Implement flexbox
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
; Description
; Description
: This template is used to do something.
: 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: <!-- delete if N/A -->
; Dependencies
:; Uses <!-- (some CSS, JS, file, or other template). <!-- delete if N/A -->
: Uses
:: some CSS, JS, file, or other template
:: {{T|Infobox}}
:; Used by <!-- delete if N/A -->
:: [[:File:E-UNI_Emblem_Square.png|E-UNI Emblem Square.png]] as default image.
:: template <!-- Preferably use the {{T|templatename}} -->


; Syntax
; Syntax
: {{T|Templatename|param<!-- delete if N/A -->|namedparam=<!-- delete if N/A -->}} <!-- = is the = sign -->
<pre><nowiki>
:; Parameters <!-- delete if N/A -->
{{Infobox Service Status
::; param
| name          =
::: Param description.
| image        =
::; param : Param description.
| department    =
::; namedparam
| statusnotes  =
::: Namedparam description.
| availablefrom =
| contact      =
| status        =  
}}
</nowiki></pre>
:; 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, [[:File:E-UNI_Emblem_Square.png|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 <!-- delete if N/A -->
; Sample
:<code>{{templatename|foo1<!-- delete if N/A -->|foo2=<!-- delete if N/A -->}}</code>
<div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
<div>
  <pre><nowiki>
{{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
}}
</nowiki></pre>
:: gives...
:: gives...
{{templatename|foo1<!-- delete if N/A -->|foo2=<!-- delete if N/A -->}}
</div>
<div>
  {{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
}}
</div>
</div>


; See also:<!-- delete if N/A -->
: * [[Template:<!-- Some other template -->]]<!-- delete if N/A -->
:* [[<!-- Some other related page -->]]<!-- delete if N/A -->


<includeonly>[[Category:Template]]<!-- Any categories for the template itself --></includeonly>
<div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
<div>
  <pre><nowiki>
{{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
}}
</nowiki></pre>
:: gives...
</div>
<div>
{{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
}}
</div>
</div>
 
 
<div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
<div>
<pre><nowiki>
{{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
}}
</nowiki></pre>
:: gives...
</div>
<div>
{{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
}}
</div>
</div>
 
<includeonly>[[Category:Infobox templates|Service Status]]<!-- Any categories for the template itself --></includeonly>
<noinclude>[[Category:Template documentation]]</noinclude>
<noinclude>[[Category:Template documentation]]</noinclude>