Difference between revisions of "Template:Outage"
(Created page with "<noinclude>This is a template for formalizing the structure of outage notifications on the Notices page. At a minimum, use of this template should look like this: <nowi...") |
|||
| Line 27: | Line 27: | ||
</noinclude><includeonly>'''Issue with {{{services}}}''' | </noinclude><includeonly>'''Issue with {{{services}}}''' | ||
| − | Starting around {{{time}}}, the following problems began: {{{summary}}} | + | Starting around {{{time}}}, the following problems began: |
| + | |||
| + | {{{summary}}} | ||
{{#if:{{{update|}}}|{{{update}}}|We are working to address the issue.}} | {{#if:{{{update|}}}|{{{update}}}|We are working to address the issue.}} | ||
</includeonly> | </includeonly> | ||
Revision as of 17:03, 8 February 2021
This is a template for formalizing the structure of outage notifications on the Notices page.
At a minimum, use of this template should look like this:
{{outage
|time=date and time outage started
|services=affected services
|summary=summary of the problem}}
That will look like this:
Issue with affected services
Starting around date and time outage started, the following problems began:
summary of the problem
We are working to address the issue.
You can include an update parameter, which will replace the last line of the output:
{{outage … |update=As of date/time, the problem has been resolved.}} →
Issue with affected services
Starting around date and time outage started, the following problems began:
summary of the problem
As of date/time, the problem has been resolved.