User:Inthar/Template:display range: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{#if: {{{1|}}} < {{{2|}}} | {{{1|}}} to {{{2|}}} | {{{2|}}} to {{{1|}}} }}" |
No edit summary |
||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{# | {{#ifexpr: {{{1}}} < {{{2}}} |{{{3}}} to {{{4}}}|{{{4}}} to {{{3}}}}}<noinclude> | ||
If arg1 < arg2, then display "arg3 to arg4"; otherwise display "arg4 to arg3". | |||
{{User:IlL/Template:display_range|1|2|foo|baz}} | |||
{{User:IlL/Template:display_range|2|1|foo|baz}} | |||
</noinclude> | |||
Latest revision as of 10:00, 17 August 2022
Expression error: Unrecognized punctuation character "{". If arg1 < arg2, then display "arg3 to arg4"; otherwise display "arg4 to arg3".
foo to baz
baz to foo