vid
Summary
- Description
-
Current reference identifier. For indicating what the current reference is within a fragment of scripture (e.g. a scripture module), and to provide the current header text (h). This can be used instead of inserting a c and v marker in the text fragment.
- Syntax
-
-
USFM:
\vid |@ref @h\* -
USX:
<ms style="vid"@ref @h/>- ref*
-
Use for identifying the current scripture reference. (default attribute)
-
Follows the pattern:
[A-Z1-4]{3}(-[A-Z1-4]{3})? ?[a-z0-9\-:]*. -
Example:
MAT 3:1-4, where:-
Book names is a standard 3-character scripture book identifier.
-
The chapter + verse separator is a colon
:. -
Verse ranges are indicated using a hyphen.
-
-
- h
-
Running header text.
-
- Style Type
- Valid In
- Added
-
3.1.2
Examples
-
USFM
-
USX
Example 1. Mark 4.26-28 (BSB)
\id MRK Fragment MRK 4:26-28
\vid|h="Mark" ref="MRK 4:26"\*
\s1 The Seed Growing Secretly
\p \v 26 Jesus also said, “The kingdom of God is like a man who scatters seed on
the ground.
\v 27 Night and day he sleeps and wakes, and the seed sprouts and grows, though
he knows not how.
\v 28 All by itself the earth produces a crop—first the stalk, then the head,
then grain that ripens within.
Example 2. Mark 4.26-28 (BSB)
<usx version="3.1.2">
<ms style="vid" ref="MRK 4:26" h="Mark"/>
<para style="s1">The Seed Growing Secretly</para>
<para style="p"><verse style="v" number="26" />Jesus also said, “The kingdom
of God is like a man who scatters seed on the ground.
<verse style="v" number="27" />Night and day he sleeps and wakes, and the seed
sprouts and grows, though he knows not how.
<verse style="v" number="28" />All by itself the earth produces a crop—first
the stalk, then the head, then grain that ripens within.</para>
</usx>