lf
Summary
- Description
-
List footer. Some lists include an introductory (lh) and concluding remark. They are an integral part of the list content, but are not list items. A list does not require either or both of these elements.
- Syntax
-
-
USFM:
\lf
content -
USX:
<para style="lf">
content</para>
-
- Style Type
- Valid In
- Added
-
3.0
Examples
-
USFM
-
USX
-
USJ
Example 1. 1 Chronicles 27:16-22 (GNT - markup adapted)
\id 1CH
\c 27
\li1 ...
\li1 East Manasseh - Iddo son of Zechariah
\li1 Benjamin - Jaasiel son of Abner
\li1 Dan - Azarel son of Jeroham
\lf This was the list of the administrators of the tribes of Israel.
Example 2. 1 Chronicles 27:16-22 (GNT - markup adapted)
<usx version="3.1">
<book code="1CH" style="id"/>
<chapter number="27" style="c" sid="1CH 27"/>
<para style="li1" vid="1CH 27:16-22">...</para>
<para style="li1" vid="1CH 27:16-22">East Manasseh - Iddo son of Zechariah</para>
<para style="li1" vid="1CH 27:16-22">Benjamin - Jaasiel son of Abner</para>
<para style="li1" vid="1CH 27:16-22">Dan - Azarel son of Jeroham</para>
<para style="lf" vid="1CH 27:16-22">This was the list of the administrators of the
tribes of Israel.<verse eid="1CH 27:16-22"/></para>
</usx>
Example 3. 1 Chronicles 27:16-22 (GNT - markup adapted)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "1CH",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "27",
"sid": "1CH 27"
},
{
"type": "para",
"marker": "li1",
"content": ["..."]
},
{
"type": "para",
"marker": "li1",
"content": ["East Manasseh - Iddo son of Zechariah"]
},
{
"type": "para",
"marker": "li1",
"content": ["Benjamin - Jaasiel son of Abner"]
},
{
"type": "para",
"marker": "li1",
"content": ["Dan - Azarel son of Jeroham"]
},
{
"type": "para",
"marker": "lf",
"content": [
"This was the list of the administrators of the tribes of Israel."
]
}
]
}
