Template:Decision
Jump to navigation
Jump to search
Usage
Parameter | Description | Default | Status |
---|---|---|---|
version | To specify the major patch for which the decision was written or updated. | empty | required |
decision_id | Decision identification code as it appears in the file to serve as an anchor. | empty | optional, but desired |
decision_name | Title of the decision. | empty | required |
decision_text | Ingame description text of the event. | empty | optional, but desired |
dlc | If the decision is only available with a DLC enabled - according to {{expansion}} . |
empty | optional |
dlc2 | If the decision is also available with another DLC enabled - according to {{expansion}} . Can only be used together with dlc |
empty | optional |
potential | The conditions under which the decision shows up in the list of decisions. | empty | required |
allow | The conditions under which the decision may be taken. | empty | required |
map | A useful map image marking the required provinces to enable the decision (if one exists) | empty | optional |
effect | The effects of taking the decision. | empty | required |
comment | Any additional useful information, e.g. to distinguish from similarly named decisions or notes on how the AI uses it. | empty | optional |
collapse | Whether to collapse the decision. If set to ‘yes’ the content will be collapsed. | empty | optional |
{{Decision |version = |decision_id = |decision_name = |decision_text = <!-- optional --> |dlc = <!-- optional --> |dlc2 = <!-- optional --> |potential = |allow = |map = <!-- optional --> |effect = |comment = <!-- optional --> |collapse = yes<!-- optional --> }}