diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/author.othername.in.middle.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/author.othername.in.middle.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/author.othername.in.middle.xml b/kdoctools/docbook/xsl/params/author.othername.in.middle.xml new file mode 100644 index 000000000..60300224b --- /dev/null +++ b/kdoctools/docbook/xsl/params/author.othername.in.middle.xml @@ -0,0 +1,25 @@ +<refentry id="author.othername.in.middle"> +<refmeta> +<refentrytitle>author.othername.in.middle</refentrytitle> +<refmiscinfo role="type">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>author.othername.in.middle</refname> +<refpurpose>Is <sgmltag>othername</sgmltag> in <sgmltag>author</sgmltag> a +middle name?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='author.othername.in.middle.frag'><xsl:param name="author.othername.in.middle" select="1"/></src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>If true (non-zero), the <sgmltag>othername</sgmltag> of an <sgmltag>author</sgmltag> +appears between the <sgmltag>firstname</sgmltag> and +<sgmltag>surname</sgmltag>. Otherwise, <sgmltag>othername</sgmltag> +is suppressed. +</para> + +</refsect1> +</refentry> |