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

|