The extension is built to support the current Wishlist as it exists now, but some things (in particular the page titles) will necessitate use of a maintenance script to convert wishes to the new system.
The maintenance script should loop through all wishes and make the following transformations:
* Change the "proposer" field to be just the proposer's username. For example, `[[User:MusikAnimal|MusikAnimal]] ([[User talk:MusikAnimal|talk]])` should become `MusikAnimal`.
** Searching for a ns:2 link without a subpage is probably sufficient.
* Change the "created" timestamp to be in ISO 8601. For example, `18:29, 17 July 2024 (UTC)` should become `2024-07-17T18:29:00Z`
* Change the "area" value (focus area) to be the new auto-generated title. For example, `Improved discovery of media files` should become the corresponding auto-generated title, such as `FA1`
* …