User:Inthar/Template:display range: Difference between revisions

Inthar (talk | contribs)
mNo edit summary
Inthar (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{#if: {{{1|}}} < {{{2|}}} | {{{3|}}} to {{{4|}}} | {{{4|}}} to {{{3|}}} }}<noinclude>
{{#if: {{{1|}}} < {{{2|}}} | {{{3|}}} to {{{4|}}} | {{{4|}}} to {{{3|}}} }}<noinclude>
If arg1 < arg2, then display "arg3 to arg4"; otherwise display "arg4 to arg3".</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>