User:Crimsonfox/Covery.js: Difference between revisions

Content deleted Content added
Custom version of User:Evad37/Covery.js
 
Removed old references & unused section
 
Line 361:
title: fileTitle.getTalkPage().toString(),
text: '{{WikiProject Video games}}',
summary: 'WikiProject tagging (using [[User:Evad37Crimsonfox/Covery|Covery]] - Custom)',
createonly: true
});
Line 438:
title: pageTitle,
text: wikitext,
summary: 'Added cover image (using [[User:Evad37Crimsonfox/Covery|Covery]] - Custom)',
basetimestamp: timestamp,
nocreate: true
Line 515:
 
CoveryDialog.static.name = 'coveryDialog';
// CoveryDialog.static.title = 'Covery' + (uploadOnly == 1 ? (' - Upload only'): '');
CoveryDialog.static.size = 'large';
CoveryDialog.static.actions = [
Line 561 ⟶ 560:
});
this.sourceInput = new OO.ui.TextInputWidget();
 
// Not used
/*
this.furCoverOption = new OO.ui.RadioOptionWidget({
data: 'cover',
label: 'Cover'
});
this.furLogoOption = new OO.ui.RadioOptionWidget({
data: 'logo',
label: 'Logo'
});
this.furScreenshotOption = new OO.ui.RadioOptionWidget({
data: 'screenshot_title',
label: 'Screenshot'
});
*/
this.furSelect = new OO.ui.RadioSelectInputWidget({
options: [
Line 1,176 ⟶ 1,161:
'/' +
SCRIPT.version +
' ( https://en.wikipedia.org/wiki/User:Evad37Crimsonfox/Covery )'
}
}
Line 1,193 ⟶ 1,178:
'/' +
SCRIPT.version +
' ( https://en.wikipedia.org/wiki/User:Evad37Crimsonfox/Covery )'
}
}