Module:Pn/doc explained

The module returns one value from its list of unnamed parameters.

The named parameter is the index of the parameter that is to be returned.

Negative indices count backward from the end of the list.

A wrapper template may be used to simplify usage.

For accessing both named and unnamed parameters, see .

Examples

Using a wrapper template, :