T416767: Remove extraneous empty file options
Bug: T416767
This patch removes extraneous empty file options in File:... links by collapsing empty pipe segments.
Example: [[File:Example.jpg|thumb||right]] → [[File:Example.jpg|thumb|right]]
Adds corresponding tests in test_delinter.py. All tests pass locally (51 tests).