Field list
Field lists are assignments of field names to field texts and can be used for two-column table-type structures.
Properties
- A field name can consist of any character and several words. Colons within a field name must be preceded by a backslash if they are followed by a space.
- Inline markups are processed in field names.
- The field name together with a colon prefix and suffix form the field marker. The field marker is followed by a space and the field body.
- The field body can contain several body elements that are indented relative to the field marker. The first line after the field marker determines the indentation of the field body (the minimum indentation is one space).
Principle
+----------------+------------+
|":"field name":"| fieldbody |
+--------+-------+ |
|(body elements) |
+--------------------+
Sample
(In sample project: B_DocuElements\Lists\FB_Libdoc_FieldList)
(*
:Organization: Beckhoff Automation GmbH & Co. KG
:Contact: info@beckhoff.de
:Address: | Hülshorstweg 20
| 33415 Verl
| Germany
:Authors: - Me
- Myself
- I
:Version: 1.0
:Status: released
:Date: 2017-12-07
:Copyright:
© Beckhoff Automation GmbH & Co. KG, Germany.
The reproduction, distribution and utilization of this document as well as
the communication of its contents to others without express authorization are prohibited.
Offenders will be held liable for the payment of damages.
All rights reserved in the event of the grant of a patent, utility model or design.
:Abstract: topic
:Indentation:
Since the field marker may be quite long, the second
and subsequent lines of the field body do not have to line up
with the first line, but they must be indented relative to the
field name marker, and they must line up with each other.
:LongLongFieldname: Since the field marker is quite long,
the field body is shown in the line after the marker.
:Parameter nIn: Integer
:Parameter nVarB: Integer
:*Parameter nVarC*: Integer
:``Parameter nVarD``: Integer
*)