qa
Summary
- Description
-
Acrostic heading.
- Syntax
-
-
USFM:
\qa
content -
USX:
<para style="qa">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Psalm 119 (NIV)
\id PSA
\c 119
\qa Aleph
\q1
\v 1 Blessed are they whose ways are blameless,
\q2 who walk according to the law of the \nd Lord\nd*.
...
\qa Beth
\q1
\v 9 How can a young man keep his way pure?
\q2 By living according to your word.
Example 2. Psalm 119 (NIV)
<usx version="3.1">
<book code="PSA" style="id"/>
<chapter number="119" style="c" sid="PSA 119"/>
<para style="qa">Aleph</para>
<para style="q1">
<verse number="1" style="v" sid="PSA 119:1"/>Blessed are they whose ways are
blameless,</para>
<para style="q2" vid="PSA 119:1">who walk according to the law of the
<char style="nd">Lord</char>.<verse eid="PSA 119:1"/></para>
...
<para style="qa">Beth</para>
<para style="q1">
<verse number="9" style="v" sid="PSA 119:9"/>How can a young man keep his way
pure?</para>
<para style="q2" vid="PSA 119:9">By living according to your word.
<verse eid="PSA 119:9"/></para>
</usx>
Example 3. Psalm 119 (NIV)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "PSA",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "119",
"sid": "PSA 119"
},
{
"type": "para",
"marker": "qa",
"content": ["Aleph"]
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "PSA 119:1"
},
"Blessed are they whose ways are blameless,"
]
},
{
"type": "para",
"marker": "q2",
"content": [
"who walk according to the law of the",
{
"type": "char",
"marker": "nd",
"content": ["Lord"]
},
"."
]
},
" ... ",
{
"type": "para",
"marker": "qa",
"content": ["Beth"]
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "9",
"sid": "PSA 119:9"
},
"How can a young man keep his way pure?"
]
},
{
"type": "para",
"marker": "q2",
"content": ["By living according to your word."]
}
]
}
