import { htmluserlangattributes } from './utils'; import vectorTabsTemplate from '!!raw-loader!../includes/templates/VectorTabs.mustache'; export { vectorTabsTemplate }; export const pageActionsData = { 'tabs-id': 'p-views', 'empty-portlet': '', 'label-id': 'p-views-label', 'msg-label': 'Views', 'html-userlangattributes': htmluserlangattributes, 'html-items': `
  • Read
  • View source
  • View history
  • ` }; export const namespaceTabsData = { 'tabs-id': 'p-namespaces', 'empty-portlet': '', 'label-id': 'p-namespaces-label', 'msg-label': 'Namespaces', 'html-userlangattributes': htmluserlangattributes, 'html-items': `
  • Main page
  • Talk (3)
  • ` };