Wiki of Concern: https://pokemonmasters.miraheze.org
Description of Issue
I am trying to recreate the Cargo table for Template:Trainer and Template:Sync Pair Pokemon. The recreate seems to complete without issue UI-wise, but when trying to view the table, an MWException is thrown for both the main table and the replacement table. Attempting to recreate again will fail with the error stating that the replacement table already exists.
The table is also not visible from Special:CargoTables, so I can't delete and try recreating again.
- https://pokemonmasters.miraheze.org/wiki/Special:CargoTables/Trainers
- https://pokemonmasters.miraheze.org/wiki/Special:CargoTables/Trainers?_replacement
I actually hit a maybe similar error before with Template:Move, but changing the table name (Moves -> SPMoves -> MovesTable) and creating a brand new table managed to get it working again. Unfortunately, my hacky workaround didn't work this time hah.
- https://pokemonmasters.miraheze.org/wiki/Special:CargoTables/TrainersInfo
- https://pokemonmasters.miraheze.org/wiki/Special:CargoTables/TrainersInfo?_replacement
I'm not sure how to further debug this issue from here.
I imagine there's also probably a handful of stray tables now that probably should be cleaned up that I can't delete.
Thank you in advance for any assistance.