r
Summary
- Description
-
Parallel passage reference(s). A list of references to parallel passages, usually added under a section heading.
- Syntax
-
-
USFM:
\r
content -
USX:
<para style="r">
content</para>
-
- Style Type
- Valid In
-
[ChapterContent]
>[Section]
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Matthew 3.1 (GNT)
\id MAT
\c 3
\s1 The Preaching of John the Baptist
\r (Mark 1.1-8; Luke 3.1-18; John 1.19-28)
\p
\v 1 At that time John the Baptist came to the desert of Judea and
started preaching.
\v 2 “Turn away from your sins,” he said, ...
Example 2. Matthew 3.1 (GNT)
<usx version="3.1">
<book code="MAT" style="id"/>
<chapter number="3" style="c" sid="MAT 3"/>
<para style="s1">The Preaching of John the Baptist</para>
<para style="r">(Mark 1.1-8; Luke 3.1-18; John 1.19-28)</para>
<para style="p">
<verse number="1" style="v" sid="MAT 3:1"/>At that time John the Baptist came
to the desert of Judea and started preaching. <verse eid="MAT 3:1"/>
<verse number="2" style="v" sid="MAT 3:2"/>“Turn away from your sins,” he
said, ...<verse eid="MAT 3:2"/></para>
</usx>
Example 3. Matthew 3.1 (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MAT",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "3",
"sid": "MAT 3"
},
{
"type": "para",
"marker": "s1",
"content": ["The Preaching of John the Baptist"]
},
{
"type": "para",
"marker": "r",
"content": ["(Mark 1.1-8; Luke 3.1-18; John 1.19-28)"]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "MAT 3:1"
},
"At that time John the Baptist came to the desert of Judea and started preaching. ",
{
"type": "verse",
"marker": "v",
"number": "2",
"sid": "MAT 3:2"
},
"“Turn away from your sins,” he said, ..."
]
}
]
}
