Template:ContractOption

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.

{{#if:|
ℹ {{{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 name
  • typesingle-select or multi-select
  • options — 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).
}}