Template:Cmd: Difference between revisions
Dubiousjim (talk | contribs) m (Protected "Template:Cmd": Template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
(add nowiki tag) Tag: Reverted |
||
Line 14: | Line 14: | ||
--> | --> | ||
</noinclude><includeonly><p style="background-color:#eeeeee; border:1px dashed #bbbbbb; line-height:1.1em; padding:1em; font-family:monospace, Courier; font-size:10pt; white-space:pre; overflow:auto;">{{{1}}}</p></includeonly> | </noinclude><includeonly><p style="background-color:#eeeeee; border:1px dashed #bbbbbb; line-height:1.1em; padding:1em; font-family:monospace, Courier; font-size:10pt; white-space:pre; overflow:auto;">{{#tag:nowiki|{{{1}}}}}</p></includeonly> |
Revision as of 20:24, 2 July 2023
Template Documentation for Cmd
This page is a template and should only be used as part of other articles. For more information, read Help:Template.
Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.
Feel free to voice your opinion regarding this template.Template Documentation
This template should be used for commands
Example:
{{Cmd|apk add <var>package</var>}}
Will produce:
apk add <var>package</var>