iq#

Summary

Description

Introduction poetic line.

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

Syntax help
  • USFM: \iq# content

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

Style Type

Paragraph

Valid In

[BookIntroduction]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Introduction to Titus (CEV)
\id TIT
\ip Paul also tells how we are saved:
\ib
\iq1 God our Savior showed us
\iq2 how good and kind he is.
\iq1 He saved us because
\iq2 of his mercy,
\iq1 and not because
\iq2 of any good things
\iq2 that we have done.
\ipr (3.4,5a)
Example 2. Introduction to Titus (CEV)
<usx version="3.1">
  <book code="TIT" style="id"/>
  <para style="ip">Paul also tells how we are saved:</para>
  <para style="ib"/>
  <para style="iq1">God our Savior showed us</para>
  <para style="iq2">how good and kind he is.</para>
  <para style="iq1">He saved us because</para>
  <para style="iq2">of his mercy,</para>
  <para style="iq1">and not because</para>
  <para style="iq2">of any good things</para>
  <para style="iq2">that we have done.</para>
  <para style="ipr">(3.4,5a)</para>
</usx>
Example 3. Introduction to Titus (CEV)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "TIT",
      "content": []
    },
    {
      "type": "para",
      "marker": "ip",
      "content": ["Paul also tells how we are saved:"]
    },
    {
      "type": "para",
      "marker": "ib",
      "content": []
    },
    {
      "type": "para",
      "marker": "iq1",
      "content": ["God our Savior showed us"]
    },
    {
      "type": "para",
      "marker": "iq2",
      "content": ["how good and kind he is."]
    },
    {
      "type": "para",
      "marker": "iq1",
      "content": ["He saved us because"]
    },
    {
      "type": "para",
      "marker": "iq2",
      "content": ["of his mercy,"]
    },
    {
      "type": "para",
      "marker": "iq1",
      "content": ["and not because"]
    },
    {
      "type": "para",
      "marker": "iq2",
      "content": ["of any good things"]
    },
    {
      "type": "para",
      "marker": "iq2",
      "content": ["that we have done."]
    },
    {
      "type": "para",
      "marker": "ipr",
      "content": ["(3.4,5a)"]
    }
  ]
}
Introduction to Titus (CEV)

Properties

TextType

Other

TextProperties

paragraph, publishable, vernacular

Publication Issues