Difference between revisions of "Template:CommandOutputTemplate"
Template page
Views
Actions
Namespaces
Variants
Tools
m |
m |
||
Line 4: | Line 4: | ||
line1 | line1 | ||
line2</pre>}} | line2</pre>}} | ||
</noinclude><includeonly><div style="display:block;border-radius:5px;margin-bottom:5px;padding:5px;background-color:black;font-family:monospace;font-size:14px"><span style="color:{{{color}}};font-weight:bold;">{{{prompt}}} </span><span style="color:white;background-color:black;font-weight:bold;">{{{command}}}</span><br/ | </noinclude><includeonly><div style="display:block;border-radius:5px;margin-bottom:5px;padding:5px;background-color:black;font-family:monospace;font-size:14px"><span style="color:{{{color}}};font-weight:bold;">{{{prompt}}} </span><span style="color:white;background-color:black;font-weight:bold;">{{{command}}}</span><br/>{{{result}}}</div></includeonly> |
Revision as of 18:05, 16 December 2020
{{CommandOutputTemplate|color=red|prompt=$|command=command|result=output}}
$ command
line1 line2