Template:Choice

From FreeCAD Documentation

{ {{{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 }