উইকিপিডিয়া:টুইংকল: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
Jayantanth (আলোচনা | অবদান)
+
Jayantanth (আলোচনা | অবদান)
rm comments
৪৪ নং লাইন:
 
You may wish to re-configure TWINKLE's default settings. See [[:en:WP:TW/DOC#Configuration|the documentation]] for instructions.
 
=== Individual modules ===
If you just want to use one or more of the individual modules, here they are listed with their dependencies. The line <code>importScript('User:Jayantanth/morebits.js');</code> is only needed once in your appropriate .js file, and Twinkle already includes it (so you don't need it if you're a Twinkle user already). It is recommended that you do not import any script more than once, as it would just be a duplicate, but the <code>importScript();</code> function has a check to make sure that a script is not imported more than once.
 
For the welcome functionality, add:
importScript('[[User:Jayantanth/morebits.js]]');
importScript('[[User:Jayantanth/friendlywelcome.js]]');
 
For the shared IP tagging functionality, add:
importScript('[[User:Jayantanth/morebits.js]]');
importScript('[[User:Jayantanth/friendlyshared.js]]');
 
For the tagging functionality, add:
importScript('[[User:Jayantanth/morebits.js]]');
importScript('[[User:Jayantanth/friendlytag.js]]');
 
For the clock functionality, add:
importScript('[[User:Jayantanth/morebits.js]]');
importScript('[[User:Jayantanth/friendlyclock.js]]');
 
For the tabs functionality, add:
importScript('[[User:Jayantanth/morebits.js]]');
importScript('[[User:Jayantanth/friendlytabs.js]]');
 
For the talkback functionality, add:
importScript('[[User:Jayantanth/morebits.js]]');
importScript('[[User:Jayantanth/friendlytalkback.js]]');
 
ব্যবহারকারীর আলাপ পাতায় সতর্কবার্তা দিতে
importScript('[[User:Jayantanth/morebits.js]]');
importScript('[[User:Jayantanth/twinklewarn.js]]');
 
 
/** Twinkle *********************************************************************************
* Ajuda: [[:en:Wikipedia:Software/Scripts/Twinkle]]
* Descrição: Fornece várias ferramentas de manutenção, reversão, etc.
* Autor: [[:en:User:AzaToth]]
********************************************************************************************/
importScript('[[User:Jayantanth/morebits.js]]'); /* módulo-base necessário para os outros */
importScript('[[User:Jayantanth/twinklefluff.js]]'); /* reversão de edições */
importScript('[[User:Jayantanth/er.js]]'); /* eliminação rápida */
 
/******* a adaptar - não recomendável usar por enquanto os seguintes módulos ********************/
importScript('[[User:Jayantanth/twinklewarn.js]]'); /* avisos a vândalos */
importScript('[[User:Jayantanth/twinklearv.js]]'); /* denúncia de vândalos */
importScript('[[User:Jayantanth/twinkleimage.js]]'); /* eliminação de imagens */
importScript('[[User:Jayantanth/twinklediff.js]]'); /* múltiplas abas de diffs */
importScript('[[User:Jayantanth/twinkleprotect.js]]'); /* proteção e pedidos de proteção de páginas */
importScript('[[User:Jayantanth/twinkleprod.js]]'); /* propor para eliminação por votação */
importScript('[[User:Jayantanth/twinklexfd.js]]'); /* nomear para eliminação por votação */
importScript('[[User:Jayantanth/salt.js]]'); /* protecção contra recriação (admin) */
 
 
=== Documentation and configuration ===