Module talk:Rail-interchange multi: Difference between revisions

Content deleted Content added
Broken on mobiles: overriding, not disabling
Line 6:
 
Overriding the CSS I mention provides a fix, but I'm not sure if it's just a bandaid. Please advise, {{u|Jc86035}}. [[User:ProcrastinatingReader|ProcrastinatingReader]] ([[User talk:ProcrastinatingReader|talk]]) 23:49, 23 October 2020 (UTC)
 
== Short-circuit in ternary expression at lines [[Module:Rail-interchange multi#L-23|23]] and [[Module:Rail-interchange multi#L-59|59]] ==
 
The ternary expressions at [[Module:Rail-interchange multi#L-23|line 23]] and [[Module:Rail-interchange multi#L-59|line 59]] both have a mistake; since <code>nil</code> is falsy, the lines will always short-circuit to {{code|1=args[i2] = v2|lang=lua}} due to the <code>or</code> condition always triggering. {&#123;'''[[User:Lemondoge|Lemondoge]]'''&#124;[[User talk:Lemondoge|Talk]]&#124;[[Special:Contributions/Lemondoge|Contributions]]&#125;} 14:58, 13 April 2023 (UTC)