Currently Special:EntityData has 2 different ways to request a specific revision.
"revision" and "oldid"
revision is used far more than oldid T220826#5182044 & T220826#5185202
I propose that we either entirely remove one, or redirect requests that use one to use the other.
The motivations behind this change would be:
- remove the redundancy / confusions of looking at requests that have different parameters that do the same thing
- Allow for more cache hits (currently is revision=1 is used and then oldid=1 is used, this results in an unneeded varnish miss)