li#
Summary
- Description
-
List entry. May be used to mark the individual entries of a list, such as the days within the creation account, the 10 commandments, or a list of offerings etc..
-
The variable
#
(1-4) represents the level of indent.
-
- Syntax
-
-
USFM:
\li#
content -
USX:
<para style="li#">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Numbers 7.84-88 (GNT)
\id NUM
\c 7
\p
\v 84-88 The totals of the offerings brought by the twelve leaders for the
dedication of the altar were as follows:
\li1 –twelve silver bowls and twelve silver basins weighing a total of 60 pounds
\li1 –twelve gold dishes weighing a total of 48 ounces, filled with incense
\li1 –twelve bulls, twelve rams, and twelve one-year-old lambs, plus the grain
offerings that go with them, for the burnt offerings
\li1 –twelve goats for the sin offerings
\li1 –twenty-four bulls, sixty rams, sixty goats, sixty one-year-old lambs, for
the fellowship offerings
Example 2. Numbers 7.84-88 (GNT)
<usx version="3.1">
<book code="NUM" style="id"/>
<chapter number="7" style="c" sid="NUM 7"/>
<para style="p">
<verse number="84-88" style="v" sid="NUM 7:84-88"/>The totals of the offerings
brought by the twelve leaders for the dedication of the altar were as follows:
</para>
<para style="li1" vid="NUM 7:84-88">–twelve silver bowls and twelve silver basins
weighing a total of 60 pounds</para>
<para style="li1" vid="NUM 7:84-88">–twelve gold dishes weighing a total of 48
ounces, filled with incense</para>
<para style="li1" vid="NUM 7:84-88">–twelve bulls, twelve rams, and twelve
one-year-old lambs, plus the grain offerings that go with them, for the burnt
offerings</para>
<para style="li1" vid="NUM 7:84-88">–twelve goats for the sin offerings</para>
<para style="li1" vid="NUM 7:84-88">–twenty-four bulls, sixty rams, sixty goats,
sixty one-year-old lambs, for the fellowship offerings<verse eid="NUM 7:84-88"/>
</para>
</usx>
Example 3. Numbers 7.84-88 (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "NUM",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "7",
"sid": "NUM 7"
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "84-88",
"sid": "NUM 7:84-88"
},
"The totals of the offerings brought by the twelve leaders for the dedication of the altar were as follows:"
]
},
{
"type": "para",
"marker": "li1",
"content": [
"–twelve silver bowls and twelve silver basins weighing a total of 60 pounds"
]
},
{
"type": "para",
"marker": "li1",
"content": [
"–twelve gold dishes weighing a total of 48 ounces, filled with incense"
]
},
{
"type": "para",
"marker": "li1",
"content": [
"–twelve bulls, twelve rams, and twelve one-year-old lambs, plus the grain offerings that go with them, for the burnt offerings"
]
},
{
"type": "para",
"marker": "li1",
"content": ["–twelve goats for the sin offerings"]
},
{
"type": "para",
"marker": "li1",
"content": [
"–twenty-four bulls, sixty rams, sixty goats, sixty one-year-old lambs, for the fellowship offerings"
]
}
]
}
