Jump to content

Help:Useful Templates: Difference between revisions

From pool
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
= Escalate =
= Escalate =
Add an escalation notice:
<pre>{{Escalate}}</pre>
<pre>{{Escalate}}</pre>
Looks like this:<br>
Looks like this:<br>
{{Escalate}}
{{Escalate}}
<br><br>
<br><br>
Add an escalation notice to a specific level:
<pre>{{Escalate|Principle-Engineer}}</pre>
<pre>{{Escalate|Principle-Engineer}}</pre>
Looks like this:<br>
Looks like this:<br>
Line 11: Line 9:
<br><br>
<br><br>
= Highlight =
= Highlight =
<br><br>
Highlight a sub-string:
<pre>Highlight {{H|words in the middle}} of a sentence</pre>
<pre>Highlight {{H|words in the middle}} of a sentence</pre>
Looks like this:<br>
Looks like this:<br>
Line 18: Line 14:
<br><br>
<br><br>
= Notes, Cautions, Tips =
= Notes, Cautions, Tips =
<br><br>
Add a Note with custom text:
<pre>{{Note|Don't do that, do this.. This is the heavy-heavy monster sound. The nastiest sound around.}}</pre>
<pre>{{Note|Don't do that, do this.. This is the heavy-heavy monster sound. The nastiest sound around.}}</pre>
Looks like this:<br>
Looks like this:<br>
{{Note|Don't do that, do this.. This is the heavy-heavy monster sound. The nastiest sound around.}}
{{Note|Don't do that, do this.. This is the heavy-heavy monster sound. The nastiest sound around.}}
<br><br>
<br><br>
Add a Tip or Warning with custom text:
<pre>{{Tip|Plug the FC Link into the Port Labelled 1A}}</pre>
<pre>{{Tip|Plug the FC Link into the Port Labelled 1A}}</pre>
Looks like this:<br>
Looks like this:<br>
Line 33: Line 26:
{{Warning|The CPU die is likely to be very-hot, allow to cool before handling!}}
{{Warning|The CPU die is likely to be very-hot, allow to cool before handling!}}
<br><br>
<br><br>
= Referencing Outside Systems =
= Bugz and OKB =
<pre>{{CQ|6510}}</pre> - provide link for FluidFS ClearQuest Issue #
<br><br>
Looks like this:<br>
Reference an IDC ClearQuest Bug:
<pre>
{{CQ|6510}}
{{CQ|6510}}
</pre>
{{CQ|6510}}<br><br>
<br><br>
<br><br>
<pre>{{KCS|595726}}</pre> - provide link for KCS Article
----
Looks like this:<br>
<br><br>
Reference a KCS Article:
<pre>
{{KCS|595726}}
{{KCS|595726}}
</pre>
<br><br>
<pre>{{Bug|5403}}</pre> - provide link for Equallogic NDC-Bugzilla #
Looks like this:<br>
Looks like this:<br>
{{KCS|595726}}<br><br>
{{Bug|5403}}
<br><br>
<br><br>
<pre>{{KB|SLN289175}}</pre> - provide link for Oracle-Knowledge Solution ( kb.dell.com )
----
<br><br>
Reference an Equalogic Bugzilla Bug:
<pre>
{{Bug|5403}}
</pre>
Looks like this:<br>
Looks like this:<br>
{{Bug|5403}}<br><br>
<br><br>
----
<br><br>
Reference an Oracle Knowledge / kb.dell.com Solution:
<pre>
{{KB|SLN289175}}
{{KB|SLN289175}}
</pre>
Looks like this:<br>
{{KB|SLN289175}}<br><br>
<br><br>
<br><br>
= Horizontal List =
= Horizontal List =

Revision as of 10:18, 31 January 2020

Escalate

{{Escalate}}

Looks like this:

 
Warning:  
Do not attempt the following without first escalating to a Master-Engineer



{{Escalate|Principle-Engineer}}

Looks like this:

 
Warning:  
Do not attempt the following without first escalating to Principle-Engineer



Highlight

Highlight {{H|words in the middle}} of a sentence

Looks like this:
Highlight words in the middle of a sentence

Notes, Cautions, Tips

{{Note|Don't do that, do this.. This is the heavy-heavy monster sound. The nastiest sound around.}}

Looks like this:

 
  
Don't do that, do this.. This is the heavy-heavy monster sound. The nastiest sound around.



{{Tip|Plug the FC Link into the Port Labelled 1A}}

Looks like this:

 
Tip:  
Plug the FC Link into the Port Labelled 1A



{{Warning|The CPU die is likely to be very-hot, allow to cool before handling!}}

Looks like this:

 
Warning:  
The CPU die is likely to be very-hot, allow to cool before handling!



Referencing Outside Systems

{{CQ|6510}}

- provide link for FluidFS ClearQuest Issue #

Looks like this:
CQ:6510



{{KCS|595726}}

- provide link for KCS Article

Looks like this:
KCS:595726



{{Bug|5403}}

- provide link for Equallogic NDC-Bugzilla #

Looks like this:
NDC-Bugz:5403



{{KB|SLN289175}}

- provide link for Oracle-Knowledge Solution ( kb.dell.com )

Looks like this:
KB:SLN289175

Horizontal List



Create a horizontal list separated by dots:

References:
{{flatlist |
*{{KB|SLN289175}}
*{{KCS|590679}}
*{{Bug|54473}}
*{{CQ|6680}}
*{{CQ|6182}}
*{{CQ|6813}}
}}

References:



Inline Comment



Add a Comment with left pointing arrow:

{{Comment|Some Random Comment}}

← Some Random Comment

Draft



Add a Draft note with "Men at work" sign:

{{Draft}}



  Draft-Revision  
  Under-Construction  

This page is an early draft ... more to follow soon ...



Set and Get Commands



Compellent Get Command:

{{Get|multi howmany|
<pre>
<11440 (?)>
multi howmany
<11440 (?)>
NumberOfControllers: 2
I Am HSN 11440 (@0x82971c000)
Leader is HSN 11441 (@0x82972a000)
Licensed for 2 controllers.
Supports 3 controllers.
Controller[0] HSN 11440 SSN 11440 * Peer ci:0
Controller[1] HSN 11441 SSN 11441   Leader ci:1
Controller[2] HSN 0 SSN N/A          N/A
<11440 (?)>
</pre>}}

Will produce this:

<11440 (?)>
multi howmany
<11440 (?)>
NumberOfControllers: 2
I Am HSN 11440 (@0x82971c000)
Leader is HSN 11441 (@0x82972a000)
Licensed for 2 controllers.
Supports 3 controllers.
Controller[0] HSN 11440 SSN 11440 * Peer ci:0
Controller[1] HSN 11441 SSN 11441   Leader ci:1
Controller[2] HSN 0 SSN N/A          N/A
<11440 (?)>
Need an Example