NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
Template:Box Output
Description[edit]
The box output template creates a colored box containing an example output from a program. The box is labeled with a description of the output.
Parameters[edit]
{{Box Output|Description|Output}}
The template takes two parameters:
- Description, a description of the code fragment. This parameter is required.
- Output, the output of the program. This should be surrounded by tags like <pre></pre> to indicate that it is preformatted text. This parameter is required.
Example[edit]
A listing of files in /usr:
ls /usr |
bin games include lib lib32 lib64 local sbin share src X11R6 |