sts
Summary
- Description
-
Project/file status tracking.
- Syntax
-
-
USFM:
\sts
content -
USX:
<para style="sts">
content</para>
- content
-
The content of the status marker can be defined by the downstream system being used to track project status. For example: A project management approach which identifies 4 stages for a scripture translation’s development might record numbers
1
,2
,3
, or4
for sts content.
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Any project
\id MRK
\sts 2
Example 2. Any project
<usx version="3.1">
<book code="MRK" style="id"/>
<para style="sts">2</para>
</usx>
Example 3. Any project
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MRK",
"content": []
},
{
"type": "para",
"marker": "sts",
"content": ["2"]
}
]
}
