Jump to content

MediaWiki:Twinkle-config.js: Difference between revisions

From Consumer Rights Wiki
Created page with "// Default Twinkle config window.TwinkleConfig = { summaryAd: " using Twinkle", watchTaggedPages: true, watchRevertedPages: 'never', showSharedIPNotice: true, deletionSummaryAd: ' (Twinkle)', // Add more options as needed };"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
// Default Twinkle config
// Default Twinkle config
window.TwinkleConfig = {
window.TwinkleConfig = {
    summaryAd: " using Twinkle",
  summaryAd: " using Twinkle",
    watchTaggedPages: true,
  deletionSummaryAd: "(Twinkle)"
    watchRevertedPages: 'never',
    showSharedIPNotice: true,
    deletionSummaryAd: ' (Twinkle)',
    // Add more options as needed
};
};

Latest revision as of 21:26, 17 July 2025

// Default Twinkle config
window.TwinkleConfig = {
  summaryAd: " using Twinkle",
  deletionSummaryAd: "(Twinkle)"
};