To include an alternate title for a topic, you can use either of the following:
The text of an alternate title, whether provided via paragraph format or marker, appears as follows:
<searchtitle> element in the <topicmeta> of the map’s <topicref> |
In addition, both appear as elements in the topic itself, in a <titlealts> block immediately following the <title> element. DITA2Go provides the <titlealts> wrapper for alternate titles.
To use a dedicated paragraph format for an alternate title, place a paragraph in that format after the main title paragraph, and map the format to the alternate-title element. For example:
[DITAParaTags]
; Frame para format (wildcards OK) = DITA element
NavHead = navtitle
Search = searchtitle
See §24.4.3 Mapping paragraph formats to DITA block elements.
To use a PI marker for an alternate title, insert a DITANavTitle PI marker, a DITASearchTitle PI marker, or both, in the <title> paragraph. Make the content of the marker the text of the alternate title, which becomes the content of the navtitle attribute or <searchtitle> element.