MediaWiki:Gadget-friendlytalkback.js: Difference between revisions

m
1 revision: new version of Twinkle
imported>AzaToth
m (v2.0-556-g0beacc0: use .utc() for timestamps and format them the sme way as the wiki does)
 
m (1 revision: new version of Twinkle)
 
(2 intermediate revisions by 2 users not shown)
Line 32:
Window.setScriptName("Twinkle");
Window.addFooterLink( "About {{talkback}}", "Template:Talkback" );
Window.addFooterLink( "Twinkle help", "WPEFD:TW/DOC#talkback" );
 
var form = new Morebits.quickForm( callback_evaluate );
Line 196:
noticeboard.append({
type: "option",
label: "WPEFD:AN (Administrators' noticeboard)",
value: "an"
});
noticeboard.append({
type: "option",
label: "WPEFD:AN3 (Administrators' noticeboard/Edit warring)",
selected: true,
value: "an3"
Line 207:
noticeboard.append({
type: "option",
label: "WPEFD:ANI (Administrators' noticeboard/Incidents)",
selected: true,
value: "ani"
Line 213:
noticeboard.append({
type: "option",
label: "WPEFD:COIN (Conflict of interest noticeboard)",
value: "coin"
});
noticeboard.append({
type: "option",
label: "WPEFD:DRN (Dispute resolution noticeboard)",
value: "drn"
});
noticeboard.append({
type: "option",
label: "WPEFD:OTRS/N (OTRS noticeboard)",
value: "otrs"
});
noticeboard.append({
type: "option",
label: "WPEFD:HD (Help desk)",
value: "hd"
});
noticeboard.append({
type: "option",
label: "WPEFD:THQ (Teahouse question forum)",
value: "th"
});
Line 366:
break;
case "th":
text = "\n\n== Teahouse talkback: you've got messages! ==\n{{WPEFD:Teahouse/Teahouse talkback|WPEFD:Teahouse/Questions|" + section + "|ts=~~~~}}";
talkpage.setEditSummary( "You have replies at the [[Wikipedia:Teahouse/Questions|Teahouse question board]]" + Twinkle.getPref("summaryAd") );
break;
0

edits