06/05/16 23:36:19
>>261
余分なものが表示されるけど、LocalSettings.phpに
$wgExtensionFunctions[] = 'efIncludableWhatlinkshere';
function efIncludableWhatlinkshere() {
$page = SpecialPage::getPage( 'Whatlinkshere' );
if( ! is_null( $page ) ) $page->includable( true );
}
として、{{Special:Whatlinkshere/{{FULLPAGENAME}}}} とか。