ord

Summary

Description

Ordinal number ending.

Syntax help
  • USFM: \ord content\ord*

  • USX: <char style="ord">content</char>

Style Type

Character

Valid In

[BookTitles], [BookIntroduction], [BookIntroductionEndTitles], [Section], [Para] (Body Paragraphs, Poetry), [List], [Table]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. 1st
\p 1\ord st\ord
Example 2. 1st
<para style="p>1<char style="ord">st</char></para>
Example 3. 1st
{
  "type": "para",
  "marker": "p",
  "content": [
    "1",
    {
      "type": "char",
      "marker": "ord",
      "content": ["st"]
    }
  ]
}
missing

Properties

TextType

VerseText

TextProperties

publishable, vernacular

Publication Issues

Discussion