Template:Event/Choices/Choice: Difference between revisions
< Template:Event | Choices
m (Fixing border width and padding) |
(Reworking to use html tags, for proper list grouping and nesting) |
||
Line 1: | Line 1: | ||
< | <dl style="width: fit-content; border-style: groove; padding: 0 1em"> | ||
{{#if: {{{option_1| | {{#if: {{{option_1|}}} | ||
| | | <dt>{{{option_1}}}</dt> | ||
{{#if: {{{effect_1|}}} | |||
| <dd>{{{effect_1}}}</dd> | |||
| | |||
}} | |||
| | | | ||
}} | }} | ||
{{#if: {{{option_2|}}} | |||
| <dt>{{{option_2}}}</dt> | |||
{{#if: {{{option_2| | {{#if: {{{effect_2|}}} | ||
| | | <dd>{{{effect_2}}}</dd> | ||
| | |||
}} | |||
| | | | ||
}} | }} | ||
{{#if: {{{option_3|}}} | |||
| <dt>{{{option_3}}}</dt> | |||
{{#if: {{{option_3|}}} | {{#if: {{{effect_3|}}} | ||
| | | <dd>{{{effect_3}}}</dd> | ||
| | |||
}} | |||
| | | | ||
}} | }} | ||
{{#if: {{{option_4|}}} | |||
| <dt>{{{option_4}}}</dt> | |||
{{#if: {{{option_4|}}} | {{#if: {{{effect_4|}}} | ||
| | | <dd>{{{effect_4}}}</dd> | ||
| | |||
}} | |||
| | | | ||
}} | }} | ||
{{#if: {{{option_5|}}} | |||
| <dt>{{{option_5}}}</dt> | |||
{{#if: {{{option_5|}}} | {{#if: {{{effect_5|}}} | ||
| | | <dd>{{{effect_5}}}</dd> | ||
| | |||
}} | |||
| | | | ||
}} | }} | ||
</dl> | |||