Syntax
The syntax for dtext is {{dtext parameters}} where parameters takes the form of a=x | b=y | c=z and can appear in any order. The actual parameters are: ref, res, and filter.
Ref
Required – Must be a Bible reference. The exact syntax of the reference is flexible; anything that can be parsed as a reference will work e.g.
{{dtext ref=Bible:1 Corinthians 4:6}}
or
{{dtext ref=bible.64.3.16}}
If the ref attribute is missing, PB will not interpret the tag.
Res
Optional – Forces dtext to be pulled from a specific resource e.g. Authorized Version:
{{dtext ref= 1 Co 4:6 | res=LLS:1.0.3}}
Filter
Optional – Specifies which text and formatting are brought over. Possible values are:
• bible-text, bible-text-plain, bible-text-paragraphed
• bible-text-and-verses, bible-text-and-verses-paragraphed
• bible-text-and-following-verses, bible-text-and-following-verses-paragraphed
• text-plain, text-paragraphed
If not specified, Lectionaries will default to bible-text-and-verses-paragraphed, and Harmonies to bible-text-and-verses e.g.
{{dtext ref= 1 Corinthians 4:6 | filter=bible-text-plain | res=LLS:1.0.3}}