Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Example: Difference between revisions

Template page
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
Line 1: Line 1:
{{Expand
{{Expand
|{{#if: {{{num|}}} <!-- Check if 'num' is provided -->
|{{#if: {{{num|}}} <!-- Check if 'num' is provided -->
| Example {{{num}}}{{#if: {{{title|}}} |: {{{title}}} }} <!-- If 'num' exists, add title if provided -->
| Example {{{num}}}{{#if: {{{title|}}} |: {{{title}}} }} | {{#if: {{{title|}}} | Example: {{{title}}} | Example }} }}|
| {{#if: {{{title|}}} | Example: {{{title}}} | Example }} <!-- If 'num' doesn't exist, fallback to title or just 'Example' -->
}}|
{{{1}}}
{{{1}}}
}}
}}

Revision as of 00:10, 18 December 2024

{{{1}}}