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