buttonView = ActionExternalViewer.addButton(
toolbarButtons, getWikipedia(), getPageName(), false, true, false);
buttonViewHistory = ActionExternalViewer.addButton(
toolbarButtons, getWikipedia(), getPageName(),
ActionExternalViewer.ACTION_HISTORY, true, false);
toolbarButtons.addSeparator();
buttonWatch = ActionWatchPage.addButton(
getParentComponent(), toolbarButtons, getWikipedia(), getPageName(), true, false);
addButtonDisambiguation(toolbarButtons, true);
toolbarButtons.addSeparator();
String[] elements = getConfiguration().getStringArray(WPCConfigurationString.LANG_TEMPLATE);