Content deleted Content added
→Broken on mobiles: overriding, not disabling |
m Maintain {{WPBS}}: 1 WikiProject template. Create {{WPBS}}. Tag: |
||
(One intermediate revision by one other user not shown) | |||
Line 1:
{{WikiProject banner shell|
{{WikiProject Trains}}
}}
== Broken on mobiles ==
Line 6 ⟶ 7:
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. {{'''[[User:Lemondoge|Lemondoge]]'''|[[User talk:Lemondoge|Talk]]|[[Special:Contributions/Lemondoge|Contributions]]}} 14:58, 13 April 2023 (UTC)
|