Template:Cmd: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="background-color:# | <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>{{ | <nowiki>{{Cmd|apk add -U}}</nowiki> | ||
Will produce: | Will produce: | ||
{{ | {{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