Template:Choice

From FreeCAD Documentation
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

{ {{{1}}} | {{{2}}} }


Use this template where you want to show a choice between different parameters.

It support a minimum of two options and a maximum of four.

Example:

{{Choice|This|That}}
{{Choice|This|That|Here}}
{{Choice|This|That|Here|There}}

Result:

{ This | That }

{ This | That | Here }

{ This | That | Here | There }