/**
  * Constructor
  *
  * @param $par Parameter passed to the page
  */
 function __construct()
 {
     parent::__construct('InterwikiWatchlist');
 }
 /**
  * Returns html
  *
  * @return string
  */
 protected function cutoffLinks($days, $page = 'Watchlist', $options = array())
 {
     return SpecialWatchlist::cutoffLinks($days, $page, $options);
 }