import mustache from 'mustache'; import portalTemplate from '!!raw-loader!../includes/templates/Portal.mustache'; import '../resources/skins.vector.styles/Portal.less'; import '../.storybook/common.less'; import { placeholder, htmluserlangattributes } from './utils'; export const wrapPortlet = ( data ) => { const node = document.createElement( 'div' ); node.setAttribute( 'id', 'mw-panel' ); node.innerHTML = mustache.render( portalTemplate, data ); return node; }; const portletAfter = ( html ) => { return `
Beware: The BaseTemplateAfterPortlet hook can be used to inject arbitary HTML here for any portlet.
`, 60 ) ) }, navigation: { 'portal-id': 'p-navigation', 'msg-label': 'Navigation', 'msg-label-id': 'p-navigation-label', 'html-userlangattributes': htmluserlangattributes, 'html-portal-content': ``, 'html-after-portal': portletAfter( placeholder( 'Possible hook output (navigation)', 50 ) ) }, toolbox: { 'portal-id': 'p-tb', 'html-tooltip': 'A message tooltip-p-tb must exist for this to appear', 'msg-label': 'Tools', 'msg-label-id': 'p-tb-label', 'html-userlangattributes': htmluserlangattributes, 'html-portal-content': `Further hook output possible (lang)
`, 60 )}` ) }, otherProjects: { 'portal-id': 'p-wikibase-otherprojects', 'html-tooltip': 'A message tooltip-p-lang must exist for this to appear', 'msg-label': 'In other projects', 'msg-label-id': 'p-wikibase-otherprojects-label', 'html-userlangattributes': htmluserlangattributes, 'html-portal-content': ``, 'html-after-portal': '' } };