Template:Cmd: Difference between revisions

From Alpine Linux
No edit summary
No edit summary
Line 1: Line 1:
<div style="background-color:#ddffdd; color:#000000; padding:.05em .5em; margin:.5em; border:1px solid #99cc99; border-left:10px solid #99cc99; font-size: 92%; white-space:pre; font-family:monospace; width: 55%;">{{{1}}}</div><noinclude>
<div style="background-color:#dddddd; color:#000000; padding:.05em .5em; margin:.5em; border:1px solid #999999; border-left:10px solid #999999; font-size: 92%; white-space:pre; font-family:monospace; width: 55%;">{{{1}}}</div><noinclude>
== Template Documentation ==
== Template Documentation ==
This template should be used for commands
This template should be used for commands
Example:
Example:
<nowiki>{{Command|apk add -U}}</nowiki>
<nowiki>{{Cmd|apk add -U}}</nowiki>


Will produce:
Will produce:
{{Command|apk add -U}}
{{Cmd|apk add -U}}


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 19:14, 1 October 2009

{{{1}}}

Template Documentation

This template should be used for commands Example: {{Cmd|apk add -U}}

Will produce:

apk add -U