Links to sites external to the US Government are acceptable, but NCI requires a disclaimer. For details about the requirement, refer to the Website Linking Policy at https://www.cancer.gov/policies/linking.
- Open the Source Editor as described in Editing a Page.
In the XTHML, immediately after each link you create to an external site, enter the following markup.
<ac:macro ac:name="multiexcerpt-include"> <ac:parameter ac:name="nopanel">true</ac:parameter> <ac:parameter ac:name="MultiExcerptName">ExitDisclaimer</ac:parameter> <ac:parameter ac:name="PageWithExcerpt">wikicontent:Exit Disclaimer to Include</ac:parameter> </ac:macro>
This disclaimer has an image link. The multi-excerpt include provides the alt text, along with the image and the link to the disclaimer. The page with this multi-excerpt include is located in a read-only area of the wiki. The markup on the page follows.
<ac:macro ac:name="multiexcerpt"> <ac:parameter ac:name="MultiExcerptName">ExitDisclaimer</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <a href="http://www.cancer.gov/global/web/policies/exit"> <ac:image ac:alt="Exit Disclaimer logo"> <ri:attachment ri:filename="exit_small.png"/> </ac:image> </a> </ac:rich-text-body> </ac:macro>