Template:Choice

From FreeCAD Documentation
Revision as of 01:35, 9 December 2018 by Vocx (talk | contribs) (Category:Template:Text Format)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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