Template:Out

From Rosetta Code
Revision as of 07:19, 25 August 2016 by rosettacode>Smls (typo)


This template is used to introduce the output of a programming example.

Usage

Write {{out}} just above the <pre>...</pre> block that lists a code example's output.

It also accepts these optional parameters:

Parameter Purpose Example Renders as
{{out}}
Output:
1 Replaces the word "Output". {{out|Return value}}
Return value:
in The (single-line) input which produces this output. {{out|in=Hello world}}
Output   —  when given an input of Hello world:
comment Any other text you want shown in the same line. {{out|comment=test case 1}}}}
Output   —  test case 1:

This is a template. There are many others. See Category:RCTemplates for a complete list of templates.