2013-12-02 20:10:55 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor user interface MWTemplatePage class.
|
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
2013-12-02 20:10:55 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* MediaWiki transclusion dialog template page.
|
|
|
|
*
|
|
|
|
* @class
|
|
|
|
* @extends OO.ui.PageLayout
|
|
|
|
*
|
|
|
|
* @constructor
|
2015-08-19 18:33:59 +00:00
|
|
|
* @param {ve.dm.MWTemplateModel} template Template model
|
2013-12-02 20:10:55 +00:00
|
|
|
* @param {string} name Unique symbolic name of page
|
|
|
|
* @param {Object} [config] Configuration options
|
|
|
|
*/
|
|
|
|
ve.ui.MWTemplatePage = function VeUiMWTemplatePage( template, name, config ) {
|
2017-04-21 01:51:58 +00:00
|
|
|
var linkData, messageKey,
|
|
|
|
title = template.getTitle() ? mw.Title.newFromText( template.getTitle() ) : null;
|
2014-03-06 23:40:43 +00:00
|
|
|
|
2014-04-25 23:50:21 +00:00
|
|
|
// Configuration initialization
|
|
|
|
config = ve.extendObject( {
|
2014-08-22 20:50:48 +00:00
|
|
|
scrollable: false
|
2014-04-25 23:50:21 +00:00
|
|
|
}, config );
|
|
|
|
|
2013-12-02 20:10:55 +00:00
|
|
|
// Parent constructor
|
2016-08-22 21:44:59 +00:00
|
|
|
ve.ui.MWTemplatePage.super.call( this, name, config );
|
2013-12-02 20:10:55 +00:00
|
|
|
|
|
|
|
// Properties
|
|
|
|
this.template = template;
|
2014-02-27 23:58:37 +00:00
|
|
|
this.spec = template.getSpec();
|
2015-04-09 23:47:15 +00:00
|
|
|
this.$more = $( '<div>' );
|
|
|
|
this.$description = $( '<div>' );
|
2014-01-17 14:24:12 +00:00
|
|
|
this.removeButton = new OO.ui.ButtonWidget( {
|
2014-08-22 20:50:48 +00:00
|
|
|
framed: false,
|
2017-05-31 23:30:17 +00:00
|
|
|
icon: 'trash',
|
2014-08-22 20:50:48 +00:00
|
|
|
title: ve.msg( 'visualeditor-dialog-transclusion-remove-template' ),
|
2015-07-22 22:13:09 +00:00
|
|
|
flags: [ 'destructive' ],
|
2014-08-22 20:50:48 +00:00
|
|
|
classes: [ 've-ui-mwTransclusionDialog-removeButton' ]
|
2014-06-26 10:41:18 +00:00
|
|
|
} )
|
2014-08-22 20:50:48 +00:00
|
|
|
.connect( this, { click: 'onRemoveButtonClick' } );
|
2013-12-02 20:10:55 +00:00
|
|
|
this.infoFieldset = new OO.ui.FieldsetLayout( {
|
2014-08-22 20:50:48 +00:00
|
|
|
label: this.spec.getLabel(),
|
2017-07-06 16:52:56 +00:00
|
|
|
icon: 'puzzle'
|
2013-12-02 20:10:55 +00:00
|
|
|
} );
|
2014-03-04 22:56:14 +00:00
|
|
|
this.addButton = new OO.ui.ButtonWidget( {
|
2014-08-22 20:50:48 +00:00
|
|
|
framed: false,
|
|
|
|
icon: 'parameter',
|
|
|
|
label: ve.msg( 'visualeditor-dialog-transclusion-add-param' ),
|
|
|
|
tabIndex: -1
|
2014-06-26 10:41:18 +00:00
|
|
|
} )
|
2014-08-22 20:50:48 +00:00
|
|
|
.connect( this, { click: 'onAddButtonFocus' } );
|
2013-12-02 20:10:55 +00:00
|
|
|
|
|
|
|
// Initialization
|
2014-03-06 23:40:43 +00:00
|
|
|
this.$description.addClass( 've-ui-mwTemplatePage-description' );
|
|
|
|
if ( this.spec.getDescription() ) {
|
|
|
|
this.$description.text( this.spec.getDescription() );
|
2015-12-07 21:55:59 +00:00
|
|
|
if ( title ) {
|
2017-01-22 12:36:08 +00:00
|
|
|
this.$description
|
|
|
|
.append(
|
|
|
|
$( '<hr>' ),
|
|
|
|
$( '<span>' )
|
|
|
|
.addClass( 've-ui-mwTemplatePage-description-extra' )
|
|
|
|
.append( mw.message(
|
|
|
|
'visualeditor-dialog-transclusion-more-template-description',
|
|
|
|
title.getRelativeText( mw.config.get( 'wgNamespaceIds' ).template )
|
|
|
|
).parseDom() )
|
|
|
|
)
|
2017-11-30 19:15:38 +00:00
|
|
|
.find( 'a' ).attr( 'target', '_blank' ).attr( 'rel', 'noopener' );
|
2015-12-07 21:55:59 +00:00
|
|
|
}
|
2014-03-06 23:40:43 +00:00
|
|
|
} else {
|
2014-07-09 20:09:05 +00:00
|
|
|
// The transcluded page may be dynamically generated or unspecified in the DOM
|
2017-04-21 01:51:58 +00:00
|
|
|
// for other reasons (T68724). In that case we can't tell the user what the
|
|
|
|
// template is called, nor link to the template page. However, if we know for
|
|
|
|
// certain that the template doesn't exist, be explicit about it (T162694).
|
2014-07-09 20:09:05 +00:00
|
|
|
if ( title ) {
|
2017-04-21 01:51:58 +00:00
|
|
|
linkData = ve.init.platform.linkCache.getCached( '_missing/' + title );
|
|
|
|
messageKey = linkData && linkData.missing ?
|
|
|
|
'visualeditor-dialog-transclusion-absent-template' :
|
|
|
|
'visualeditor-dialog-transclusion-no-template-description';
|
|
|
|
|
2014-07-09 20:09:05 +00:00
|
|
|
this.$description
|
|
|
|
.addClass( 've-ui-mwTemplatePage-description-missing' )
|
2017-04-21 01:51:58 +00:00
|
|
|
.append( mw.message( messageKey, title.getPrefixedText() ).parseDom() )
|
2017-11-30 19:15:38 +00:00
|
|
|
.find( 'a' ).attr( 'target', '_blank' ).attr( 'rel', 'noopener' );
|
2014-07-02 19:38:29 +00:00
|
|
|
}
|
2014-03-06 23:40:43 +00:00
|
|
|
}
|
2014-07-09 20:09:05 +00:00
|
|
|
|
2014-03-06 23:40:43 +00:00
|
|
|
this.infoFieldset.$element.append( this.$description );
|
2014-03-04 22:56:14 +00:00
|
|
|
this.$more
|
|
|
|
.addClass( 've-ui-mwTemplatePage-more' )
|
|
|
|
.append( this.addButton.$element );
|
2014-02-27 23:58:37 +00:00
|
|
|
this.$element
|
|
|
|
.addClass( 've-ui-mwTemplatePage' )
|
2014-03-04 22:56:14 +00:00
|
|
|
.append( this.infoFieldset.$element, this.removeButton.$element, this.$more );
|
2013-12-02 20:10:55 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Inheritance */
|
|
|
|
|
|
|
|
OO.inheritClass( ve.ui.MWTemplatePage, OO.ui.PageLayout );
|
|
|
|
|
|
|
|
/* Methods */
|
|
|
|
|
2014-02-15 01:37:32 +00:00
|
|
|
/**
|
|
|
|
* @inheritdoc
|
|
|
|
*/
|
2016-08-22 21:44:59 +00:00
|
|
|
ve.ui.MWTemplatePage.prototype.setOutlineItem = function () {
|
2014-02-15 01:37:32 +00:00
|
|
|
// Parent method
|
2016-08-22 21:44:59 +00:00
|
|
|
ve.ui.MWTemplatePage.super.prototype.setOutlineItem.apply( this, arguments );
|
2014-02-15 01:37:32 +00:00
|
|
|
|
|
|
|
if ( this.outlineItem ) {
|
|
|
|
this.outlineItem
|
2017-07-06 16:52:56 +00:00
|
|
|
.setIcon( 'puzzle' )
|
2014-02-15 01:37:32 +00:00
|
|
|
.setMovable( true )
|
2014-03-01 00:39:02 +00:00
|
|
|
.setRemovable( true )
|
2014-02-15 01:37:32 +00:00
|
|
|
.setLabel( this.spec.getLabel() );
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
2013-12-02 20:10:55 +00:00
|
|
|
ve.ui.MWTemplatePage.prototype.onRemoveButtonClick = function () {
|
|
|
|
this.template.remove();
|
|
|
|
};
|
2014-03-04 22:56:14 +00:00
|
|
|
|
2014-07-21 21:06:54 +00:00
|
|
|
ve.ui.MWTemplatePage.prototype.onAddButtonFocus = function () {
|
2014-03-04 22:56:14 +00:00
|
|
|
this.template.addParameter( new ve.dm.MWParameterModel( this.template ) );
|
|
|
|
};
|