Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4143818
ve.ui.MWCitationContextItem.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
ve.ui.MWCitationContextItem.js
View Options
'use strict'
;
/*!
* VisualEditor MWCitationContextItem class.
*
* @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
* @license MIT
*/
/**
* Context item for a MWCitation.
*
* @constructor
* @extends ve.ui.MWReferenceContextItem
* @param {ve.ui.LinearContext} context Context the item is in
* @param {ve.dm.Model} model Model the item is related to
* @param {Object} [config]
*/
ve
.
ui
.
MWCitationContextItem
=
function
VeUiMWCitationContextItem
()
{
// Parent constructor
ve
.
ui
.
MWCitationContextItem
.
super
.
apply
(
this
,
arguments
);
// Initialization
this
.
$element
.
addClass
(
've-ui-mwCitationContextItem'
);
};
/* Inheritance */
OO
.
inheritClass
(
ve
.
ui
.
MWCitationContextItem
,
ve
.
ui
.
MWReferenceContextItem
);
/* Static Properties */
/**
* Only display item for single-template transclusions of these templates.
*
* @property {string|string[]|null}
* @static
* @inheritable
*/
ve
.
ui
.
MWCitationContextItem
.
static
.
template
=
null
;
/* Static Methods */
/**
* @static
* @localdoc Sharing implementation with ve.ui.MWCitationDialogTool
*/
ve
.
ui
.
MWCitationContextItem
.
static
.
isCompatibleWith
=
ve
.
ui
.
MWCitationDialogTool
.
static
.
isCompatibleWith
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 19 2026, 16:58 (4 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
69/6c/35cc977c2046f5ec862ddc5119e9
Default Alt Text
ve.ui.MWCitationContextItem.js (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment