Help:編集の復元
WMFが開発したMediaWikiコアの編集の復元機能は、ブラウザベースの進行中の編集を保存するシステムです。 編集データはユーザーのデバイス内に保存されます。 この機能はウィキテキストエディター向けであり — VisualEditor や DiscussionToolsは、それら専用の自動保存システムがあるため対象外です — またウィキエディター拡張機能が有効になっていなくても作動します。
| MediaWiki バージョ��: | ≧ 1.42 |
編集の復元機能は Indexed Database APIを使うため、データは現在使用中のブラウザとデバイスにのみ保存されることに留意してください。 ほかのデバイス上で編集を復元することはできません。
The feature has been deployed to all Wikimedia projects, and as of May 2024 feedback is being sought from users. Users are invited to report any issues on the project talk page. This was the #8 wish in the 2023 Community Wishlist Survey.
使用法
Once enabled, nothing further needs to be done in order to use Edit Recovery. Start editing any wiki page, and every five seconds the current state of the editing form will be saved to the browser's storage. If the window is closed (either accidentally or by a computer crash etc.), re-open it and navigate back to editing the same page — if there is any recovery data available, a notification will be displayed offering an option to restore it into the editing form. If the page has been edited since the local recovery data was stored, the notification will also mention this, and suggest to review your changes.
The notification gives you two options: to recover the changes, or discard them.
If you wish to stop editing a page and not have any edit recovery data saved, the キャンセル link should be used.
As soon as you click キャンセル the edit recovery data is deleted. If you don't cancel or save an editing session, then after 30 days (default value) the recovery data is automatically expired.
Special:EditRecovery
There is a special page at Special:EditRecovery which lists all current pages that have any recovery data. From the list you can go directly to editing or viewing any page, or delete the page's data (if you know that it's no longer needed).
オプトアウト
A user preference is available to enable/disable the feature.
関連項目
- Manual:Edit Recovery — Information about the feature for wiki system administrators and developers.