How to add custom tab button with external link?
问题 Using Mediawiki 1.19 and want to add tabs with external links right next to the tab buttons 'Page' and 'Discussion'. How to do it? Extension:DynamicTabs does not work because it has trouble with vector skins. Steps in FAQ: How do I add/remove tabs throughout my wiki? do not have any effect at all. 回答1: The code in the FAQ was outdated. For newer versions of MediaWiki, you have to use the SkinTemplateNavigation hook instead of the SkinTemplateContentActions hook. I updated the FAQ. Basically,