In 3.0 Beta 8, we have added a
TextKeyLink macro for use with BibleWorks' external links.
For example, to KeyLink on βίβλος, run:
libronixdls:macro|name=TextKeyLink|text=*BI/BLOJ|lang=el|scheme=beta
The URL is
libronixdls:macro|name=TextKeyLink
followed by additional parameters.
The possible parameters are:
text
====
Put the text on which you want a KeyLink to run in this parameter. The encoding of the text is specified by the 'scheme' parameter; URL-encoded UTF-8 is the default.
Example:
|text=<dummy>
scheme
======
The 'scheme' parameter specifies how the 'text' parameter is encoded.
Use 'beta' for Greek/Hebrew Beta code. If omitted, the scheme defaults to URL-encoded UTF-8.
Example:
|scheme=beta
lang
====
The 'lang' parameter specifies the language of the 'text' parameter. Any ISO language code is acceptable. Some common codes are
en English
el Greek
he Hebrew
x-arc Aramaic
syr Syriac
Example:
|lang=el
num
===
The optional 'num' parameter specifies the number of KeyLink windows to open. The default is whatever your KeyLink options specify for the current language.
Example:
|num=3
res
===
The optional 'res' parameter specifies the resource to use. The default is whatever your KeyLink options specify for the current language. You can either give the internal resource ID, or the resource title enclosed in double quotes.
Example:
|res="Analytical Lexicon of the Greek New Testament"
Examples
========
Here are some complete examples:
libronixdls:macro|name=TextKeyLink|text=Moses|lang =en|res="Anchor"
libronixdls:macro|name=TextKeyLink|text=*BI/BLOJ|lang=el|scheme=beta|res="Analytical Lexicon of the Greek New Testament"