વિકિપીડિયા:HotCat: આવૃત્તિઓ વચ્ચેનો તફાવત

Content deleted Content added
નાનું Bot: Migrating 48 interwiki links, now provided by Wikidata on d:q3396208 (translate me)
નાનું Bot: Replace deprecated <source> tag and "enclose" parameter [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]; cosmetic changes
 
લીટી ૩:
'''HotCat(હોટકેટ) '''એ જાવા સ્ક્રિપ્ટથી બનેલો એક પ્રોગ્રામ છે જે સભ્યોને શ્રેણીઓ ઝડપથી ઉમેરવા, દુર કરવા તેમજ સુધારવામાં મદદ કરે છે. આ ઉપરાંત તે શ્રેણી ઉમેરવા માટે વિકિપીડિયામાં હાજર શ્રેણીઓમાંથી માર્ગદર્શન યાદી પણ આપે છે.
{{TOCleft}}
[[Fileચિત્ર:HotCat Demo.png|thumb|હોટકેટના વપરાશનું ઉદાહરણ|650px]]
{{clear}}
 
== Installing ==
To install HotCat, simply go to your [[Specialવિશેષ:Preferences|preferences]] and check the ''HotCat'' option in the ''Gadgets'' tab.
 
Alternatively you can:
# Copy the text below and paste it to the bottom of [[Specialવિશેષ:Mypage/common.js|your script]] file:<br><code>importScript('[[MediaWikiમીડિયાવિકિ:Gadget-HotCat.js]]');</code>
# Save the new script page, and
# Completely refresh your browser by [[Wikipediaવિકિપીડિયા:Bypass your cache|bypassing your cache]].
# Done! You will now have + and - signs next to your categories. Clicking these allows for easy editing, removing and changing of categories.
 
== કઈ રીતે વાપરશો ==
Whenever a page is loaded, HotCat looks for the category bar. If there are visible categories, it adds links to easily remove, change or add categories:
 
[[Fileચિત્ર:HotCat enwp Category bar.png|800px|A category bar as modified by HotCat]]
 
The new links are:
લીટી ૩૧:
 
To remove a category, simply click the "(-)"-Link next to the category name. If the page does indeed contain this category, HotCat will remove it automatically. It will
# open a new window or tab in your browser with the current page opened for editing,
# ''hide'' the whole edit form, so that you cannot edit,
# edit the page to remove the category, and
# save the page.
 
=== શ્રેણી બદલવા ===
લીટી ૪૬:
=== ઇનપુટ બોક્ષ ===
 
[[Fileચિત્ર:HotCat Input Box plain.png|right|The input box of HotCat]]
The input box of HotCat is very simple: a text field to enter the new category name, an indicator icon, and an "OK" and a "Cancel" button.
 
The indicator icon tells you whether or not the category name you've entered exists. A [[Fileચિત્ર:P_no.svg|20px|alt=|link=]] icon means that there is no such category yet. You can still add the category, but it will show up as a red link, and you should, after having added the category, click that red link and enter a brief description and parent categories to this new category. A [[Fileચિત્ર:P_yes.svg|20px|alt=|link=]] icon shows that there already is a category with the name you've entered.
 
