我試著建立一個指向章節範圍的連結,如下所示:
\xt 1:16–2:12|MRK 1:16–2:12\xt*
但這會產生「Invalid extra material」錯誤。
有趣的是,章節列表(chapter list)是有效的:
\xt 1:16–2:12|MRK 1:16; 2:12\xt*
它會產生以下 USX:
<char style="xt" link-href="MRK 1:16; 2:12">1:16–2:12</char>
- 有人知道
| 右側的 link-href 文字是否有語法可以連結到章節範圍嗎?
極客趣味點
在 NIV 11 中,詩篇開頭有一個指向章節範圍的連結。它產生以下 USX:
<para style="mr">
<ref loc="PSA 1-41">Psalms 1–41</ref></para>
所以我嘗試了以下語法,以為它可能會連結到馬可福音第 1 章和第 2 章:
\xt 1:16–2:12|MRK 1-2\xt*
但沒有,它同樣產生了「Invalid extra material」錯誤☐☐
I am trying to create a link to a chapter span like this:
\xt 1:16–2:12|MRK 1:16–2:12\xt*
But this generates an “Invalid extra material” error.
Interestingly a chapter list is valid:
\xt 1:16–2:12|MRK 1:16; 2:12\xt*
It produces this USX:
<char style="xt" link-href="MRK 1:16; 2:12">1:16–2:12</char>
- Does anyone know if there is a syntax for the link-href text to the right of the
| that will link to a chapter span?
Point of geeky interest
In the NIV 11 there is a link to a chapter span at the beginning of Psalms. It produces the following USX
<para style="mr">
<ref loc="PSA 1-41">Psalms 1–41</ref></para>
So I tried the following syntax thinking it might link to Mark chapters 1 and 2:
\xt 1:16–2:12|MRK 1-2\xt*
But no, it too generated.an “Invalid extra material” error☐☐
機器翻譯自 English