You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
736 B
29 lines
736 B
<refentry id="admon.textlabel">
|
|
<refmeta>
|
|
<refentrytitle>admon.textlabel</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>admon.textlabel</refname>
|
|
<refpurpose>Use text label in admonitions?</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='admon.textlabel.frag'>
|
|
<xsl:param name="admon.textlabel" select="1"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If true (non-zero), admonitions are presented with a generated
|
|
text label such as Note or Warning in the appropriate language.
|
|
If zero, such labels are turned off, but any title child
|
|
of the admonition element are still output.
|
|
The default value is 1.
|
|
</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|
|
|