More actions
m (fix logic) |
m (reverted changes; changed filter to split on semicolons instead of spaces) Tag: Undo |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 00:22, 24 March 2021
Creates the JSON for a specified option for Template:DropdownFilter.
Usage
{{DropdownFilter/Option | selection-option | disabled (optional, put any value to disable the option)) }}
Code | Produces |
---|---|
{{DropdownFilter/Option|BBCS}}
|
["BBCS", ""] |
{{DropdownFilter/Option|BBCS|anything}}
|
["BBCS", "disabled"] |