User:逆襲的天邪鬼/Twinkle-lzh/Twinkle.js: Difference between revisions

Content added Content deleted
(via Wikiplus)
 
mNo edit summary
Line 7: Line 7:
* +-------------------------------------------------------------------------+
* +-------------------------------------------------------------------------+
*
*
* 从Github导入[https://github.com/jimmyxu/twinkle]
* 从Github导入[https://github.com/vjudge1/twinkle],branch: lzh
*
*
* ----------
* ----------
Line 14: Line 14:
* 好搭档。请参见[[WP:TW]]以获取更多信息。
* 好搭档。请参见[[WP:TW]]以获取更多信息。
*
*
* 维护者:[[User:Jimmy Xu|Jimmy Xu]] <sup>[[User talk:Jimmy Xu|论]]</sup>
* 维护者:[[User:逆襲的天邪鬼]](文言維基)、[[User:Jimmy Xu]](白話維基)
*/
*/


Line 45: Line 45:
// General
// General
summaryAd: "",
summaryAd: "",
deletionSummaryAd: " ([[WP:TW|TW]])",
deletionSummaryAd: "[[WP:TW|TW]]之助",
protectionSummaryAd: " ([[WP:TW|TW]])",
protectionSummaryAd: "[[WP:TW|TW]]之助",
userTalkPageMode: "tab",
userTalkPageMode: "tab",
dialogLargeFont: false,
dialogLargeFont: false,
Line 78: Line 78:
speedyWindowWidth: 800,
speedyWindowWidth: 800,
logSpeedyNominations: false,
logSpeedyNominations: false,
speedyLogPageName: "CSD日志",
speedyLogPageName: "提刪之誌",
noLogOnSpeedyNomination: [ "o1" ],
noLogOnSpeedyNomination: [ "o1" ],
enlargeG11Input: true,
enlargeG11Input: true,
Line 133: Line 133:
markTalkbackAsMinor: true,
markTalkbackAsMinor: true,
insertTalkbackSignature: true, // always sign talkback templates
insertTalkbackSignature: true, // always sign talkback templates
talkbackHeading: "回通告",
talkbackHeading: "回通告",
mailHeading: "您有新件!",
mailHeading: "您有新件!",
// Shared
// Shared
markSharedIPAsMinor: true
markSharedIPAsMinor: true
Line 397: Line 397:
// Load the modules in the order that the tabs should appears
// Load the modules in the order that the tabs should appears
// User/user talk-related
// User/user talk-related
Twinkle.arv();
// Twinkle.arv();
Twinkle.warn();
Twinkle.warn();
if ( Morebits.userIsInGroup('sysop') ) {
if ( Morebits.userIsInGroup('sysop') ) {
Line 403: Line 403:
}
}
// Twinkle.shared();
// Twinkle.shared();
Twinkle.talkback();
// Twinkle.talkback();
// Deletion
// Deletion
Twinkle.speedy();
Twinkle.speedy();
Twinkle.copyvio();
// Twinkle.copyvio();
Twinkle.xfd();
Twinkle.xfd();
Twinkle.image();
// Twinkle.image();
// Maintenance
// Maintenance
Twinkle.protect();
Twinkle.protect();