Jump to content

Help:Useful Templates: Difference between revisions

From pool
Content deleted Content added
No edit summary
No edit summary
Line 13: Line 13:
Highlight {{H|words in the middle}} of a sentence
Highlight {{H|words in the middle}} of a sentence
<br><br>
<br><br>
= Inline Comment =
= Notes, Cautions, Tips =
<pre>Restart the Appliance {{Comment|Only for Version 3 or Higher}}</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>
Restart the Appliance {{Comment|Only for Version 3 or Higher}}
{{Note|Don't do that, do this.. This is the heavy-heavy monster sound. The nastiest sound around.}}
<br><br>
= Draft Notice =
<pre>{{Draft}}</pre>
Looks like this:<br>
{{Draft}}
<br><br>
= Note, Tip, Warning =
<pre>{{Note|Don't do that, do this..}}</pre>
Looks like this:<br>
{{Note|Don't do that, do this..}}
<br><br>
<br><br>
<pre>{{Tip|Plug the FC Link into the Port Labelled 1A}}</pre>
<pre>{{Tip|Plug the FC Link into the Port Labelled 1A}}</pre>
Line 48: Line 58:
<br><br>
<br><br>


= Horizontal List =
= Flatlist / Inline-List =
<br><br>
Create a horizontal list separated by dots:
<br><br>
<pre>
<pre>
References:
{{flatlist |
{{flatlist |
*{{KB|SLN289175}}
*{{KB|SLN289175}}
Line 61: Line 67:
*{{CQ|6182}}
*{{CQ|6182}}
*{{CQ|6813}}
*{{CQ|6813}}
}}
}}</pre>
Looks like this:<br>
</pre>
References:
{{flatlist |
{{flatlist |
*{{KB|SLN289175}}
*{{KB|SLN289175}}
Line 72: Line 77:
*{{CQ|6813}}
*{{CQ|6813}}
}}
}}

<br><br>
= Inline Comment =
<br><br>

Add a Comment with left pointing arrow:
<pre>
{{Comment|Some Random Comment}}
</pre>
{{Comment|Some Random Comment}}
<br><br>
= Draft =
<br><br>
Add a Draft note with "Men at work" sign:
<pre>
{{Draft}}
</pre>
<br><br>
{{Draft}}
<br><br>
<br><br>
= Set and Get Commands =
= Set and Get Commands =

Revision as of 10:29, 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

Inline Comment

Restart the Appliance {{Comment|Only for Version 3 or Higher}}

Looks like this:
Restart the Appliance ← Only for Version 3 or Higher

Draft Notice

{{Draft}}

Looks like this:

  Draft-Revision  
  Under-Construction  

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



Note, Tip, Warning

{{Note|Don't do that, do this..}}

Looks like this:

 
Note:   
Don't do that, do this..



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

Oracle-Knowledge Solution ( kb.dell.com )

{{KB|SLN289175}}

Looks like this:
KB:SLN289175

Equallogic Bugzilla Bug

{{Bug|5403}}

Looks like this:
NDC-Bugz:5403



KCS Article

{{KCS|595726}}

Looks like this:
KCS:595726



FluidFS ClearQuest Bug

{{CQ|6510}}

Looks like this:
CQ:6510



Flatlist / Inline-List

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

Looks like this:



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