function initPage(&$out)
 {
     SkinPHPTal::initPage($out);
     $this->skinname = 'wikimediawiki';
     $this->stylename = 'monobook';
     $this->template = 'WikimediaWiki';
 }
 function initPage(&$out)
 {
     SkinPHPTal::initPage($out);
     $this->skinname = 'amethyst';
     $this->stylename = 'amethyst';
     $this->template = 'Amethyst';
 }
 /** Using monobook. */
 function initPage(&$out)
 {
     SkinPHPTal::initPage($out);
     $this->skinname = 'monobooktal';
     $this->stylename = 'monobook';
     $this->template = 'MonoBook';
 }
 function initPage(&$out)
 {
     SkinPHPTal::initPage($out);
     $this->skinname = 'chick';
     $this->template = 'Chick';
 }