NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

NCI Wiki will be will be undergoing scheduled maintenance on Monday, June 23rd between 5:00 and 6:00 PM ET.
Wiki will remain available, but users may experience screen refreshes or HTTP 502 errors during the maintenance period. If you encounter these errors, wait 1-2 minutes, then refresh your page.
As a precautionary measure, editors should ensure all work is saved prior to the maintenance period.

If you have any questions or concerns, contact the CBIIT Atlassian Management Team.

Create content

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.

  1. Open the Source Editor as described in Editing a Page
  2. 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>
  • No labels