diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-06-24 02:26:57 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-06-24 02:26:57 -0600 |
| commit | 5e119cd9618429ed156abb52e61adaffbea938ae (patch) | |
| tree | ad4416413b75332ad8854b5ae7666836a5810acf | |
| parent | b4c0a8ec3ec97bdbbb0c0db38d5e67011b5c335d (diff) | |
update list of locale attributes in docs
| -rw-r--r-- | docs/modules/ROOT/pages/localization-support.adoc | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/docs/modules/ROOT/pages/localization-support.adoc b/docs/modules/ROOT/pages/localization-support.adoc index c11f582a..33445b71 100644 --- a/docs/modules/ROOT/pages/localization-support.adoc +++ b/docs/modules/ROOT/pages/localization-support.adoc @@ -48,14 +48,21 @@ One way is to set the following attributes in the document header or by passing |Appendix | +|`appendix-refsig` +|Appendix +|Used when referencing an appendix. + |`caution-caption` |Caution | -|`chapter-label` +|`chapter-signifier` +|Chapter +|Only applies when `doctype` is `book`. + +|`chapter-refsig` |Chapter -|Applies only when `doctype` is `book`. -PDF converter only. +|Used when referencing a chapter. |`example-caption` |Example @@ -76,19 +83,31 @@ PDF converter only. |`listing-caption` |_not set_ |By default, listing blocks do not have captions. -Specify `listing-caption` to turn on listing block captions. +Specify `listing-caption` to turn on captions for listing blocks. |`manname-title` |NAME -|Applies only when `doctype` is `manpage`. +|Only applies when `doctype` is `manpage`. |`note-caption` |Note | +|`part-signifier` +|Part +| + +|`part-refsig` +|Part +|Used when referencing a part. + |`preface-title` |_not set_ -|Applies only when `doctype` is `book`. +|Only applies when `doctype` is `book`. + +|`section-refsig` +|Section +|Used when referencing a section. |`table-caption` |Table |
