Project:ItemDeletion: Difference between revisions
From MaRDI portal
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
https://www.mediawiki.org/wiki/Manual:DeleteBatch.php/de | 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" | * 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 | * access wikibase container | ||
* go to /var/www/html/ | * go to /var/www/html/ | ||
* copy over qid-File | * copy over qid-File | ||
* execute php maintenance/deleteBatch.php file.txt | * 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