Għajnuna:Gadget-Cat-a-lot

Minn Wikipedija, l-enċiklopedija l-ħielsa
<translate> Figure 1: Cat-a-lot steps:
1) Select files
2) Select destination category
3) Perform the Operation</translate>
<translate> A video intro to using Cat-a-lot (English)</translate>
<translate> Figure 2: Initial box</translate>
<translate> Figure 3: Cat-a-lot box</translate>
<translate> Figure 4: Cat-a-lot box after selecting category</translate>

<translate> [[<tvar name=js>MediaWiki:Gadget-Cat-a-lot.js</tvar>|Cat-a-lot]] is a JavaScript gadget that helps with moving, removing and adding files (or subcategories) between, from and to categories.

One time activation[immodifika | immodifika s-sors]

To activate the gadget
In "[[<tvar name=p>Special:Preferences#mw-prefsection-gadgets</tvar>|Preferences" : "gadgets" tab]], "Tools for categories" section: click "Cat-a-lot" and hit "Save" at bottom of page. Or Mudell:ActivateGadget. (For users of the English Wikipedia, see instructions here.)

Moving files between categories, and removing files from a category[immodifika | immodifika s-sors]

Video. See the help video in the right sidebar. It helps greatly in understanding the info below.

  • Turn on the gadget on category page: after activation, you will see a little post-it-note labeled "cat-a-lot" in the lower-right corner of every category page, as seen in Figure 2. This box will stay in that corner, independent of your position on the page. If the note doesn't appear, try to purge the cache of your browser. Click it to start the tool. This will show a box like the one in the Figure 3.
  • Select files: You can select individual image thumbnails by clicking in the white space of the thumbnail description. The description background will turn green to indicate that this image is now selected. Another click will de-select it, turning the background white again. You can also select/de-select all visible images by clicking select all / none in the cat-a-lot box. To select/de-select multiple files "in a row" (Fig. 1), first select file A, then hold down Mudell:Key press and select file B. The state of file B will be toggled (selected if it was not previously and vice-versa) and then assigned to all files from A through B.
  • Select categories: Open the Cat-a-lot box. Click on the preferences link in the box. Enable "Allow categorising pages (including categories) that are not files". Then you can select individual categories on the page (not in the box). Click on a category name (or the arrow in front of it), and that category name will then have a green background. Select as many as you want. Deselect by clicking them again. If the box is in the way, you can grab its top edge and pull down to shrink it. Pull back up when needed. If you want to select all of the categories, click on the select categories link at the bottom of the box. All of the categories will now have a green background.
  • Select destination category: Initially, the tool loads the current category (→), its parents (↑) (categories with which it is tagged) and subcategories (↓) (categories that are tagged with it). You can navigate through the category tree by clicking on a category name. Only the category list in the box will change, you will stay on the original page. Instead of navigating through clicking, you can also type a category name (e.g. "Lions", not "Category:Lions") in the white text field above the list and press Mudell:Key press. The named category will then show up in the middle of the tree below, with its parents and children.
  • If necessary, create destination category: The cat-a-lot box only shows categories that already exist. So create one if necessary. Reload the category that contains the files you want to categorize better. The cat-a-lot box will now show the newly created category. Or it will when you type the new category name (e.g. "Lions", not "Category:Lions") in the white text field at the top of the box and press Mudell:Key press.
  • Perform the Operation: To the right of the destination category there are three possibilities:
  • Copy (Add)(+), which adds the specified category to the highlighted objects (if not already present).
  • Remove (Delete)(-), which removes the specified category from the highlighted objects (if present).
  • Move (Modify)(→), which does both, removing the current category from the objects and adding the specified category to them (if not already present). The move function is only shown if you are on a category page. You can hence not make a search for a few files and move them from a category to another using this tool.

In each case, all of the other categories which might be associated with any of the objects remain unchanged. A progress indicator will be shown. After all images were processed, a report is shown including possible problems, and the whitespace area below each image or category will indicate what was done to that image or category. If the action is not correct, then immediately click the "Revert" button before leaving the page. Otherwise your opportunity to mass revert is gone. An admin may be able to help later.

  • Revert, if you have made a mistake, you can stop (cancel) and reverse your last action, by clicking the "Revert" button on the lower-right corner of the box. It may be below the box if you have zoomed the text to a large size.

