Content deleted Content added
→Logical and/or question: here you are |
|||
Line 349:
::Has anyone figured out how to do a logical AND? Please mention it on my talk page if you do. [[User:Hypertall|Hypertall]] ([[User talk:Hypertall|talk]]) 21:59, 6 May 2012 (UTC)
:::It's more complicated, but possible:
:::<code><nowiki>{{#ifeq:{{#if:{{{param1|}}}|true|false}}{{#if:{{{param2|}}}|true|false}}|truetrue|Both parameters are present and non-blank|One or both parameters are blank or absent}}</nowiki></code>
:::--[[User:Redrose64|<span style="color:#a80000; background:#ffeeee; text-decoration:inherit">Red</span>rose64]] ([[User talk:Redrose64|talk]]) 23:05, 6 May 2012 (UTC)
== Help with conditionals with specific variables and if/then ==
|