Template Variables: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
|||
| Line 1,738: | Line 1,738: | ||
The special versions are processed first so should be used as the internal IF so it's result can be processed by the outer if. | The special versions are processed first so should be used as the internal IF so it's result can be processed by the outer if. | ||
The special versions can also be used if you expect : or | characters within your data. | The special versions can also be used if you expect : or | characters within your data. | ||
<span style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span>Only one IF of each type can be used to create complex logic. | |||
IF's are processed in the following order. | IF's are processed in the following order. | ||