</translate>

<translate> Cat-a-lot’s preferences</translate>

<translate> There is a Preferences menu in Cat-a-lot:

  • Watchlist
  • Whether to mark edits as minor
  • Whether to allow editing pages that aren't files or in gallery boxes
  • Whether to do clean up
  • Numbers of sub-categories to show

The Cat-a-lot box display can be toggled by clicking on Cat-a-lot in the lower part of the box.

During the step of selecting the files, the Cat-a-lot box window can be resized by dragging the upper edge of the window.

Open bugs & features[immodifika | immodifika s-sors]

You can report bugs or request new features on this page:</translate> Help:Gadget-Cat-a-lot/Open bugs & features. <translate>

English phrases from MediaWiki:Gadget-Cat-a-lot.js/translating can be translated and saved in MediaWiki:Gadget-Cat-a-lot.js/de (for example).

Install on other projects[immodifika | immodifika s-sors]

As your user gadget[immodifika | immodifika s-sors]

If Cat-a-lot is not present [[<tvar name=g>mw:Extension:Gadgets</tvar>|as gadget]] in your local Wikimedia project (like Wikipedia), you can install it manually in your user JavaScript settings with following code: </translate>

//<nowiki>
/* Cat-a-lot - changes category of multiple files */
mw.loader.using(['jquery.ui', 'mediawiki.util'], function(){
	mw.loader.load('//commons.wikimedia.org/w/load.php?modules=ext.gadget.Cat-a-lot');
});
////////// Cat-a-lot user preferences //////////
window.catALotPrefs = {"watchlist":"preferences","minor":true,"editpages":true,"docleanup":false,"subcatcount":10};
////////////////////////////////////catALotEnd//
//</nowiki>

<translate> The semi-automatic preferences are not loaded with this example, so you need to set this also manually (because it supports only Commons, although it is theoretically possible, if you load all the local needed extra modules).

As a project gadget[immodifika | immodifika s-sors]

1. Copy the next code into the local <tvar name=js>MediaWiki:Gadget-Cat-a-lot.js</tvar>: </translate>

/**
 * Cat-a-lot - changes category of multiple files
**/
if (mw.config.get('wgNamespaceNumber') === 14) {
	window.catALotPrefs = { editpages: true, subcatcount: 100 };
	mw.loader.using(['jquery.ui', 'mediawiki.util']).done(function () {
		mw.util.addCSS("#cat_a_lot_settings { display:none !important;}"); // Preferences depend on some Commons gadgets, not available locally
		mw.loader.load('//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-Cat-a-lot.js&action=raw&ctype=text/javascript');
		mw.loader.load('//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-Cat-a-lot.css&action=raw&ctype=text/css', 'text/css');
	});
}

<translate>

Note: The marked lines are optional.

2. Save a description into the local <tvar name=lo>MediaWiki:Gadget-Cat-a-lot</tvar> (you can translate this one, or [[<tvar name=t>Special:PrefixIndex/MediaWiki:Gadget-Cat-a-lot.js</tvar>|one of existing]]): </translate>

Cat-a-lot: A tool that helps with moving multiple files between categories or adding categories to search results.

<translate> 3. Add a definition to the local <tvar name=def>MediaWiki:Gadgets-definition</tvar>: </translate>

Cat-a-lot[ResourceLoader|dependencies=mediawiki.util]|Cat-a-lot.js

<translate>

More local configuration[immodifika | immodifika s-sors]

To use the solving of soft-redirects (since version 4.0) on your project, you need to put this category name in the preferences manually (on Commons this is <tvar name=redir>"Category redirects"</tvar>, ideally on your <tvar name=js>MediaWiki:Gadget-Cat-a-lot.js</tvar>). The example shows the category for the English Wikipedia: </translate>

window.catALotPrefs = { "redir_category": "Wikipedia soft redirected categories" };