$requirements['d3_sankey_examples']['value']=$t('Publicly-visible example page at <a href="@link_href"><code>@link_text</code></a>!',array(
'@link_href'=>url('d3/examples/sankey'),
'@link_text'=>'d3/examples/sankey',
));
$requirements['d3_sankey_examples']['description']=$t('The D3 Sankey Examples module is only intended to be used as a developer reference: you should disable it on any site that can be seen by the general public, because it defines an example page that has no access control!');