po
Summary
- Description
-
Letter opening.
- Syntax
-
-
USFM:
\po
content -
USX:
<para style="po">
content</para>
-
- Style Type
- Valid In
- Added
-
3.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Romans 1.1,7 (GNT)
\id ROM
\c 1
\po
\v 1 From Paul, a servant of Christ Jesus and an apostle chosen and called by
God to preach his Good News.
\p
\v 2 The Good News was promised long ago by God through his prophets, as
written in the Holy Scriptures.
...
\v 6 This also includes you who are in Rome, whom God has called to belong to
Jesus Christ.
\po
\v 7 And so I write to all of you in Rome whom God loves and has called to be
his own people:
\po May God our Father and the Lord Jesus Christ give you grace and peace.
Example 2. Romans 1.1,7 (GNT)
<usx version="3.1">
<book code="ROM" style="id"/>
<chapter number="1" style="c" sid="ROM 1"/>
<para style="po">
<verse number="1" style="v" sid="ROM 1:1" />From Paul, a servant of Christ
Jesus and an apostle chosen and called by God to preach his Good News.
<verse eid="ROM 1:1" /></para>
<para style="p">
<verse number="2" style="v" sid="ROM 1:2" />The Good News was promised long
ago by God through his prophets, as written in the Holy Scriptures.
<verse eid="ROM 1:2" />
...
<verse number="6" style="v" sid="ROM 1:6" />This also includes you who are
in Rome, whom God has called to belong to Jesus Christ.<verse eid="ROM 1:6" />
</para>
<para style="po">
<verse number="7" style="v" sid="ROM 1:7" />And so I write to all of you in
Rome whom God loves and has called to be his own people:</para>
<para style="po" vid="ROM 1:7">May God our Father and the Lord Jesus Christ
give you grace and peace.<verse eid="ROM 1:7" /></para>
</usx>
Example 3. Romans 1.1,7 (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "ROM",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "1",
"sid": "ROM 1"
},
{
"type": "para",
"marker": "po",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "ROM 1:1"
},
"From Paul, a servant of Christ Jesus and an apostle chosen and called by God to preach his Good News. "
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "2",
"sid": "ROM 1:2"
},
"The Good News was promised long ago by God through his prophets, as written in the Holy Scriptures. ",
" ... ",
{
"type": "verse",
"marker": "v",
"number": "6",
"sid": "ROM 1:6"
},
"This also includes you who are in Rome, whom God has called to belong to Jesus Christ."
]
},
{
"type": "para",
"marker": "po",
"content": [
{
"type": "verse",
"marker": "v",
"number": "7",
"sid": "ROM 1:7"
},
"And so I write to all of you in Rome whom God loves and has called to be his own people:"
]
},
{
"type": "para",
"marker": "po",
"content": [
"May God our Father and the Lord Jesus Christ give you grace and peace."
]
}
]
}
