More actions
Content deleted Content added
Created page with "{{Expand |{{#if: {{{num|}}} <!-- Check if 'num' is provided --> | Example {{{num}}}{{#if: {{{title|}}} |: {{{title}}} }} <!-- If 'num' exists, add title if provided --> | {{#if: {{{title|}}} | Example: {{{title}}} | Example }} <!-- If 'num' doesn't exist, fallback to title or just 'Example' --> }}| {{{1}}} }}" |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Expand |
{{Expand |
||
⚫ | |||
|{{#if: {{{num|}}} <!-- Check if 'num' is provided --> |
|||
⚫ | |||
| {{#if: {{{title|}}} | Example: {{{title}}} | Example }} <!-- If 'num' doesn't exist, fallback to title or just 'Example' --> |
|||
}}| |
|||
{{{1}}} |
{{{1}}} |
||
}} |
}} |