Template:ContractOption
Appearance
This is the latest revision of this page; it has no approved revision.
⚙ Option: Option
Type: single-select | ID:
OPT{{#switch: single-select
| single-select = 🔘 Single choice — only one option can be selected | multi-select = ☑ Multiple choices — several options can be selected | #default = ❓ Type not specified
}}
Available options:
No options defined.
ℹ {{{note}}}
|}}
Usage
This template defines a configurable option block within a WikiDeal contract.
Parameters
id— Unique option identifier (e.g.OPT-A)label— Human-readable option nametype—single-selectormulti-selectoptions— Wikitext listing the possible values (use * for bullet list)note— Optional note or condition (displayed in italic)
Example
{{ContractOption
|id=SLEEP
|label=Overnight presence of the babysitter
|type=single-select
|options=
* '''Option A''' — The babysitter sleeps at the family's home
* '''Option B''' — The babysitter returns home the same evening
|note=If Option A is selected, applicable compensation rates apply (see Annex 2).
}}