Template:Out

From Rosetta Code
Revision as of 06:53, 25 August 2016 by rosettacode>Smls (add two optional parameters "in" and "comment", and properly document the template)


This template is used to introduce the example 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.