rq
Summary
- Description
-
Inline quotation reference(s). One or more scripture references indicating the source text for the preceding quotation. The references are intended to be formatted within the scripture body text, and not extracted from the text (as cross-references typically are).
- Syntax
-
-
USFM:
\rq
content\rq*
-
USX:
<char style="rq">
content</char>
-
- Style Type
- Valid In
-
[BookTitles]
,[BookIntroduction]
,[BookIntroductionEndTitles]
,[Section]
,[Para]
(Body Paragraphs, Poetry),[List]
,[Table]
- Added
-
2.05
Examples
-
USFM
-
USX
-
USJ
Example 1. Hebrews 1.5 (GNT)
\id HEB
\c 5
\p ...
\v 4 The Son was made greater than the angels, just as the name that God gave
him is greater than theirs.
\v 5 For God never said to any of his angels,
\q1 "You are my Son;
\q2 today I have become your Father."
\rq Psa 2.7\rq*
\b
\m Nor did God say about any angel,
\q1 "I will be his Father,
\q2 and he will be my Son."
\rq 2Sa 7.14; 1Ch 17.13\rq*
Example 2. Poetic format, where all text is a quotation
<?xml version="1.0" encoding="utf-8"?>
<usx version="3.1">
<book code="HEB" style="id"/>
<chapter number="1" style="c" sid="HEB 1"/>
<para style="p">... <verse number="4" style="v" sid="HEB 1:4"/>The Son was made
greater than the angels, just as the name that God gave him is greater than
theirs. <verse eid="HEB 1:4"/><verse number="5" style="v" sid="HEB 1:5"/>For
God never said to any of his angels,</para>
<para style="q1" vid="HEB 1:5">“You are my Son;</para>
<para style="q2" vid="HEB 1:5">today I have become your Father.”
<char style="rq">Psa 2.7</char></para>
<para style="b" vid="HEB 1:5"/>
<para style="m" vid="HEB 1:5">Nor did God say about any angel,</para>
<para style="q1" vid="HEB 1:5">“I will be his Father,</para>
<para style="q2" vid="HEB 1:5">and he will be my Son.”
<char style="rq">2Sa 7.14; 1Ch 17.13</char><verse eid="HEB 1:5"/></para>
</usx>
Example 3. Poetic format, where all text is a quotation
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "HEB",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "1",
"sid": "HEB 1"
},
{
"type": "para",
"marker": "p",
"content": [
"... ",
{
"type": "verse",
"marker": "v",
"number": "4",
"sid": "HEB 1:4"
},
"The Son was made greater than the angels, just as the name that God gave him is greater than theirs. ",
{
"type": "verse",
"marker": "v",
"number": "5",
"sid": "HEB 1:5"
},
"For God never said to any of his angels,"
]
},
{
"type": "para",
"marker": "q1",
"content": [
"“You are my Son;"
]
},
{
"type": "para",
"marker": "q2",
"content": [
"today I have become your Father.” ",
{
"type": "char",
"marker": "rq",
"content": [
"Psa 2.7"
]
}
]
},
{
"type": "para",
"marker": "b"
},
{
"type": "para",
"marker": "m",
"content": [
"Nor did God say about any angel,"
]
},
{
"type": "para",
"marker": "q1",
"content": [
"“I will be his Father,"
]
},
{
"type": "para",
"marker": "q2",
"content": [
"and he will be my Son.” ",
{
"type": "char",
"marker": "rq",
"content": [
"2Sa 7.14; 1Ch 17.13"
]
}
]
}
]
}
