488a489 > global $wgCountTemplateOnlyPages; 494c495 < && in_string( $token, $text ); --- > && (in_string( $token, $text ) || ($wgCountTemplateOnlyPages && in_string( "{{", $text )));