User:Polygnotus/Scripts/CategoryToClipboard.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 30:
copyItemsBtn.style.padding = '8px 12px';
copyItemsBtn.style.cursor = 'pointer';
addTooltip(copyItemsBtn, 'Copy all articles and pages from this category only (not subcategories). Fast operation.');
// Create the "Copy Subcats from this Category" button
Line 38:
copyDirectSubcatsBtn.style.padding = '8px 12px';
copyDirectSubcatsBtn.style.cursor = 'pointer';
addTooltip(copyDirectSubcatsBtn, 'Copy only the direct subcategories of this category (not recursive). Fast operation.');
// Create the "Copy All Items" button
Line 46:
copyAllItemsBtn.style.padding = '8px 12px';
copyAllItemsBtn.style.cursor = 'pointer';
addTooltip(copyAllItemsBtn, 'Copy all articles and pages from this category AND all its subcategories. May take several minutes for large category trees.');
// Create the "Copy Subcategories" button
Line 53:
copySubcatsBtn.style.padding = '8px 12px';
copySubcatsBtn.style.cursor = 'pointer';
addTooltip(copySubcatsBtn, 'Copy only the category names (not articles) from this category tree. Useful for exploring category structure.');
// Add checkbox for URL export