pi#

Summary

Description

Indented paragraph. Used in some texts for discourse sections.

  • The variable # (1-3) represents the level of indent. See syntax notes on numbered markers.

Syntax help
  • USFM: \pi# content

  • USX: <para style="pi#">content</para>

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Matthew 13.37-39 (CEV)
\id MAT
\c 13
\p ...
\s1 Jesus Explains the Story about the Weeds
\p
\v 36 After Jesus left the crowd and went inside, his disciples came to him
and said, “Explain to us the story about the weeds in the wheat field.”
\p
\v 37 Jesus answered:
\pi The one who scattered the good seed is the Son of Man.
\v 38 The field is the world, and the good seeds are the people who belong to
the kingdom. The weed seeds are those who belong to the evil one,
\v 39 and the one who scattered them is the devil. The harvest is the end of
time, and angels are the ones who bring in the harvest.
Example 2. Matthew 13.37-39 (CEV)
<usx version="3.1">
  <book code="MAT" style="id"/>
  <chapter number="13" style="c" sid="MAT 13"/>
  <para style="p">...</para>
  <para style="s1">Jesus Explains the Story about the Weeds</para>
  <para style="p">
    <verse number="36" style="v" sid="MAT 13:36"/>After Jesus left the crowd and
    went inside, his disciples came to him and said, “Explain to us the story about
    the weeds in the wheat field.”<verse eid="MAT 13:36"/></para>
  <para style="p">
    <verse number="37" style="v" sid="MAT 13:37"/>Jesus answered:</para>
  <para style="pi" vid="MAT 13:37">The one who scattered the good seed is the Son of
    Man. <verse eid="MAT 13:37"/><verse number="38" style="v" sid="MAT 13:38"/>The
    field is the world, and the good seeds are the people who belong to the kingdom.
    The weed seeds are those who belong to the evil one, <verse eid="MAT 13:38"/>
    <verse number="39" style="v" sid="MAT 13:39"/>and the one who scattered them is
    the devil. The harvest is the end of time, and angels are the ones who bring in
    the harvest.<verse eid="MAT 13:39"/></para>
</usx>
Example 3. Matthew 13.37-39 (CEV)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "MAT",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "13",
      "sid": "MAT 13"
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        "..."
      ]
    },
    {
      "type": "para",
      "marker": "s1",
      "content": [
        "Jesus Explains the Story about the Weeds"
      ]
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "36",
          "sid": "MAT 13:36"
        },
        "After Jesus left the crowd and went inside, his disciples came to him and said, “Explain to us the story about the weeds in the wheat field.”"
      ]
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "37",
          "sid": "MAT 13:37"
        },
        "Jesus answered:"
      ]
    },
    {
      "type": "para",
      "marker": "pi",
      "content": [
        "The one who scattered the good seed is the Son of Man.",
        {
          "type": "verse",
          "marker": "v",
          "number": "38",
          "sid": "MAT 13:38"
        },
        "The field is the world, and the good seeds are the people who belong to the kingdom. The weed seeds are those who belong to the evil one, ",
        {
          "type": "verse",
          "marker": "v",
          "number": "39",
          "sid": "MAT 13:39"
        },
        "and the one who scattered them is the devil. The harvest is the end of time, and angels are the ones who bring in the harvest."
      ]
    }
  ]
}
Matthew 13.37-39 (CEV)

Properties

TextType

VerseText

TextProperties

paragraph, publishable, vernacular

Publication Issues