View Single Post
Old 01-19-2017, 02:24 PM   #1
itfs
Member
itfs began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jul 2016
Device: Kindle Paperwhite
How can I make different pages for inflection groups?

Hi,

I'm making a custom dictionary for Kindle.

I've noticed that if there are two entries of the same word then my Kindle gives the option to switch the page between the two. Is it possible to make this feature of "changing the page" also for inflection groups inside one entry?

In the following example it all appears in the same page:
Code:
<idx:entry name="english" scriptable="yes" spell="yes">
<idx:short><a id="1"></a>
<idx:orth>record
<idx:infl inflgrp="noun">
<idx:iform name="plural" value="records" />
</idx:infl>
<idx:infl inflgrp="verb">
<idx:iform name="present participle" value="recording" />
<idx:iform name="past participle" value="recorded" />
<idx:iform name="present 3ps" value="records" />
</idx:infl>
</idx:orth>
<p> Definition</p>
</idx:short>
<br /><hr><br /></idx:entry>
itfs is offline   Reply With Quote