When I want to create a page with "preload worksheet" (I don't know the exact word in English, sorry)
- the old editor loads (but it shouldn't)
- if I click on the edit source button, the NWE loads but everything loses
See the video.
When I want to create a page with "preload worksheet" (I don't know the exact word in English, sorry)
See the video.
Preload is explicitly unsupported by VE and 2017 wikitext:
private static $unsupportedEditParams = [ 'preload', 'preloadparams', 'preloadtitle', 'undo', 'undoafter', 'veswitched' ];
We need to actually add the functionality for it.
I have https://gerrit.wikimedia.org/r/378343 in T51622 which will make this work. Could probably close this ticket as a duplicate of that one, since it's asking for the same thing.