$links['namespaces']['contacto'] = array(
'class' => false, // false or 'selected', defines whether the tab should be highlighted
'text' => 'Contacto', // what the tab says
'href' => $maintitle->getFullURL(), // where it links to
'context' => 'Contacto',
);
我创建了一个页面标签,我想将其重定向到Wiki中的另一个页面。
如何在上面的代码中的“ href”中设置重定向规则?