import { htmluserlangattributes } from './utils';
/**
* @type {MenuDefinition}
*/
export const pageActionsData = {
id: 'p-views',
class: 'vectorMenu-tabs vectorTabs',
'label-id': 'p-views-label',
label: 'Views',
'html-userlangattributes': htmluserlangattributes,
'html-items': `
Read
View source
View history
Unwatch
`
};
/**
* @type {MenuDefinition}
*/
export const namespaceTabsData = {
id: 'p-namespaces',
class: 'vectorMenu-tabs vectorTabs',
'label-id': 'p-namespaces-label',
label: 'Namespaces',
'html-userlangattributes': htmluserlangattributes,
'html-items': `Main page
Talk (3)`
};