Jump to content

Template:Set: Difference between revisions

From pool
[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
No edit summary
Line 39: Line 39:
}}
}}
[[Category:AutoDumpContentFromCommons]]
[[Category:AutoDumpContentFromCommons]]
<templatedata>
</noinclude>
{
"params": {
"1": {
"label": "Command Name",
"description": "Command Name, will like match page name describing this command",
"example": "volume show",
"type": "string",
"required": true
},
"2": {
"label": "Alternative Command Description",
"description": "Either Alternate Description of Command or an Example",
"example": "volume show where status = offline",
"type": "string"
},
"3": {
"label": "Sample output",
"description": "An example output of runing this command",
"example": "&lt;pre&gt;volume show where status = offline&lt;/pre&gt;",
"type": "string"
},
"color": {
"label": "Pre Color",
"description": "Color of Pre-formatted Example",
"example": "black-green, blue-white, black-white, net, esx",
"type": "string"
},
"Section": {
"label": "Name of page section",
"description": "Name of page section where pre-formatted example is found",
"example": "example, example2",
"type": "string"
},
"open": {
"label": "Open",
"description": "Shows pre-formatted example as open by default",
"example": "1",
"type": "boolean"
},
"inline": {
"label": "Inline",
"description": "Removes all new lines / carraige returns",
"example": "1",
"type": "boolean"
},
"example": {
"label": "Sample output",
"description": "An example output of runing this command",
"example": "<pre>volume show where status = offline</pre>",
"type": "string"
},
"alt-text": {
"label": "Alternative Command Description",
"description": "Either Alternate Description of Command or an Example",
"example": "volume show where status = offline",
"type": "string"
}
},
"description": "Show a Command with a collapsed div containing an example",
"format": "inline"
}
</templatedata>[[Category:AutoDumpContentFromCommons]]</noinclude>

Revision as of 18:40, 30 March 2020

{{{1}}}



Example Code:

{{Set|scsi i device undoreadyforremoval|scsi i device undoreadyforremoval <scsi device id>|sect=YourSectionName
<pre>
scsi i device undoreadyforremoval 3799799152
<26296 (?)>
26296 12/12/2013-18:01:04 WARNING SCSIIntr NoteError scsiDevice.cpp 18181
0 SCSIDevice=3799799152 SN=6SL6AMSY SendInquiry: No path available for delivery Disk=6,4 Down State=InqStd

26296 12/12/2013-18:01:04 WARNING LSI2SAS PCIDEV06 Run lsi2SasStMachRun.cxx 711
0 [RPORT 6 4 9 105] UndoReadyForRemoval called.

26296 12/12/2013-18:01:04 WARNING LSI2SAS PCIDEV02 Run lsi2SasStMachRun.cxx 711
0 [RPORT 5 4 3 62] UndoReadyForRemoval called.
<26296 (?)>
</pre>
}}

Example Output:

scsi i device undoreadyforremoval <scsi device id>
scsi i device undoreadyforremoval 3799799152
<26296 (?)>
26296 12/12/2013-18:01:04 WARNING SCSIIntr NoteError scsiDevice.cpp 18181
0 SCSIDevice=3799799152 SN=6SL6AMSY SendInquiry: No path available for delivery Disk=6,4 Down State=InqStd

26296 12/12/2013-18:01:04 WARNING LSI2SAS PCIDEV06 Run lsi2SasStMachRun.cxx 711
0 [RPORT 6 4 9 105] UndoReadyForRemoval called.

26296 12/12/2013-18:01:04 WARNING LSI2SAS PCIDEV02 Run lsi2SasStMachRun.cxx 711
0 [RPORT 5 4 3 62] UndoReadyForRemoval called.
<26296 (?)>



Show a Command with a collapsed div containing an example

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Command Name1

Command Name, will like match page name describing this command

Example
volume show
Stringrequired
Alternative Command Description2

Either Alternate Description of Command or an Example

Example
volume show where status = offline
Stringoptional
Sample output3

An example output of runing this command

Example
&lt;pre&gt;volume show where status = offline&lt;/pre&gt;
Stringoptional
Pre Colorcolor

Color of Pre-formatted Example

Example
black-green, blue-white, black-white, net, esx
Stringoptional
Name of page sectionSection

Name of page section where pre-formatted example is found

Example
example, example2
Stringoptional
Openopen

Shows pre-formatted example as open by default

Example
1
Booleanoptional
Inlineinline

Removes all new lines / carraige returns

Example
1
Booleanoptional
Sample outputexample

An example output of runing this command

Example
<pre>volume show where status = offline</pre>
Stringoptional
Alternative Command Descriptionalt-text

Either Alternate Description of Command or an Example

Example
volume show where status = offline
Stringoptional