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