Jump to content

Help:Useful Templates: Difference between revisions

From pool
Content deleted Content added
m 1 revision imported
No edit summary
Line 1: Line 1:
= Escalate =
= Escalate =
Add an escalation notice:
Add a pre formatted comment to escalate:
<pre>{{Escalate}}</pre>
<pre>{{Escalate}}</pre>
Looks like this:<br>
{{escalate}}
{{Escalate}}
<br><br>
Add an escalation notice to a specific level:
<pre>{{Escalate|Principle-Engineer}}</pre>
Looks like this:<br>
{{Escalate|Principle-Engineer}}
<br><br>
<br><br>
= Highlight =
= Highlight =
<br><br>
<br><br>
Highlight a piece of text:
Highlight a sub-string:
<pre>Highlight some {{H|Random}} word in the middle of a sentence</pre>
<pre>
Highlight some {{H|Random}} word in the middle of a sentence
</pre>
Looks like this:<br>
Looks like this:<br>
Highlight some {{H|Random}} word in the middle of a sentence
Highlight some {{H|Random}} word in the middle of a sentence
Line 15: Line 19:
= Note =
= Note =
<br><br>
<br><br>
Add a Note with a Light Bulb image:
Add a Note with custom text:
<pre>{{Note | This is a Note!}}</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>
{{Note | This is a Note!}}
{{Note | Don't do that, do this.. This is the heavy-heavy monster sound. The nastiest sound around.}}
<br><br>
<br><br>
= Warning / Caution / Tips =
= Warning / Caution / Tips =

Revision as of 10:03, 31 January 2020

Escalate

Add an escalation notice:

{{Escalate}}

Looks like this:

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



Add an escalation notice to a specific level:

{{Escalate|Principle-Engineer}}

Looks like this:

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



Highlight



Highlight a sub-string:

Highlight some {{H|Random}} word in the middle of a sentence

Looks like this:
Highlight some Random word in the middle of a sentence

Note



Add a Note with custom text:

{{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.



Warning / Caution / Tips

Other Templates similar to Note:

{{Tip|$h1t happens}}
 
Tip:  
$h1t happens
{{Warning|Don't do that}}
 
Warning:  
Don't do that
{{Caution|Careful Now!}}
 
Caution:  
Careful Now!



Bugz and OKB



Reference an IDC ClearQuest Bug:

{{CQ|6510}}

CQ:6510






Reference a KCS Article:

{{KCS|595726}}

Looks like this:
KCS:595726






Reference an Equalogic Bugzilla Bug:

{{Bug|5403}}

Looks like this:
NDC-Bugz:5403






Reference an Oracle Knowledge / kb.dell.com Solution:

{{KB|SLN289175}}

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