import searchBoxTemplate from '!!raw-loader!../includes/templates/SearchBox.mustache'; import { htmluserlangattributes } from './utils'; export { searchBoxTemplate }; /** * @type SearchData */ export const searchBoxData = { 'form-action': '/w/index.php', 'html-userlangattributes': htmluserlangattributes, 'msg-search': 'Search', 'form-id': 'simpleSearch', 'html-input': '', 'page-title': 'Special:Search', 'html-button-search-fallback': '', 'html-button-search': '' };