Project:ItemDeletion: Difference between revisions
From MaRDI portal
Created page with "x" |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
https://www.mediawiki.org/wiki/Manual:DeleteBatch.php/de | |||
* create a file where each line contains the QID of an item to be deleted in the form of "Item:Q453424" (for Profile pages, use format like "Publication:424242") | |||
* access wikibase container | |||
* go to /var/www/html/ | |||
* copy over qid-File | |||
* execute php maintenance/deleteBatch.php file.txt | |||
* delete the delete file from the container |
Latest revision as of 16:30, 18 March 2024
https://www.mediawiki.org/wiki/Manual:DeleteBatch.php/de
- create a file where each line contains the QID of an item to be deleted in the form of "Item:Q453424" (for Profile pages, use format like "Publication:424242")
- access wikibase container
- go to /var/www/html/
- copy over qid-File
- execute php maintenance/deleteBatch.php file.txt
- delete the delete file from the container