[[Fileચિત્ર:HotCat suggestions.png|right|HotCat's input box with a suggestion list]]
When you start typing, HotCat will display a list of suggestions above or below the text input field. Clicking one of these suggestions will copy it into the text field. Double-clicking a suggestion is the same as clicking once and then clicking the "OK" button: HotCat will add the double-clicked suggestion automatically. The suggestion list is populated by the [[#Search engines|search engine]] chosen in the selector between the list and the text input field.
 
[[Fileચિત્ર:HotCat suggestions 2.png|right|HotCat's input box with a suggestion list]]
In the example shown here, we've entered "Alps of", and HotCat presents us with a list of possible completions. The first suggestion has already been copied into the text box, but the added text is selected, so that it will be overwritten when we keep on typing. Entering " S" reduces the suggestion list accordingly.
 
લીટી ૬૩:
=== એક સાથે વધુ શ્રેણી બદલવા ===
 
[[Fileચિત્ર:HotCat save button.png|thumb|In multi-change mode, category changes are saved only when the "save" button is clicked.]]
The user interface of HotCat is minimalistic on purpose and geared towards making interactions simple and fast. When you just click on a "(-)" link to remove a category, the edit is executed right away, and likewise when you submit a single category addition or change.
 
Still HotCat fully supports changing more than one category at once. If you click the "(+<sup>+</sup>)" link at the beginning of the category line, HotCat will enter its multi-change mode. The "(+<sup>+</sup>)" link is replaced by a "save" button, and all changes you make from now on will be written to the page only when that button is clicked. Initially, this button may appear disabled. It is enabled only when there are indeed category changes that need saving.
{{-}}
[[Fileચિત્ર:HotCat multimode.png|800px|In multi-change mode, changes are reflected on the page view, but are saved only when the "save" button is clicked.]]
 
This multi-change mode is also entered automatically if you have one category input box open and, while it is still open, add, change, or remove another category.
લીટી ૭૮:
Note that while HotCat normally automatically submits single category changes, it will never do so when operating in multi-change mode. It will always open a screen showing the changes made, which you should review before submitting the edit manually.
 
== Advanced usage tips ==
=== Avoid auto saving ===
Normally HotCat automatically saves your edit. However sometimes you might wish to go to the edit box instead to verify and then execute the save yourself. Instead of clicking OK, click OK while you have the modifier key pressed. On Windows computers this is the [[Control key|Ctrl key]], on Apple computers it should be the [[Command key|Command (⌘) key]].
 
લીટી ૯૨:
Note that, to remove an existing sortkey, you should change "Foo|Key" to "Foo|". Changing it to "Foo" has no effect.
 
=== Easy categorizing to child or parent categories ===
Users who do a lot of category maintenance might want to enable the quick access links for categorizing to child or parent categories. To enable this add the following to [[Specialવિશેષ:MyPage/skin.js|your javascript page]]:
<div style="margin-left:3em;">
<sourcesyntaxhighlight lang="javascript">
window.hotcat_use_category_links = true;
</syntaxhighlight>
</source>
</div>
 
The following controls will be added:
* "(↓)" after a category: when clicked, the input field is opened, and a list of available subcategories is displayed.
* "(↑)" after a category: when clicked, the input field is opened, and a list of available parent categories is shown.
લીટી ૧૧૯:
:<small>For the technically inclined: the problem is that subcategory continuation queries appear not to work in the MediaWiki API. On the (hidden) category [[:Category:Media with locations]], the API returns (with a limit of 5000) only the first 1540 subcategories of more than 4800 that exist, and continuation queries seem to return no further subcategories at all. Related bug reports on this are [[bugzilla:1211]] and [[bugzilla:23682]]. Until this is fixed, there will be no paging through subcategories in HotCat.</small>
 
=== User configuration ===
You can adapt many of the aspects of HotCat. Please see its full [[:commons:Help:Gadget-HotCat|documentation page on Wikimedia Commons]].
 
== History ==
HotCat was initially developed for [[Wikimedia Commons]] by [[:commons:User:Magnus Manske|Magnus Manske]] and later adapted and improved by many users, including, but not limited to [[Userસભ્ય:Lupo]], [[Userસભ્ય:Dschwen]], [[Userસભ્ય:TheDJ]], [[Userસભ્ય:Superm401]] and [[Userસભ્ય:Merlissimo]].
 
The version on English Wikipedia is the same as the [[:commons:MediaWiki:Gadget-HotCat.js|version on Commons]] but with a different default user configuration.
 
== Compatibility ==
* Safari 3 & 4: Tested and fully working
* Safari 2: Has a non-harmful issue with displaying the "change" (±) link.
* Firefox 2, 3, 16.0.2: Tested and fully working
* IE 6, 7 & 8: Tested and fully working
* Google Chrome: Tested and fully working
* Opera: Tested and fully working
 
It is also tested and confirmed to be working in combination with [[Wikipediaવિકિપીડિયા:Tools/Navigation popups|Navigation popups]], [[Userસભ્ય:Cacycle/wikEd|wikEd]] and the modern skin.
 
== Userboxes ==