pl
Summary
- Description
-
Paragraph label. In-line subheading at the beginning of a paragraph.
- Syntax
-
-
USFM:
\plcontent\pl* -
USX:
<char style="pl">content</char>
-
- Style Type
- Valid In
-
[BookTitles],[BookIntroduction],[BookIntroductionEndTitles],[Section],[Para](Body Paragraphs, Poetry),[List],[Table] - Added
-
3.1.2
Examples
-
USFM
-
USX
-
USJ
Example 1. 1 Corinthians Introduction
\id 1CO
\mt1 1 Corinthians
\is1 Message about this letter
\ip \pl Author's name:\pl* Paul
\ip \pl Year written:\pl* Approximately 56 \sc a.d.\sc*
\ip \pl Important matter:\pl* Through Christ's apostle, Paul, some of the people
of Corinth city, having put their faith in Jesus, started meeting together.
Among these believers, useless laws, habits, and different kinds of sins entered.
Divisions and parties of believers formed among them. Paul wrote this letter so
that all these wrong ways and things against God's law should be put right.
Example 2. 1 Corinthians Introduction
<usx version="3.1.2">
<book code="1CO" style="id"/>
<para style="1s1">Message about this letter</para>
<para style="ip"><char style="pl">Author's name:</char> Paul</para>
<para style="ip"><char style="pl">Year written:</char> Approximately 56
<char style="sc">a.d.</char></para>
<para style="ip"><char style="pl">Important matter:</char> Through Christ's
apostle, Paul, some of the people of Corinth city, having put their faith
in Jesus, started meeting together. Among these believers, useless laws,
habits, and different kinds of sins entered. Divisions and parties of believers
formed among them. Paul wrote this letter so that all these wrong ways and
things against God's law should be put right.</para>
</usx>
Example 3. Missing
{
"type": "USJ",
"version": "3.1.2",
"content": [
{
"type": "book",
"marker": "id",
"code": "1CO",
"content": []
},
{
"type": "para",
"marker": "is1",
"content": ["Message about this letter"]
},
{
"type": "para",
"marker": "ip",
"content": [
{
"type": "char",
"marker": "pl",
"content": ["Author's name:"]
},
" Paul"
]
},
{
"type": "para",
"marker": "ip",
"content": [
{
"type": "char",
"marker": "pl",
"content": ["Year written:"]
},
" Approximately 56 ",
{
"type": "char",
"marker": "sc",
"content": ["a.d."]
}
]
}
{
"type": "para",
"marker": "ip",
"content": [
{
"type": "char",
"marker": "pl",
"content": ["Important matter:"]
},
" Through Christ's apostle, Paul, some of the people of Corinth city, having put their faith in Jesus, started meeting together. Among these believers, useless laws, habits, and different kinds of sins entered. Divisions and parties of believers formed among them. Paul wrote this letter so that all these wrong ways and things against God's law should be put right."
]
}
]
}